Uses of Interface
org.bukkit.Translatable
Packages that use 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.bukkitSubinterfaces of Translatable in org.bukkitModifier and TypeInterfaceDescriptioninterfaceRepresents a song which may play in a Jukebox.Classes in org.bukkit that implement TranslatableModifier and TypeClassDescriptionenumAn enum of all material IDs accepted by the official server and client
- 
Uses of Translatable in org.bukkit.attributeSubinterfaces of Translatable in org.bukkit.attributeModifier and TypeInterfaceDescriptioninterfaceTypes of attributes which may be present on anAttributable.
- 
Uses of Translatable in org.bukkit.blockSubinterfaces of Translatable in org.bukkit.blockModifier and TypeInterfaceDescriptioninterfaceRepresents a block.interfaceWhile this API is in a public interface, it is not intended for use by plugins until further notice.static interfaceBlockType.Typed<B extends BlockData>Typed represents a subtype ofBlockTypes that have a known block data type at compile time.
- 
Uses of Translatable in org.bukkit.damageSubinterfaces of Translatable in org.bukkit.damageModifier and TypeInterfaceDescriptioninterfaceRepresent a type of damage that an entity can receive.
- 
Uses of Translatable in org.bukkit.enchantmentsClasses in org.bukkit.enchantments that implement TranslatableModifier and TypeClassDescriptionclassThe various type of enchantments that may be added to armour or weaponsclassDeprecated.only for backwards compatibility, EnchantmentWrapper is no longer used.
- 
Uses of Translatable in org.bukkit.entityClasses in org.bukkit.entity that implement Translatable
- 
Uses of Translatable in org.bukkit.inventorySubinterfaces of Translatable in org.bukkit.inventoryModifier and TypeInterfaceDescriptioninterfaceWhile this API is in a public interface, it is not intended for use by plugins until further notice.static interfaceItemType.Typed<M extends ItemMeta>Typed represents a subtype ofItemTypes that have a known item meta type at compile time.Classes in org.bukkit.inventory that implement Translatable
- 
Uses of Translatable in org.bukkit.inventory.meta.trimSubinterfaces of Translatable in org.bukkit.inventory.meta.trim
- 
Uses of Translatable in org.bukkit.potionClasses in org.bukkit.potion that implement TranslatableModifier and TypeClassDescriptionclassRepresents a type of potion and its effect on an entity.classDeprecated.only for backwards compatibility, PotionEffectTypeWrapper is no longer used.