Enum Class ForwardTypeOuterClass.ForwardType

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

public static enum ForwardTypeOuterClass.ForwardType extends Enum<ForwardTypeOuterClass.ForwardType> implements com.google.protobuf.ProtocolMessageEnum
 Name: IHFHAKKFMHG
 
Protobuf enum ForwardType
  • Enum Constant Details

  • Field Details

    • FORWARD_TYPE_LOCAL_VALUE

      public static final int FORWARD_TYPE_LOCAL_VALUE
      FORWARD_TYPE_LOCAL = 0;
      See Also:
    • FORWARD_TYPE_TO_ALL_VALUE

      public static final int FORWARD_TYPE_TO_ALL_VALUE
      FORWARD_TYPE_TO_ALL = 1;
      See Also:
    • FORWARD_TYPE_TO_ALL_EXCEPT_CUR_VALUE

      public static final int FORWARD_TYPE_TO_ALL_EXCEPT_CUR_VALUE
      FORWARD_TYPE_TO_ALL_EXCEPT_CUR = 2;
      See Also:
    • FORWARD_TYPE_TO_HOST_VALUE

      public static final int FORWARD_TYPE_TO_HOST_VALUE
      FORWARD_TYPE_TO_HOST = 3;
      See Also:
    • FORWARD_TYPE_TO_ALL_GUEST_VALUE

      public static final int FORWARD_TYPE_TO_ALL_GUEST_VALUE
      FORWARD_TYPE_TO_ALL_GUEST = 4;
      See Also:
    • FORWARD_TYPE_TO_PEER_VALUE

      public static final int FORWARD_TYPE_TO_PEER_VALUE
      FORWARD_TYPE_TO_PEER = 5;
      See Also:
    • FORWARD_TYPE_TO_PEERS_VALUE

      public static final int FORWARD_TYPE_TO_PEERS_VALUE
      FORWARD_TYPE_TO_PEERS = 6;
      See Also:
    • FORWARD_TYPE_ONLY_SERVER_VALUE

      public static final int FORWARD_TYPE_ONLY_SERVER_VALUE
      FORWARD_TYPE_ONLY_SERVER = 7;
      See Also:
    • FORWARD_TYPE_TO_ALL_EXIST_EXCEPT_CUR_VALUE

      public static final int FORWARD_TYPE_TO_ALL_EXIST_EXCEPT_CUR_VALUE
      FORWARD_TYPE_TO_ALL_EXIST_EXCEPT_CUR = 8;
      See Also:
  • Method Details

    • values

      public static ForwardTypeOuterClass.ForwardType[] 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 ForwardTypeOuterClass.ForwardType 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 ForwardTypeOuterClass.ForwardType 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 ForwardTypeOuterClass.ForwardType 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<ForwardTypeOuterClass.ForwardType> 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 ForwardTypeOuterClass.ForwardType 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