Interface LlamaInventory

All Superinterfaces:
AbstractHorseInventory, Inventory, Iterable<ItemStack>

public interface LlamaInventory extends AbstractHorseInventory
An interface to the inventory of a Llama.
  • Method Details

    • getDecor

      @Nullable ItemStack getDecor()
      Gets the item in the llama's decor slot.
      Returns:
      the decor item
    • setDecor

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