Class CubeMapRenderer

java.lang.Object
net.minecraft.client.gui.CubeMapRenderer
All Implemented Interfaces:
AutoCloseable

@Environment(CLIENT) public class CubeMapRenderer extends Object implements AutoCloseable
Mappings:
Namespace Name
named net/minecraft/client/gui/CubeMapRenderer
intermediary net/minecraft/class_751
official gwv
  • Field Details

    • FACES_COUNT

      private static final int FACES_COUNT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named FACES_COUNT Lnet/minecraft/client/gui/CubeMapRenderer;FACES_COUNT:I
      intermediary field_32680 Lnet/minecraft/class_751;field_32680:I
      official a Lgwv;a:I
    • buffer

      private final GpuBuffer buffer
      Mappings:
      Namespace Name Mixin selector
      named buffer Lnet/minecraft/client/gui/CubeMapRenderer;buffer:Lcom/mojang/blaze3d/buffers/GpuBuffer;
      intermediary field_60576 Lnet/minecraft/class_751;field_60576:Lcom/mojang/blaze3d/buffers/GpuBuffer;
      official b Lgwv;b:Lcom/mojang/blaze3d/buffers/GpuBuffer;
    • projectionMatrix

      private final ProjectionMatrix3 projectionMatrix
      Mappings:
      Namespace Name Mixin selector
      named projectionMatrix Lnet/minecraft/client/gui/CubeMapRenderer;projectionMatrix:Lnet/minecraft/client/render/ProjectionMatrix3;
      intermediary field_60577 Lnet/minecraft/class_751;field_60577:Lnet/minecraft/class_11279;
      official c Lgwv;c:Lgwt;
    • id

      private final Identifier id
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/client/gui/CubeMapRenderer;id:Lnet/minecraft/util/Identifier;
      intermediary field_60578 Lnet/minecraft/class_751;field_60578:Lnet/minecraft/class_2960;
      official d Lgwv;d:Lame;
  • Constructor Details

    • CubeMapRenderer

      public CubeMapRenderer(Identifier id)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/CubeMapRenderer;<init>(Lnet/minecraft/util/Identifier;)V
      intermediary <init> Lnet/minecraft/class_751;<init>(Lnet/minecraft/class_2960;)V
      official <init> Lgwv;<init>(Lame;)V
  • Method Details

    • draw

      public void draw(MinecraftClient client, float x, float y)
      Mappings:
      Namespace Name Mixin selector
      named draw Lnet/minecraft/client/gui/CubeMapRenderer;draw(Lnet/minecraft/client/MinecraftClient;FF)V
      intermediary method_3156 Lnet/minecraft/class_751;method_3156(Lnet/minecraft/class_310;FF)V
      official a Lgwv;a(Lfud;FF)V
    • upload

      private static GpuBuffer upload()
      Mappings:
      Namespace Name Mixin selector
      named upload Lnet/minecraft/client/gui/CubeMapRenderer;upload()Lcom/mojang/blaze3d/buffers/GpuBuffer;
      intermediary method_67548 Lnet/minecraft/class_751;method_67548()Lcom/mojang/blaze3d/buffers/GpuBuffer;
      official a Lgwv;a()Lcom/mojang/blaze3d/buffers/GpuBuffer;
    • registerTextures

      public void registerTextures(TextureManager textureManager)
      Mappings:
      Namespace Name Mixin selector
      named registerTextures Lnet/minecraft/client/gui/CubeMapRenderer;registerTextures(Lnet/minecraft/client/texture/TextureManager;)V
      intermediary method_65815 Lnet/minecraft/class_751;method_65815(Lnet/minecraft/class_1060;)V
      official a Lgwv;a(Lhrs;)V
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable