RevisionCompatibilityRange

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class RevisionCompatibilityRange(val since: MinecraftRevisions, val until: MinecraftRevisions)

Annotation to mark classes that are compatible with specific net.minecraft.server revisions.

Properties

Link copied to clipboard

The starting revision from which the class is compatible.

Link copied to clipboard

The ending revision until which the class is compatible.