Package net.minecraft.client.render
Class MapRenderer
java.lang.Object
net.minecraft.client.render.MapRenderer
- Mappings:
Namespace Name named net/minecraft/client/render/MapRendererintermediary net/minecraft/class_330official grl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MapDecorationsAtlasManagerprivate static final intprivate static final intprivate static final floatprivate static final floatprivate final MapTextureManager -
Constructor Summary
ConstructorsConstructorDescriptionMapRenderer(MapDecorationsAtlasManager decorationsAtlasManager, MapTextureManager textureManager) -
Method Summary
Modifier and TypeMethodDescriptionprivate MapRenderState.DecorationcreateDecoration(MapDecoration decoration) voiddraw(MapRenderState state, MatrixStack matrices, VertexConsumerProvider vertexConsumers, boolean bool, int light) voidupdate(MapIdComponent mapId, MapState mapState, MapRenderState renderState)
-
Field Details
-
field_53102
private static final float field_53102- See Also:
- Mappings:
Namespace Name Mixin selector named field_53102Lnet/minecraft/client/render/MapRenderer;field_53102:Fintermediary field_53102Lnet/minecraft/class_330;field_53102:Fofficial aLgrl;a:F
-
field_53103
private static final float field_53103- See Also:
- Mappings:
Namespace Name Mixin selector named field_53103Lnet/minecraft/client/render/MapRenderer;field_53103:Fintermediary field_53103Lnet/minecraft/class_330;field_53103:Fofficial bLgrl;b:F
-
DEFAULT_IMAGE_WIDTH
private static final int DEFAULT_IMAGE_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector named DEFAULT_IMAGE_WIDTHLnet/minecraft/client/render/MapRenderer;DEFAULT_IMAGE_WIDTH:Iintermediary field_32173Lnet/minecraft/class_330;field_32173:Iofficial cLgrl;c:I
-
DEFAULT_IMAGE_HEIGHT
private static final int DEFAULT_IMAGE_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named DEFAULT_IMAGE_HEIGHTLnet/minecraft/client/render/MapRenderer;DEFAULT_IMAGE_HEIGHT:Iintermediary field_32174Lnet/minecraft/class_330;field_32174:Iofficial dLgrl;d:I
-
textureManager
- Mappings:
Namespace Name Mixin selector named textureManagerLnet/minecraft/client/render/MapRenderer;textureManager:Lnet/minecraft/client/texture/MapTextureManager;intermediary field_2043Lnet/minecraft/class_330;field_2043:Lnet/minecraft/class_10093;official eLgrl;e:Lhlp;
-
decorationsAtlasManager
- Mappings:
Namespace Name Mixin selector named decorationsAtlasManagerLnet/minecraft/client/render/MapRenderer;decorationsAtlasManager:Lnet/minecraft/client/texture/MapDecorationsAtlasManager;intermediary field_50036Lnet/minecraft/class_330;field_50036:Lnet/minecraft/class_9443;official fLgrl;f:Lhlo;
-
-
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;)Vintermediary <init>Lnet/minecraft/class_330;<init>(Lnet/minecraft/class_9443;Lnet/minecraft/class_10093;)Vofficial <init>Lgrl;<init>(Lhlo;Lhlp;)V
-
-
Method Details
-
draw
public void draw(MapRenderState state, MatrixStack matrices, VertexConsumerProvider vertexConsumers, boolean bool, int light) - Mappings:
Namespace Name Mixin selector named drawLnet/minecraft/client/render/MapRenderer;draw(Lnet/minecraft/client/render/MapRenderState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ZI)Vintermediary method_1773Lnet/minecraft/class_330;method_1773(Lnet/minecraft/class_10090;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ZI)Vofficial aLgrl;a(Lhjz;Lfld;Lgrn;ZI)V
-
update
- Mappings:
Namespace Name Mixin selector named updateLnet/minecraft/client/render/MapRenderer;update(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;Lnet/minecraft/client/render/MapRenderState;)Vintermediary method_62230Lnet/minecraft/class_330;method_62230(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;Lnet/minecraft/class_10090;)Vofficial aLgrl;a(Lezt;Lezv;Lhjz;)V
-
createDecoration
- Mappings:
Namespace Name Mixin selector named createDecorationLnet/minecraft/client/render/MapRenderer;createDecoration(Lnet/minecraft/item/map/MapDecoration;)Lnet/minecraft/client/render/MapRenderState$Decoration;intermediary method_62229Lnet/minecraft/class_330;method_62229(Lnet/minecraft/class_20;)Lnet/minecraft/class_10090$class_10091;official aLgrl;a(Lezp;)Lhjz$a;
-