Enum Class ProtEntityTypeOuterClass.ProtEntityType

java.lang.Object
java.lang.Enum<ProtEntityTypeOuterClass.ProtEntityType>
emu.grasscutter.net.proto.ProtEntityTypeOuterClass.ProtEntityType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ProtEntityTypeOuterClass.ProtEntityType>, Constable
Enclosing class:
ProtEntityTypeOuterClass

public static enum ProtEntityTypeOuterClass.ProtEntityType extends Enum<ProtEntityTypeOuterClass.ProtEntityType> implements com.google.protobuf.ProtocolMessageEnum
 Name: APHMIMMPMDI
 
Protobuf enum ProtEntityType
  • Enum Constant Details

  • Field Details

    • PROT_ENTITY_TYPE_NONE_VALUE

      public static final int PROT_ENTITY_TYPE_NONE_VALUE
      PROT_ENTITY_TYPE_NONE = 0;
      See Also:
    • PROT_ENTITY_TYPE_AVATAR_VALUE

      public static final int PROT_ENTITY_TYPE_AVATAR_VALUE
      PROT_ENTITY_TYPE_AVATAR = 1;
      See Also:
    • PROT_ENTITY_TYPE_MONSTER_VALUE

      public static final int PROT_ENTITY_TYPE_MONSTER_VALUE
      PROT_ENTITY_TYPE_MONSTER = 2;
      See Also:
    • PROT_ENTITY_TYPE_NPC_VALUE

      public static final int PROT_ENTITY_TYPE_NPC_VALUE
      PROT_ENTITY_TYPE_NPC = 3;
      See Also:
    • PROT_ENTITY_TYPE_GADGET_VALUE

      public static final int PROT_ENTITY_TYPE_GADGET_VALUE
      PROT_ENTITY_TYPE_GADGET = 4;
      See Also:
    • PROT_ENTITY_TYPE_REGION_VALUE

      public static final int PROT_ENTITY_TYPE_REGION_VALUE
      PROT_ENTITY_TYPE_REGION = 5;
      See Also:
    • PROT_ENTITY_TYPE_WEAPON_VALUE

      public static final int PROT_ENTITY_TYPE_WEAPON_VALUE
      PROT_ENTITY_TYPE_WEAPON = 6;
      See Also:
    • PROT_ENTITY_TYPE_WEATHER_VALUE

      public static final int PROT_ENTITY_TYPE_WEATHER_VALUE
      PROT_ENTITY_TYPE_WEATHER = 7;
      See Also:
    • PROT_ENTITY_TYPE_SCENE_VALUE

      public static final int PROT_ENTITY_TYPE_SCENE_VALUE
      PROT_ENTITY_TYPE_SCENE = 8;
      See Also:
    • PROT_ENTITY_TYPE_TEAM_VALUE

      public static final int PROT_ENTITY_TYPE_TEAM_VALUE
      PROT_ENTITY_TYPE_TEAM = 9;
      See Also:
    • PROT_ENTITY_TYPE_MASSIVE_ENTITY_VALUE

      public static final int PROT_ENTITY_TYPE_MASSIVE_ENTITY_VALUE
      PROT_ENTITY_TYPE_MASSIVE_ENTITY = 10;
      See Also:
    • PROT_ENTITY_TYPE_MP_LEVEL_VALUE

      public static final int PROT_ENTITY_TYPE_MP_LEVEL_VALUE
      PROT_ENTITY_TYPE_MP_LEVEL = 11;
      See Also:
    • PROT_ENTITY_TYPE_PLAY_TEAM_ENTITY_VALUE

      public static final int PROT_ENTITY_TYPE_PLAY_TEAM_ENTITY_VALUE
      PROT_ENTITY_TYPE_PLAY_TEAM_ENTITY = 12;
      See Also:
    • PROT_ENTITY_TYPE_EYE_POINT_VALUE

      public static final int PROT_ENTITY_TYPE_EYE_POINT_VALUE
      PROT_ENTITY_TYPE_EYE_POINT = 13;
      See Also:
    • PROT_ENTITY_TYPE_MAX_VALUE

      public static final int PROT_ENTITY_TYPE_MAX_VALUE
      PROT_ENTITY_TYPE_MAX = 14;
      See Also:
  • Method Details

    • values

      public static ProtEntityTypeOuterClass.ProtEntityType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ProtEntityTypeOuterClass.ProtEntityType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static ProtEntityTypeOuterClass.ProtEntityType valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static ProtEntityTypeOuterClass.ProtEntityType forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<ProtEntityTypeOuterClass.ProtEntityType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static ProtEntityTypeOuterClass.ProtEntityType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null