Interface LlamaInventory

All Superinterfaces:
AbstractHorseInventory, Inventory, Iterable<ItemStack>, MountInventory, SaddledHorseInventory, SaddledMountInventory

public interface LlamaInventory extends SaddledHorseInventory
An interface to the inventory of a Llama.
Since:
1.11
  • Method Details

    • getDecor

      Gets the item in the llama's decor slot.
      Returns:
      the decor item
      Since:
      1.11
    • setDecor

      void setDecor(@Nullable @Nullable ItemStack stack)
      Sets the item in the llama's decor slot.
      Parameters:
      stack - the new item
      Since:
      1.11