Package net.minecraft.client.gui
Class MapRenderer
java.lang.Object
net.minecraft.client.gui.MapRenderer
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name official cgnintermediary net/minecraft/class_382named net/minecraft/client/gui/MapRenderer
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Identifierprivate final Map<String,MapRenderer.MapTexture> private final TextureManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()voidprivate MapRenderer.MapTexturegetMapTexture(MapState mapState) method_13834(MapRenderer.MapTexture mapTexture) method_13835(String string) voidupdateTexture(MapState mapState)
-
Field Details
-
MAP_ICONS_TEXTURE
- Mappings:
Namespace Name Mixin selector official aLcgn;a:Lpc;intermediary field_6296Lnet/minecraft/class_382;field_6296:Lnet/minecraft/class_1653;named MAP_ICONS_TEXTURELnet/minecraft/client/gui/MapRenderer;MAP_ICONS_TEXTURE:Lnet/minecraft/util/Identifier;
-
textureManager
- Mappings:
Namespace Name Mixin selector official bLcgn;b:Lddn;intermediary field_7707Lnet/minecraft/class_382;field_7707:Lnet/minecraft/class_1532;named textureManagerLnet/minecraft/client/gui/MapRenderer;textureManager:Lnet/minecraft/client/texture/TextureManager;
-
mapTextures
- Mappings:
Namespace Name Mixin selector official cLcgn;c:Ljava/util/Map;intermediary field_7708Lnet/minecraft/class_382;field_7708:Ljava/util/Map;named mapTexturesLnet/minecraft/client/gui/MapRenderer;mapTextures:Ljava/util/Map;
-
-
Constructor Details
-
MapRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lcgn;<init>(Lddn;)Vintermediary <init>Lnet/minecraft/class_382;<init>(Lnet/minecraft/class_1532;)Vnamed <init>Lnet/minecraft/client/gui/MapRenderer;<init>(Lnet/minecraft/client/texture/TextureManager;)V
-
-
Method Details
-
updateTexture
- Mappings:
Namespace Name Mixin selector official aLcgn;a(Lcbs;)Vintermediary method_6677Lnet/minecraft/class_382;method_6677(Lnet/minecraft/class_89;)Vnamed updateTextureLnet/minecraft/client/gui/MapRenderer;updateTexture(Lnet/minecraft/item/map/MapState;)V
-
draw
- Mappings:
Namespace Name Mixin selector official aLcgn;a(Lcbs;Z)Vintermediary method_6678Lnet/minecraft/class_382;method_6678(Lnet/minecraft/class_89;Z)Vnamed drawLnet/minecraft/client/gui/MapRenderer;draw(Lnet/minecraft/item/map/MapState;Z)V
-
getMapTexture
- Mappings:
Namespace Name Mixin selector official bLcgn;b(Lcbs;)Lcgn$a;intermediary method_6681Lnet/minecraft/class_382;method_6681(Lnet/minecraft/class_89;)Lnet/minecraft/class_382$class_1800;named getMapTextureLnet/minecraft/client/gui/MapRenderer;getMapTexture(Lnet/minecraft/item/map/MapState;)Lnet/minecraft/client/gui/MapRenderer$MapTexture;
-
method_13835
- Mappings:
Namespace Name Mixin selector official aLcgn;a(Ljava/lang/String;)Lcgn$a;intermediary method_13835Lnet/minecraft/class_382;method_13835(Ljava/lang/String;)Lnet/minecraft/class_382$class_1800;named method_13835Lnet/minecraft/client/gui/MapRenderer;method_13835(Ljava/lang/String;)Lnet/minecraft/client/gui/MapRenderer$MapTexture;
-
clearStateTextures
public void clearStateTextures()- Mappings:
Namespace Name Mixin selector official aLcgn;a()Vintermediary method_6676Lnet/minecraft/class_382;method_6676()Vnamed clearStateTexturesLnet/minecraft/client/gui/MapRenderer;clearStateTextures()V
-
method_13834
- Mappings:
Namespace Name Mixin selector official aLcgn;a(Lcgn$a;)Lcbs;intermediary method_13834Lnet/minecraft/class_382;method_13834(Lnet/minecraft/class_382$class_1800;)Lnet/minecraft/class_89;named method_13834Lnet/minecraft/client/gui/MapRenderer;method_13834(Lnet/minecraft/client/gui/MapRenderer$MapTexture;)Lnet/minecraft/item/map/MapState;
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Mappings:
Namespace Name Mixin selector official closeLcgn;close()Vintermediary closeLnet/minecraft/class_382;close()Vnamed closeLnet/minecraft/client/gui/MapRenderer;close()V
-