Package net.minecraft

Enum Class class_10226

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

@Environment(CLIENT) public enum class_10226 extends Enum<class_10226>
Mappings:
Namespace Name
named net/minecraft/class_10226
intermediary net/minecraft/class_10226
official fcd
  • Enum Constant Details

    • VERTICES

      public static final class_10226 VERTICES
      Mappings:
      Namespace Name Mixin selector
      named VERTICES Lnet/minecraft/class_10226;VERTICES:Lnet/minecraft/class_10226;
      intermediary field_54330 Lnet/minecraft/class_10226;field_54330:Lnet/minecraft/class_10226;
      official a Lfcd;a:Lfcd;
    • INDICES

      public static final class_10226 INDICES
      Mappings:
      Namespace Name Mixin selector
      named INDICES Lnet/minecraft/class_10226;INDICES:Lnet/minecraft/class_10226;
      intermediary field_54331 Lnet/minecraft/class_10226;field_54331:Lnet/minecraft/class_10226;
      official b Lfcd;b:Lfcd;
    • PIXEL_PACK

      public static final class_10226 PIXEL_PACK
      Mappings:
      Namespace Name Mixin selector
      named PIXEL_PACK Lnet/minecraft/class_10226;PIXEL_PACK:Lnet/minecraft/class_10226;
      intermediary field_54332 Lnet/minecraft/class_10226;field_54332:Lnet/minecraft/class_10226;
      official c Lfcd;c:Lfcd;
    • COPY_READ

      public static final class_10226 COPY_READ
      Mappings:
      Namespace Name Mixin selector
      named COPY_READ Lnet/minecraft/class_10226;COPY_READ:Lnet/minecraft/class_10226;
      intermediary field_54333 Lnet/minecraft/class_10226;field_54333:Lnet/minecraft/class_10226;
      official d Lfcd;d:Lfcd;
    • COPY_WRITE

      public static final class_10226 COPY_WRITE
      Mappings:
      Namespace Name Mixin selector
      named COPY_WRITE Lnet/minecraft/class_10226;COPY_WRITE:Lnet/minecraft/class_10226;
      intermediary field_54334 Lnet/minecraft/class_10226;field_54334:Lnet/minecraft/class_10226;
      official e Lfcd;e:Lfcd;
    • PIXEL_UNPACK

      public static final class_10226 PIXEL_UNPACK
      Mappings:
      Namespace Name Mixin selector
      named PIXEL_UNPACK Lnet/minecraft/class_10226;PIXEL_UNPACK:Lnet/minecraft/class_10226;
      intermediary field_54335 Lnet/minecraft/class_10226;field_54335:Lnet/minecraft/class_10226;
      official f Lfcd;f:Lfcd;
    • UNIFORM

      public static final class_10226 UNIFORM
      Mappings:
      Namespace Name Mixin selector
      named UNIFORM Lnet/minecraft/class_10226;UNIFORM:Lnet/minecraft/class_10226;
      intermediary field_54336 Lnet/minecraft/class_10226;field_54336:Lnet/minecraft/class_10226;
      official g Lfcd;g:Lfcd;
  • Field Details

    • field_54337

      final int field_54337
      Mappings:
      Namespace Name Mixin selector
      named field_54337 Lnet/minecraft/class_10226;field_54337:I
      intermediary field_54337 Lnet/minecraft/class_10226;field_54337:I
      official h Lfcd;h:I
  • Constructor Details

    • class_10226

      private class_10226(int int2)
  • Method Details

    • values

      public static class_10226[] 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_10226 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