Package net.minecraft

Enum Class class_10776

java.lang.Object
java.lang.Enum<class_10776>
net.minecraft.class_10776
All Implemented Interfaces:
Serializable, Comparable<class_10776>, Constable

public enum class_10776 extends Enum<class_10776>
Mappings:
Namespace Name
named net/minecraft/class_10776
intermediary net/minecraft/class_10776
official bxc
  • Enum Constant Details

    • FREEZE

      public static final class_10776 FREEZE
      Mappings:
      Namespace Name Mixin selector
      named FREEZE Lnet/minecraft/class_10776;FREEZE:Lnet/minecraft/class_10776;
      intermediary field_56642 Lnet/minecraft/class_10776;field_56642:Lnet/minecraft/class_10776;
      official a Lbxc;a:Lbxc;
    • FIRE_IGNITE

      public static final class_10776 FIRE_IGNITE
      Mappings:
      Namespace Name Mixin selector
      named FIRE_IGNITE Lnet/minecraft/class_10776;FIRE_IGNITE:Lnet/minecraft/class_10776;
      intermediary field_56643 Lnet/minecraft/class_10776;field_56643:Lnet/minecraft/class_10776;
      official b Lbxc;b:Lbxc;
    • LAVA_IGNITE

      public static final class_10776 LAVA_IGNITE
      Mappings:
      Namespace Name Mixin selector
      named LAVA_IGNITE Lnet/minecraft/class_10776;LAVA_IGNITE:Lnet/minecraft/class_10776;
      intermediary field_56644 Lnet/minecraft/class_10776;field_56644:Lnet/minecraft/class_10776;
      official c Lbxc;c:Lbxc;
    • EXTINGUISH

      public static final class_10776 EXTINGUISH
      Mappings:
      Namespace Name Mixin selector
      named EXTINGUISH Lnet/minecraft/class_10776;EXTINGUISH:Lnet/minecraft/class_10776;
      intermediary field_56645 Lnet/minecraft/class_10776;field_56645:Lnet/minecraft/class_10776;
      official d Lbxc;d:Lbxc;
  • Field Details

    • field_56646

      private final Consumer<Entity> field_56646
      Mappings:
      Namespace Name Mixin selector
      named field_56646 Lnet/minecraft/class_10776;field_56646:Ljava/util/function/Consumer;
      intermediary field_56646 Lnet/minecraft/class_10776;field_56646:Ljava/util/function/Consumer;
      official e Lbxc;e:Ljava/util/function/Consumer;
  • Constructor Details

  • Method Details

    • values

      public static class_10776[] 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 class_10776 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
    • method_67646

      public Consumer<Entity> method_67646()
      Mappings:
      Namespace Name Mixin selector
      named method_67646 Lnet/minecraft/class_10776;method_67646()Ljava/util/function/Consumer;
      intermediary method_67646 Lnet/minecraft/class_10776;method_67646()Ljava/util/function/Consumer;
      official a Lbxc;a()Ljava/util/function/Consumer;