Package org.bukkit
Interface Translatable
- All Known Subinterfaces:
- Attribute,- Block,- BlockType,- BlockType.Typed<B>,- DamageType,- ItemType,- ItemType.Typed<M>,- JukeboxSong,- TrimMaterial,- TrimPattern
- All Known Implementing Classes:
- Enchantment,- EnchantmentWrapper,- EntityType,- ItemStack,- Material,- PotionEffectType,- PotionEffectTypeWrapper
Deprecated, for removal: This API element is subject to removal in a future version.
Represents an object with a text representation that can be translated by the
 Minecraft client.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.look for atranslationKey()method instead
- 
Method Details- 
getTranslationKeyDeprecated, for removal: This API element is subject to removal in a future version.look for atranslationKey()method insteadGet the translation key, suitable for use in a translation component.- Returns:
- the translation key
 
 
- 
Translatable