Package org.bukkit
Annotation Interface MinecraftExperimental
@Documented
@Retention(CLASS)
@Target({TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,PACKAGE})
@Internal
public @interface MinecraftExperimental
Indicates that the annotated element (class, method, field, etc.) is part of a
minecraft experimental feature
and is subject to changes by Mojang.
Note: Elements marked with this annotation require the use of a datapack or otherwise non-standard feature to be enabled on the server.
- See Also: