Package net.minecraft

Enum Class class_4079

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

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

    • field_19812

      public static final class_4079 field_19812
      Mappings:
      Namespace Name Mixin selector
      official a Lcec;a:Lcec;
      intermediary field_19812 Lnet/minecraft/class_4079;field_19812:Lnet/minecraft/class_4079;
      named field_19812 Lnet/minecraft/class_4079;field_19812:Lnet/minecraft/class_4079;
    • field_19813

      public static final class_4079 field_19813
      Mappings:
      Namespace Name Mixin selector
      official b Lcec;b:Lcec;
      intermediary field_19813 Lnet/minecraft/class_4079;field_19813:Lnet/minecraft/class_4079;
      named field_19813 Lnet/minecraft/class_4079;field_19813:Lnet/minecraft/class_4079;
    • field_19814

      public static final class_4079 field_19814
      Mappings:
      Namespace Name Mixin selector
      official c Lcec;c:Lcec;
      intermediary field_19814 Lnet/minecraft/class_4079;field_19814:Lnet/minecraft/class_4079;
      named field_19814 Lnet/minecraft/class_4079;field_19814:Lnet/minecraft/class_4079;
  • Field Details

    • field_19815

      public final Predicate<FluidState> field_19815
      Mappings:
      Namespace Name Mixin selector
      official d Lcec;d:Ljava/util/function/Predicate;
      intermediary field_19815 Lnet/minecraft/class_4079;field_19815:Ljava/util/function/Predicate;
      named field_19815 Lnet/minecraft/class_4079;field_19815:Ljava/util/function/Predicate;
  • Constructor Details

  • Method Details

    • values

      public static class_4079[] 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_4079 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