Interface Wolf

    • Method Detail

      • isAngry

        boolean isAngry()
        Checks if this wolf is angry
        Returns:
        Anger true if angry
      • getCollarColor

        @NotNull
        DyeColor getCollarColor()
        Get the collar color of this wolf
        Returns:
        the color of the collar
      • setCollarColor

        void setCollarColor​(@NotNull
                            DyeColor color)
        Set the collar color of this wolf
        Parameters:
        color - the color to apply