Enum Class ChangeUnlockedRecipesS2CPacket.Action

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

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

    • INIT

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

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

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

    • Action

      private Action()
  • Method Details

    • values

      public static ChangeUnlockedRecipesS2CPacket.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 ChangeUnlockedRecipesS2CPacket.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