Package net.minecraft

Enum Class class_11515

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

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

    • SOLID

      public static final class_11515 SOLID
      Mappings:
      Namespace Name Mixin selector
      named SOLID Lnet/minecraft/class_11515;SOLID:Lnet/minecraft/class_11515;
      intermediary field_60923 Lnet/minecraft/class_11515;field_60923:Lnet/minecraft/class_11515;
      official a Lhbc;a:Lhbc;
    • CUTOUT_MIPPED

      public static final class_11515 CUTOUT_MIPPED
      Mappings:
      Namespace Name Mixin selector
      named CUTOUT_MIPPED Lnet/minecraft/class_11515;CUTOUT_MIPPED:Lnet/minecraft/class_11515;
      intermediary field_60924 Lnet/minecraft/class_11515;field_60924:Lnet/minecraft/class_11515;
      official b Lhbc;b:Lhbc;
    • CUTOUT

      public static final class_11515 CUTOUT
      Mappings:
      Namespace Name Mixin selector
      named CUTOUT Lnet/minecraft/class_11515;CUTOUT:Lnet/minecraft/class_11515;
      intermediary field_60925 Lnet/minecraft/class_11515;field_60925:Lnet/minecraft/class_11515;
      official c Lhbc;c:Lhbc;
    • TRANSLUCENT

      public static final class_11515 TRANSLUCENT
      Mappings:
      Namespace Name Mixin selector
      named TRANSLUCENT Lnet/minecraft/class_11515;TRANSLUCENT:Lnet/minecraft/class_11515;
      intermediary field_60926 Lnet/minecraft/class_11515;field_60926:Lnet/minecraft/class_11515;
      official d Lhbc;d:Lhbc;
    • TRIPWIRE

      public static final class_11515 TRIPWIRE
      Mappings:
      Namespace Name Mixin selector
      named TRIPWIRE Lnet/minecraft/class_11515;TRIPWIRE:Lnet/minecraft/class_11515;
      intermediary field_60927 Lnet/minecraft/class_11515;field_60927:Lnet/minecraft/class_11515;
      official e Lhbc;e:Lhbc;
  • Field Details

    • field_60928

      private final RenderPipeline field_60928
      Mappings:
      Namespace Name Mixin selector
      named field_60928 Lnet/minecraft/class_11515;field_60928:Lcom/mojang/blaze3d/pipeline/RenderPipeline;
      intermediary field_60928 Lnet/minecraft/class_11515;field_60928:Lcom/mojang/blaze3d/pipeline/RenderPipeline;
      official f Lhbc;f:Lcom/mojang/blaze3d/pipeline/RenderPipeline;
    • field_60929

      private final int field_60929
      Mappings:
      Namespace Name Mixin selector
      named field_60929 Lnet/minecraft/class_11515;field_60929:I
      intermediary field_60929 Lnet/minecraft/class_11515;field_60929:I
      official g Lhbc;g:I
    • field_60930

      private final boolean field_60930
      Mappings:
      Namespace Name Mixin selector
      named field_60930 Lnet/minecraft/class_11515;field_60930:Z
      intermediary field_60930 Lnet/minecraft/class_11515;field_60930:Z
      official h Lhbc;h:Z
    • field_60931

      private final boolean field_60931
      Mappings:
      Namespace Name Mixin selector
      named field_60931 Lnet/minecraft/class_11515;field_60931:Z
      intermediary field_60931 Lnet/minecraft/class_11515;field_60931:Z
      official i Lhbc;i:Z
    • field_60932

      private final String field_60932
      Mappings:
      Namespace Name Mixin selector
      named field_60932 Lnet/minecraft/class_11515;field_60932:Ljava/lang/String;
      intermediary field_60932 Lnet/minecraft/class_11515;field_60932:Ljava/lang/String;
      official j Lhbc;j:Ljava/lang/String;
  • Constructor Details

    • class_11515

      private class_11515(RenderPipeline renderPipeline, int int2, boolean bool, boolean bool2)
  • Method Details

    • values

      public static class_11515[] 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_11515 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_72020

      public RenderPipeline method_72020()
      Mappings:
      Namespace Name Mixin selector
      named method_72020 Lnet/minecraft/class_11515;method_72020()Lcom/mojang/blaze3d/pipeline/RenderPipeline;
      intermediary method_72020 Lnet/minecraft/class_11515;method_72020()Lcom/mojang/blaze3d/pipeline/RenderPipeline;
      official a Lhbc;a()Lcom/mojang/blaze3d/pipeline/RenderPipeline;
    • method_72021

      public int method_72021()
      Mappings:
      Namespace Name Mixin selector
      named method_72021 Lnet/minecraft/class_11515;method_72021()I
      intermediary method_72021 Lnet/minecraft/class_11515;method_72021()I
      official b Lhbc;b()I
    • method_72022

      public String method_72022()
      Mappings:
      Namespace Name Mixin selector
      named method_72022 Lnet/minecraft/class_11515;method_72022()Ljava/lang/String;
      intermediary method_72022 Lnet/minecraft/class_11515;method_72022()Ljava/lang/String;
      official c Lhbc;c()Ljava/lang/String;
    • method_72023

      public boolean method_72023()
      Mappings:
      Namespace Name Mixin selector
      named method_72023 Lnet/minecraft/class_11515;method_72023()Z
      intermediary method_72023 Lnet/minecraft/class_11515;method_72023()Z
      official d Lhbc;d()Z
    • method_72024

      public GpuTextureView method_72024()
      Mappings:
      Namespace Name Mixin selector
      named method_72024 Lnet/minecraft/class_11515;method_72024()Lcom/mojang/blaze3d/textures/GpuTextureView;
      intermediary method_72024 Lnet/minecraft/class_11515;method_72024()Lcom/mojang/blaze3d/textures/GpuTextureView;
      official e Lhbc;e()Lcom/mojang/blaze3d/textures/GpuTextureView;
    • method_72025

      public Framebuffer method_72025()
      Mappings:
      Namespace Name Mixin selector
      named method_72025 Lnet/minecraft/class_11515;method_72025()Lnet/minecraft/client/gl/Framebuffer;
      intermediary method_72025 Lnet/minecraft/class_11515;method_72025()Lnet/minecraft/class_276;
      official f Lhbc;f()Lfms;