Package net.minecraft.client.render
Class MapRenderer
java.lang.Object
net.minecraft.client.render.MapRenderer
- All Implemented Interfaces:
AutoCloseable
@Environment(CLIENT) public class MapRenderer extends Object implements AutoCloseable
- Mappings:
Namespace Name official dtc
intermediary net/minecraft/class_330
named net/minecraft/client/render/MapRenderer
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
MapRenderer.MapTexture
-
Field Summary
Fields Modifier and Type Field Description private static RenderLayer
MAP_ICONS_RENDER_LAYER
private static Identifier
MAP_ICONS_TEXTURE
private Int2ObjectMap<MapRenderer.MapTexture>
mapTextures
private TextureManager
textureManager
-
Constructor Summary
Constructors Constructor Description MapRenderer(TextureManager textureManager)
-
Method Summary
Modifier and Type Method Description void
clearStateTextures()
void
close()
void
draw(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int id, MapState state, boolean hidePlayerIcons, int light)
private MapRenderer.MapTexture
getMapTexture(int id, MapState state)
@Nullable MapState
getMapTextureFromId(int id)
void
updateTexture(int id, MapState state)
-
Field Details
-
MAP_ICONS_TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Ldtc;a:Lwl;
intermediary field_2044
Lnet/minecraft/class_330;field_2044:Lnet/minecraft/class_2960;
named MAP_ICONS_TEXTURE
Lnet/minecraft/client/render/MapRenderer;MAP_ICONS_TEXTURE:Lnet/minecraft/util/Identifier;
-
MAP_ICONS_RENDER_LAYER
- Mappings:
Namespace Name Mixin selector official b
Ldtc;b:Lejs;
intermediary field_21688
Lnet/minecraft/class_330;field_21688:Lnet/minecraft/class_1921;
named MAP_ICONS_RENDER_LAYER
Lnet/minecraft/client/render/MapRenderer;MAP_ICONS_RENDER_LAYER:Lnet/minecraft/client/render/RenderLayer;
-
textureManager
- Mappings:
Namespace Name Mixin selector official c
Ldtc;c:Letp;
intermediary field_2043
Lnet/minecraft/class_330;field_2043:Lnet/minecraft/class_1060;
named textureManager
Lnet/minecraft/client/render/MapRenderer;textureManager:Lnet/minecraft/client/texture/TextureManager;
-
mapTextures
- Mappings:
Namespace Name Mixin selector official d
Ldtc;d:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
intermediary field_2045
Lnet/minecraft/class_330;field_2045:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
named mapTextures
Lnet/minecraft/client/render/MapRenderer;mapTextures:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
-
-
Constructor Details
-
MapRenderer
- Mappings:
Namespace Name Mixin selector official <init>
Ldtc;<init>(Letp;)V
intermediary <init>
Lnet/minecraft/class_330;<init>(Lnet/minecraft/class_1060;)V
named <init>
Lnet/minecraft/client/render/MapRenderer;<init>(Lnet/minecraft/client/texture/TextureManager;)V
-
-
Method Details
-
updateTexture
- Mappings:
Namespace Name Mixin selector official a
Ldtc;a(ILdfe;)V
intermediary method_1769
Lnet/minecraft/class_330;method_1769(ILnet/minecraft/class_22;)V
named updateTexture
Lnet/minecraft/client/render/MapRenderer;updateTexture(ILnet/minecraft/item/map/MapState;)V
-
draw
public void draw(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int id, MapState state, boolean hidePlayerIcons, int light)- Mappings:
Namespace Name Mixin selector official a
Ldtc;a(Ldnl;Lejk;ILdfe;ZI)V
intermediary method_1773
Lnet/minecraft/class_330;method_1773(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_22;ZI)V
named draw
Lnet/minecraft/client/render/MapRenderer;draw(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/item/map/MapState;ZI)V
-
getMapTexture
- Mappings:
Namespace Name Mixin selector official b
Ldtc;b(ILdfe;)Ldtc$a;
intermediary method_32601
Lnet/minecraft/class_330;method_32601(ILnet/minecraft/class_22;)Lnet/minecraft/class_330$class_331;
named getMapTexture
Lnet/minecraft/client/render/MapRenderer;getMapTexture(ILnet/minecraft/item/map/MapState;)Lnet/minecraft/client/render/MapRenderer$MapTexture;
-
getMapTextureFromId
- Mappings:
Namespace Name Mixin selector official a
Ldtc;a(I)Ldfe;
intermediary method_32599
Lnet/minecraft/class_330;method_32599(I)Lnet/minecraft/class_22;
named getMapTextureFromId
Lnet/minecraft/client/render/MapRenderer;getMapTextureFromId(I)Lnet/minecraft/item/map/MapState;
-
clearStateTextures
public void clearStateTextures()- Mappings:
Namespace Name Mixin selector official a
Ldtc;a()V
intermediary method_1771
Lnet/minecraft/class_330;method_1771()V
named clearStateTextures
Lnet/minecraft/client/render/MapRenderer;clearStateTextures()V
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Mappings:
Namespace Name Mixin selector official close
Ldtc;close()V
intermediary close
Lnet/minecraft/class_330;close()V
named close
Lnet/minecraft/client/render/MapRenderer;close()V
-