Enum SpellcastingIllagerEntity.SpellType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int id  
      private double[] spellColor  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SpellType​(int p_i47561_3_, double p_i47561_4_, double p_i47561_6_, double p_i47561_8_)  
    • Field Detail

      • id

        private final int id
      • spellColor

        private final double[] spellColor
    • Constructor Detail

      • SpellType

        private SpellType​(int p_i47561_3_,
                          double p_i47561_4_,
                          double p_i47561_6_,
                          double p_i47561_8_)
    • Method Detail

      • values

        public static SpellcastingIllagerEntity.SpellType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (SpellcastingIllagerEntity.SpellType c : SpellcastingIllagerEntity.SpellType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SpellcastingIllagerEntity.SpellType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null