Class RenderPhase.TextureBase

java.lang.Object
net.minecraft.client.render.RenderPhase
net.minecraft.client.render.RenderPhase.TextureBase
Direct Known Subclasses:
RenderPhase.Texture, RenderPhase.Textures
Enclosing class:
RenderPhase

@Environment(CLIENT) protected static class RenderPhase.TextureBase extends RenderPhase
Mappings:
Namespace Name
official fec$d
intermediary net/minecraft/class_4668$class_5939
named net/minecraft/client/render/RenderPhase$TextureBase
  • Constructor Details

    • TextureBase

      public TextureBase(Runnable apply, Runnable unapply)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfec$d;<init>(Ljava/lang/Runnable;Ljava/lang/Runnable;)V
      intermediary <init> Lnet/minecraft/class_4668$class_5939;<init>(Ljava/lang/Runnable;Ljava/lang/Runnable;)V
      named <init> Lnet/minecraft/client/render/RenderPhase$TextureBase;<init>(Ljava/lang/Runnable;Ljava/lang/Runnable;)V
    • TextureBase

      TextureBase()
  • Method Details

    • getId

      protected Optional<Identifier> getId()
      Mappings:
      Namespace Name Mixin selector
      official c Lfec$d;c()Ljava/util/Optional;
      intermediary method_23564 Lnet/minecraft/class_4668$class_5939;method_23564()Ljava/util/Optional;
      named getId Lnet/minecraft/client/render/RenderPhase$TextureBase;getId()Ljava/util/Optional;