Interface Llama

    • Method Detail

      • getColor

        @NotNull
        Llama.Color getColor()
        Gets the llama's color.
        Returns:
        a Llama.Color representing the llama's color
      • setColor

        void setColor​(@NotNull
                      Llama.Color color)
        Sets the llama's color.
        Parameters:
        color - a Llama.Color for this llama
      • 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]