Enum Class UnlockRecipesS2CPacket.Action

java.lang.Object
java.lang.Enum<UnlockRecipesS2CPacket.Action>
net.minecraft.network.packet.s2c.play.UnlockRecipesS2CPacket.Action
All Implemented Interfaces:
Serializable, Comparable<UnlockRecipesS2CPacket.Action>, Constable
Enclosing class:
UnlockRecipesS2CPacket

public static enum UnlockRecipesS2CPacket.Action extends Enum<UnlockRecipesS2CPacket.Action>
Mappings:
Namespace Name
official wq$a
intermediary net/minecraft/class_2713$class_2714
named net/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket$Action
  • Enum Constant Details

    • INIT

      public static final UnlockRecipesS2CPacket.Action INIT
      Mappings:
      Namespace Name Mixin selector
      official a Lwq$a;a:Lwq$a;
      intermediary field_12416 Lnet/minecraft/class_2713$class_2714;field_12416:Lnet/minecraft/class_2713$class_2714;
      named INIT Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket$Action;INIT:Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket$Action;
    • ADD

      public static final UnlockRecipesS2CPacket.Action ADD
      Mappings:
      Namespace Name Mixin selector
      official b Lwq$a;b:Lwq$a;
      intermediary field_12415 Lnet/minecraft/class_2713$class_2714;field_12415:Lnet/minecraft/class_2713$class_2714;
      named ADD Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket$Action;ADD:Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket$Action;
    • REMOVE

      public static final UnlockRecipesS2CPacket.Action REMOVE
      Mappings:
      Namespace Name Mixin selector
      official c Lwq$a;c:Lwq$a;
      intermediary field_12417 Lnet/minecraft/class_2713$class_2714;field_12417:Lnet/minecraft/class_2713$class_2714;
      named REMOVE Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket$Action;REMOVE:Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket$Action;
  • Constructor Details

    • Action

      private Action()
  • Method Details

    • values

      public static UnlockRecipesS2CPacket.Action[] 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 UnlockRecipesS2CPacket.Action 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