Uses of Interface
org.bukkit.Translatable
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relevant to attributes.
Classes used to manipulate the voxels in a
world
,
including special states.Classes concerning damage types and sources applicable to living entities.
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 involved in manipulating player inventories and item interactions.
Armor trim meta types.
Classes to represent various
potion
properties and manipulation.-
Uses of Translatable in org.bukkit
Modifier and TypeInterfaceDescriptioninterface
Represents a song which may play in a Jukebox.Modifier and TypeClassDescriptionenum
An enum of all material IDs accepted by the official server and client -
Uses of Translatable in org.bukkit.attribute
Modifier and TypeInterfaceDescriptioninterface
Types of attributes which may be present on anAttributable
. -
Uses of Translatable in org.bukkit.block
Modifier and TypeInterfaceDescriptioninterface
Represents a block.interface
While this API is in a public interface, it is not intended for use by plugins until further notice.static interface
BlockType.Typed<B extends BlockData>
Typed represents a subtype ofBlockType
s that have a known block data type at compile time. -
Uses of Translatable in org.bukkit.damage
Modifier and TypeInterfaceDescriptioninterface
Represent a type of damage that an entity can receive. -
Uses of Translatable in org.bukkit.enchantments
Modifier and TypeClassDescriptionclass
The various type of enchantments that may be added to armour or weaponsclass
Deprecated.only for backwards compatibility, EnchantmentWrapper is no longer used. -
Uses of Translatable in org.bukkit.entity
-
Uses of Translatable in org.bukkit.inventory
Modifier and TypeInterfaceDescriptioninterface
While this API is in a public interface, it is not intended for use by plugins until further notice.static interface
ItemType.Typed<M extends ItemMeta>
Typed represents a subtype ofItemType
s that have a known item meta type at compile time. -
Uses of Translatable in org.bukkit.inventory.meta.trim
-
Uses of Translatable in org.bukkit.potion
Modifier and TypeClassDescriptionclass
Represents a type of potion and its effect on an entity.class
Deprecated.only for backwards compatibility, PotionEffectTypeWrapper is no longer used.