Class MapRenderer

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

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

    • MAP_ICONS_TEXTURE

      private static final Identifier MAP_ICONS_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lavq;a:Ljy;
      intermediary field_2870 Lnet/minecraft/class_682;field_2870:Lnet/minecraft/class_1605;
      named MAP_ICONS_TEXTURE Lnet/minecraft/client/gui/MapRenderer;MAP_ICONS_TEXTURE:Lnet/minecraft/util/Identifier;
    • textureManager

      private final TextureManager textureManager
      Mappings:
      Namespace Name Mixin selector
      official b Lavq;b:Lbmj;
      intermediary field_2871 Lnet/minecraft/class_682;field_2871:Lnet/minecraft/class_1232;
      named textureManager Lnet/minecraft/client/gui/MapRenderer;textureManager:Lnet/minecraft/client/texture/TextureManager;
    • mapTextures

      private final Map<String,​MapRenderer.MapTexture> mapTextures
      Mappings:
      Namespace Name Mixin selector
      official c Lavq;c:Ljava/util/Map;
      intermediary field_2872 Lnet/minecraft/class_682;field_2872:Ljava/util/Map;
      named mapTextures Lnet/minecraft/client/gui/MapRenderer;mapTextures:Ljava/util/Map;
  • Constructor Details

    • MapRenderer

      public MapRenderer​(TextureManager textureManager)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lavq;<init>(Lbmj;)V
      intermediary <init> Lnet/minecraft/class_682;<init>(Lnet/minecraft/class_1232;)V
      named <init> Lnet/minecraft/client/gui/MapRenderer;<init>(Lnet/minecraft/client/texture/TextureManager;)V
  • Method Details

    • updateTexture

      public void updateTexture​(MapState mapState)
      Mappings:
      Namespace Name Mixin selector
      official a Lavq;a(Latg;)V
      intermediary method_2455 Lnet/minecraft/class_682;method_2455(Lnet/minecraft/class_627;)V
      named updateTexture Lnet/minecraft/client/gui/MapRenderer;updateTexture(Lnet/minecraft/item/map/MapState;)V
    • draw

      public void draw​(MapState mapState, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lavq;a(Latg;Z)V
      intermediary method_2456 Lnet/minecraft/class_682;method_2456(Lnet/minecraft/class_627;Z)V
      named draw Lnet/minecraft/client/gui/MapRenderer;draw(Lnet/minecraft/item/map/MapState;Z)V
    • getMapTexture

      private MapRenderer.MapTexture getMapTexture​(MapState mapState)
      Mappings:
      Namespace Name Mixin selector
      official b Lavq;b(Latg;)Lavq$a;
      intermediary method_2459 Lnet/minecraft/class_682;method_2459(Lnet/minecraft/class_627;)Lnet/minecraft/class_682$class_683;
      named getMapTexture Lnet/minecraft/client/gui/MapRenderer;getMapTexture(Lnet/minecraft/item/map/MapState;)Lnet/minecraft/client/gui/MapRenderer$MapTexture;
    • clearStateTextures

      public void clearStateTextures()
      Mappings:
      Namespace Name Mixin selector
      official a Lavq;a()V
      intermediary method_2454 Lnet/minecraft/class_682;method_2454()V
      named clearStateTextures Lnet/minecraft/client/gui/MapRenderer;clearStateTextures()V