Class MapRenderer

java.lang.Object
net.minecraft.client.render.MapRenderer

@Environment(CLIENT) public class MapRenderer extends Object
Mappings:
Namespace Name
named net/minecraft/client/render/MapRenderer
intermediary net/minecraft/class_330
official glj
  • Field Details

    • field_53102

      private static final float field_53102
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_53102 Lnet/minecraft/client/render/MapRenderer;field_53102:F
      intermediary field_53102 Lnet/minecraft/class_330;field_53102:F
      official a Lglj;a:F
    • field_53103

      private static final float field_53103
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_53103 Lnet/minecraft/client/render/MapRenderer;field_53103:F
      intermediary field_53103 Lnet/minecraft/class_330;field_53103:F
      official b Lglj;b:F
    • DEFAULT_IMAGE_WIDTH

      private static final int DEFAULT_IMAGE_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT_IMAGE_WIDTH Lnet/minecraft/client/render/MapRenderer;DEFAULT_IMAGE_WIDTH:I
      intermediary field_32173 Lnet/minecraft/class_330;field_32173:I
      official c Lglj;c:I
    • DEFAULT_IMAGE_HEIGHT

      private static final int DEFAULT_IMAGE_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT_IMAGE_HEIGHT Lnet/minecraft/client/render/MapRenderer;DEFAULT_IMAGE_HEIGHT:I
      intermediary field_32174 Lnet/minecraft/class_330;field_32174:I
      official d Lglj;d:I
    • textureManager

      private final MapTextureManager textureManager
      Mappings:
      Namespace Name Mixin selector
      named textureManager Lnet/minecraft/client/render/MapRenderer;textureManager:Lnet/minecraft/client/texture/MapTextureManager;
      intermediary field_2043 Lnet/minecraft/class_330;field_2043:Lnet/minecraft/class_10093;
      official e Lglj;e:Lhci;
    • decorationsAtlasManager

      private final MapDecorationsAtlasManager decorationsAtlasManager
      Mappings:
      Namespace Name Mixin selector
      named decorationsAtlasManager Lnet/minecraft/client/render/MapRenderer;decorationsAtlasManager:Lnet/minecraft/client/texture/MapDecorationsAtlasManager;
      intermediary field_50036 Lnet/minecraft/class_330;field_50036:Lnet/minecraft/class_9443;
      official f Lglj;f:Lhch;
  • Constructor Details

    • MapRenderer

      public MapRenderer(MapDecorationsAtlasManager decorationsAtlasManager, MapTextureManager textureManager)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/MapRenderer;<init>(Lnet/minecraft/client/texture/MapDecorationsAtlasManager;Lnet/minecraft/client/texture/MapTextureManager;)V
      intermediary <init> Lnet/minecraft/class_330;<init>(Lnet/minecraft/class_9443;Lnet/minecraft/class_10093;)V
      official <init> Lglj;<init>(Lhch;Lhci;)V
  • Method Details

    • draw

      public void draw(MapRenderState state, MatrixStack matrices, VertexConsumerProvider vertexConsumers, boolean bool, int light)
      Mappings:
      Namespace Name Mixin selector
      named draw Lnet/minecraft/client/render/MapRenderer;draw(Lnet/minecraft/client/render/MapRenderState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ZI)V
      intermediary method_1773 Lnet/minecraft/class_330;method_1773(Lnet/minecraft/class_10090;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ZI)V
      official a Lglj;a(Lhat;Lfgr;Lglk;ZI)V
    • update

      public void update(MapIdComponent mapId, MapState mapState, MapRenderState renderState)
      Mappings:
      Namespace Name Mixin selector
      named update Lnet/minecraft/client/render/MapRenderer;update(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;Lnet/minecraft/client/render/MapRenderState;)V
      intermediary method_62230 Lnet/minecraft/class_330;method_62230(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;Lnet/minecraft/class_10090;)V
      official a Lglj;a(Levo;Levq;Lhat;)V
    • createDecoration

      private MapRenderState.Decoration createDecoration(MapDecoration decoration)
      Mappings:
      Namespace Name Mixin selector
      named createDecoration Lnet/minecraft/client/render/MapRenderer;createDecoration(Lnet/minecraft/item/map/MapDecoration;)Lnet/minecraft/client/render/MapRenderState$Decoration;
      intermediary method_62229 Lnet/minecraft/class_330;method_62229(Lnet/minecraft/class_20;)Lnet/minecraft/class_10090$class_10091;
      official a Lglj;a(Levk;)Lhat$a;