Package net.minecraft

Enum Class class_11531

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

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

    • OPAQUE

      public static final class_11531 OPAQUE
      Mappings:
      Namespace Name Mixin selector
      named OPAQUE Lnet/minecraft/class_11531;OPAQUE:Lnet/minecraft/class_11531;
      intermediary field_61022 Lnet/minecraft/class_11531;field_61022:Lnet/minecraft/class_11531;
      official a Lhaz;a:Lhaz;
    • TRANSLUCENT

      public static final class_11531 TRANSLUCENT
      Mappings:
      Namespace Name Mixin selector
      named TRANSLUCENT Lnet/minecraft/class_11531;TRANSLUCENT:Lnet/minecraft/class_11531;
      intermediary field_61023 Lnet/minecraft/class_11531;field_61023:Lnet/minecraft/class_11531;
      official b Lhaz;b:Lhaz;
    • TRIPWIRE

      public static final class_11531 TRIPWIRE
      Mappings:
      Namespace Name Mixin selector
      named TRIPWIRE Lnet/minecraft/class_11531;TRIPWIRE:Lnet/minecraft/class_11531;
      intermediary field_61024 Lnet/minecraft/class_11531;field_61024:Lnet/minecraft/class_11531;
      official c Lhaz;c:Lhaz;
  • Field Details

    • field_61025

      private final String field_61025
      Mappings:
      Namespace Name Mixin selector
      named field_61025 Lnet/minecraft/class_11531;field_61025:Ljava/lang/String;
      intermediary field_61025 Lnet/minecraft/class_11531;field_61025:Ljava/lang/String;
      official d Lhaz;d:Ljava/lang/String;
    • field_61026

      private final BlockRenderLayer[] field_61026
      Mappings:
      Namespace Name Mixin selector
      named field_61026 Lnet/minecraft/class_11531;field_61026:[Lnet/minecraft/client/render/BlockRenderLayer;
      intermediary field_61026 Lnet/minecraft/class_11531;field_61026:[Lnet/minecraft/class_11515;
      official e Lhaz;e:[Lhay;
  • Constructor Details

  • Method Details

    • values

      public static class_11531[] 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_11531 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_72166

      public String method_72166()
      Mappings:
      Namespace Name Mixin selector
      named method_72166 Lnet/minecraft/class_11531;method_72166()Ljava/lang/String;
      intermediary method_72166 Lnet/minecraft/class_11531;method_72166()Ljava/lang/String;
      official a Lhaz;a()Ljava/lang/String;
    • method_72167

      public BlockRenderLayer[] method_72167()
      Mappings:
      Namespace Name Mixin selector
      named method_72167 Lnet/minecraft/class_11531;method_72167()[Lnet/minecraft/client/render/BlockRenderLayer;
      intermediary method_72167 Lnet/minecraft/class_11531;method_72167()[Lnet/minecraft/class_11515;
      official b Lhaz;b()[Lhay;
    • method_72168

      public Framebuffer method_72168()
      Mappings:
      Namespace Name Mixin selector
      named method_72168 Lnet/minecraft/class_11531;method_72168()Lnet/minecraft/client/gl/Framebuffer;
      intermediary method_72168 Lnet/minecraft/class_11531;method_72168()Lnet/minecraft/class_276;
      official c Lhaz;c()Lfmp;