Package net.minecraft

Enum class_5847

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

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

    • field_28922

      public static final class_5847 field_28922
      Mappings:
      Namespace Name Mixin selector
      official a Lcpv;a:Lcpv;
      intermediary field_28922 Lnet/minecraft/class_5847;field_28922:Lnet/minecraft/class_5847;
      named field_28922 Lnet/minecraft/class_5847;field_28922:Lnet/minecraft/class_5847;
    • field_28923

      public static final class_5847 field_28923
      Mappings:
      Namespace Name Mixin selector
      official b Lcpv;b:Lcpv;
      intermediary field_28923 Lnet/minecraft/class_5847;field_28923:Lnet/minecraft/class_5847;
      named field_28923 Lnet/minecraft/class_5847;field_28923:Lnet/minecraft/class_5847;
    • field_28924

      public static final class_5847 field_28924
      Mappings:
      Namespace Name Mixin selector
      official c Lcpv;c:Lcpv;
      intermediary field_28924 Lnet/minecraft/class_5847;field_28924:Lnet/minecraft/class_5847;
      named field_28924 Lnet/minecraft/class_5847;field_28924:Lnet/minecraft/class_5847;
  • Constructor Details

    • class_5847

      private class_5847()
  • Method Details

    • values

      public static class_5847[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static class_5847 valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null