Uses of Annotation Interface
org.bukkit.MinecraftExperimental
Package
Description
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.
Classes relating to the specialized enhancements to
item stacks
, as part of the meta data
.Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Classes to facilitate world
Structure
generation.Classes involved in manipulating player inventories and item interactions.
-
Uses of MinecraftExperimental in org.bukkit.block
Modifier and TypeInterfaceDescriptioninterface
Represents a captured state of a crafter.interface
Represents a captured state of a trial spawner.interface
Represents a captured state of a trial spawner. -
Uses of MinecraftExperimental in org.bukkit.block.data.type
Modifier and TypeInterfaceDescriptioninterface
interface
'orientation' is the direction the block is facing.interface
'trial_spawner_state' indicates the current operational phase of the spawner.interface
'vault_state' indicates the current operational phase of the vault block. -
Uses of MinecraftExperimental in org.bukkit.enchantments
Modifier and TypeFieldDescriptionstatic final Enchantment
Enchantment.BREACH
Reduces armor effectiveness against macesstatic final Enchantment
Enchantment.DENSITY
Increases fall damage of macesstatic final Enchantment
Enchantment.WIND_BURST
Emits wind burst upon hitting enemy -
Uses of MinecraftExperimental in org.bukkit.entity
Modifier and TypeInterfaceDescriptioninterface
Represents a Wind Charge.interface
Represents a Bogged Skeleton.interface
Represents a Breeze.interface
Represents a Wind Charge.interface
Represents an ominous item spawner.interface
Represents a Wind Charge. -
Uses of MinecraftExperimental in org.bukkit.generator.structure
-
Uses of MinecraftExperimental in org.bukkit.inventory
Modifier and TypeInterfaceDescriptioninterface
Interface to the inventory of a Crafter.