Enum Class Network2S

java.lang.Object
java.lang.Enum<Network2S>
com.beansgalaxy.backpacks.network.Network2S
All Implemented Interfaces:
Serializable, Comparable<Network2S>, Constable

public enum Network2S extends Enum<Network2S>
  • Enum Constant Details

    • ACTION_KEY_2S

      public static final Network2S ACTION_KEY_2S
    • INSTANT_PLACE_2S

      public static final Network2S INSTANT_PLACE_2S
    • PICK_BACKPACK_2S

      public static final Network2S PICK_BACKPACK_2S
    • USE_CAULDRON_2S

      public static final Network2S USE_CAULDRON_2S
    • CLEAR_BACK_SLOT_2S

      public static final Network2S CLEAR_BACK_SLOT_2S
  • Field Details

    • packet

      public final Network2S.Packet<? extends Packet2S> packet
    • id

      public final net.minecraft.resources.ResourceLocation id
  • Method Details

    • values

      public static Network2S[] 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 Network2S 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
    • debugMsgEncode

      public void debugMsgEncode()
    • debugMsgDecode

      public void debugMsgDecode()