Interface Llama

    • Method Detail

      • getStrength

        int getStrength()
        Gets the llama's strength. A higher strength llama will have more inventory slots and be more threatening to entities.
        Returns:
        llama strength [1,5]
      • setStrength

        void setStrength​(int strength)
        Sets the llama's strength. A higher strength llama will have more inventory slots and be more threatening to entities. Inventory slots are equal to strength * 3.
        Parameters:
        strength - llama strength [1,5]