Class MapRenderer

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

@Environment(CLIENT) public class MapRenderer extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_321
glue class_343
server net/minecraft/class_321
client iy
named net/minecraft/client/render/MapRenderer
  • Field Details

    • colors

      private int[] colors
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1218 Lnet/minecraft/class_321;field_1218:[I
      glue field_1409 Lclass_343;field_1409:[I
      server field_1218 Lnet/minecraft/class_321;field_1218:[I
      client a Liy;a:[I
      named colors Lnet/minecraft/client/render/MapRenderer;colors:[I
    • texture

      private int texture
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1219 Lnet/minecraft/class_321;field_1219:I
      glue field_1410 Lclass_343;field_1410:I
      server field_1219 Lnet/minecraft/class_321;field_1219:I
      client b Liy;b:I
      named texture Lnet/minecraft/client/render/MapRenderer;texture:I
    • options

      private GameOptions options
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1220 Lnet/minecraft/class_321;field_1220:Lnet/minecraft/class_322;
      glue field_1411 Lclass_343;field_1411:Lclass_419;
      server field_1220 Lnet/minecraft/class_321;field_1220:Lnet/minecraft/class_322;
      client c Liy;c:Lkv;
      named options Lnet/minecraft/client/render/MapRenderer;options:Lnet/minecraft/client/option/GameOptions;
    • textRenderer

      private TextRenderer textRenderer
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1221 Lnet/minecraft/class_321;field_1221:Lnet/minecraft/class_34;
      glue field_1412 Lclass_343;field_1412:Lclass_648;
      server field_1221 Lnet/minecraft/class_321;field_1221:Lnet/minecraft/class_34;
      client d Liy;d:Lsj;
      named textRenderer Lnet/minecraft/client/render/MapRenderer;textRenderer:Lnet/minecraft/client/font/TextRenderer;
  • Constructor Details

    • MapRenderer

      public MapRenderer(TextRenderer textRenderer, GameOptions options, TextureManager textureManager)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_321;<init>(Lnet/minecraft/class_34;Lnet/minecraft/class_322;Lnet/minecraft/class_76;)V
      glue <init> Lclass_343;<init>(Lclass_648;Lclass_419;Lclass_359;)V
      server <init> Lnet/minecraft/class_321;<init>(Lnet/minecraft/class_34;Lnet/minecraft/class_322;Lnet/minecraft/class_76;)V
      client <init> Liy;<init>(Lsj;Lkv;Lji;)V
      named <init> Lnet/minecraft/client/render/MapRenderer;<init>(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/client/option/GameOptions;Lnet/minecraft/client/texture/TextureManager;)V
  • Method Details

    • render

      public void render(PlayerEntity player, TextureManager textureManager, MapState mapState)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1046 Lnet/minecraft/class_321;method_1046(Lnet/minecraft/class_54;Lnet/minecraft/class_76;Lnet/minecraft/class_198;)V
      glue method_1404 Lclass_343;method_1404(Lclass_172;Lclass_359;Lclass_221;)V
      server method_1046 Lnet/minecraft/class_321;method_1046(Lem;Lnet/minecraft/class_76;Lfv;)V
      client a Liy;a(Lgs;Lji;Liu;)V
      named render Lnet/minecraft/client/render/MapRenderer;render(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/texture/TextureManager;Lnet/minecraft/item/map/MapState;)V