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 concerning an entity's persistent memory.
Classes involved in manipulating player inventories and item interactions.
The interfaces used when manipulating extra data can can be stored inside
item stacks.Armor trim meta types.
-
Uses of MinecraftExperimental in org.bukkit
Fields in org.bukkit with annotations of type MinecraftExperimentalModifier and TypeFieldDescriptionVanilla block tag representing all hanging signs.Tag.BAMBOO_BLOCKSVanilla block tag representing all bamboo blocks.static final FeatureFlagFeatureFlag.BUNDLEVanilla block tag representing all ceiling signs.Tag.CHERRY_LOGSVanilla block tag representing all cherry log and bark variants.Vanilla item tag representing all books that may be placed on bookshelves.Vanilla item tag representing all item which break decorated pots.Vanilla item tag representing all decorated pot shards.Vanilla item tag representing all hanging signs.Vanilla item tag representing all items which modify note block sounds when placed on top.Vanilla item tag representing all food for sniffers.Vanilla item tag representing all materials which can be used for trimming armor.Vanilla item tag representing all trimming templates.Vanilla item tag representing all trimmable armor items.Vanilla block tag representing blocks which can be dug by sniffers.static final Registry<TrimMaterial>Registry.TRIM_MATERIALTrim materials.static final Registry<TrimPattern>Registry.TRIM_PATTERNTrim patterns.static final FeatureFlagFeatureFlag.UPDATE_1_20AVAILABLE BETWEEN VERSIONS: 1.19 - 1.19.4Vanilla block tag representing all wall hanging signs. -
Uses of MinecraftExperimental in org.bukkit.block
Classes in org.bukkit.block with annotations of type MinecraftExperimentalModifier and TypeInterfaceDescriptioninterfaceRepresents a captured state of a chiseled bookshelf.interfaceRepresents a captured state of a decorated pot.interfaceRepresents a captured state of a hanging sign.interfaceRepresents a captured state of suspicious sand.Methods in org.bukkit.block with annotations of type MinecraftExperimentalModifier and TypeMethodDescriptionSkull.getNoteBlockSound()Gets the sound to play if the skull is placed on a note block.voidSkull.setNoteBlockSound(@Nullable NamespacedKey noteBlockSound) Sets the sound to play if the skull is placed on a note block. -
Uses of MinecraftExperimental in org.bukkit.block.data.type
Classes in org.bukkit.block.data.type with annotations of type MinecraftExperimentalModifier and TypeInterfaceDescriptioninterfaceInterface to the 'slot_0_occupied', 'slow_1_occupied' ...interfaceinterfaceinterface'flower_amount' represents the number of petals.interface'dusted' represents how far uncovered by brush the block is.interface -
Uses of MinecraftExperimental in org.bukkit.entity
Classes in org.bukkit.entity with annotations of type MinecraftExperimental -
Uses of MinecraftExperimental in org.bukkit.entity.memory
Fields in org.bukkit.entity.memory with annotations of type MinecraftExperimental -
Uses of MinecraftExperimental in org.bukkit.inventory
Classes in org.bukkit.inventory with annotations of type MinecraftExperimentalModifier and TypeInterfaceDescriptioninterfaceInterface to the inventory of a chiseled bookshelf.interfaceInterface to the inventory of a Smithing table.classRepresents a smithing transform recipe.classRepresents a smithing trim recipe. -
Uses of MinecraftExperimental in org.bukkit.inventory.meta
Classes in org.bukkit.inventory.meta with annotations of type MinecraftExperimentalModifier and TypeInterfaceDescriptioninterfaceRepresents armor that an entity can equip.interfaceMethods in org.bukkit.inventory.meta with annotations of type MinecraftExperimentalModifier and TypeMethodDescriptionSkullMeta.getNoteBlockSound()Gets the sound to play if the skull is placed on a note block.voidSkullMeta.setNoteBlockSound(@Nullable NamespacedKey noteBlockSound) Sets the sound to play if the skull is placed on a note block. -
Uses of MinecraftExperimental in org.bukkit.inventory.meta.trim
Classes in org.bukkit.inventory.meta.trim with annotations of type MinecraftExperimental