Uses of Annotation Interface
org.bukkit.MinecraftExperimental
Packages that use MinecraftExperimental
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes used to manipulate the voxels in a
world,
including special states.Specific BlockData classes relevant to only a given block or set of blocks.
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc.Classes involved in manipulating player inventories and item interactions.
The interfaces used when manipulating extra data can can be stored inside
item stacks.-
Uses of MinecraftExperimental in org.bukkit
Fields in org.bukkit with annotations of type MinecraftExperimentalModifier and TypeFieldDescriptionstatic final FeatureFlagFeatureFlag.BUNDLEstatic final FeatureFlagFeatureFlag.TRADE_REBALANCEstatic final FeatureFlagFeatureFlag.UPDATE_1_20Deprecated.not available since 1.20static final FeatureFlagFeatureFlag.UPDATE_121 -
Uses of MinecraftExperimental in org.bukkit.block
Classes in org.bukkit.block with annotations of type MinecraftExperimentalModifier and TypeInterfaceDescriptioninterfaceRepresents a captured state of a crafter.interfaceRepresents a captured state of a trial spawner. -
Uses of MinecraftExperimental in org.bukkit.block.data.type
Classes in org.bukkit.block.data.type with annotations of type MinecraftExperimentalModifier and TypeInterfaceDescriptioninterfaceinterface'orientation' is the direction the block is facing.interface'trial_spawner_state' indicates the current operational phase of the spawner. -
Uses of MinecraftExperimental in org.bukkit.entity
Classes in org.bukkit.entity with annotations of type MinecraftExperimentalModifier and TypeInterfaceDescriptioninterfaceRepresents a Breeze.interfaceRepresents a Wind Charge. -
Uses of MinecraftExperimental in org.bukkit.inventory
Classes in org.bukkit.inventory with annotations of type MinecraftExperimentalModifier and TypeInterfaceDescriptioninterfaceInterface to the inventory of a Crafter. -
Uses of MinecraftExperimental in org.bukkit.inventory.meta
Classes in org.bukkit.inventory.meta with annotations of type MinecraftExperimental