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 Type
    Method
    Description
    Get the translation key, suitable for use in a translation component.
  • Method Details

    • getTranslationKey

      @NotNull String getTranslationKey()
      Get the translation key, suitable for use in a translation component.
      Returns:
      the translation key