Package org.bukkit
Interface Translatable
- All Known Subinterfaces:
Block
- All Known Implementing Classes:
EntityType
,ItemStack
,Material
public interface Translatable
Represents an object with a text representation that can be translated by the
Minecraft client.
-
Method Summary
Modifier and TypeMethodDescriptionGet the translation key, suitable for use in a translation component.
-
Method Details
-
getTranslationKey
Get the translation key, suitable for use in a translation component.- Returns:
- the translation key
-