Package net.minecraft.client.render
Class MapRenderer.MapTexture
java.lang.Object
net.minecraft.client.render.MapRenderer.MapTexture
- All Implemented Interfaces:
 AutoCloseable
- Enclosing class:
 MapRenderer
- Mappings:
 Namespace Name official eoy$aintermediary net/minecraft/class_330$class_331named net/minecraft/client/render/MapRenderer$MapTexture
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate final RenderLayerprivate MapStateprivate final NativeImageBackedTexture - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()(package private) voiddraw(MatrixStack matrices, VertexConsumerProvider vertexConsumers, boolean hidePlayerIcons, int light) void(package private) voidprivate void 
- 
Field Details
- 
state
- Mappings:
 Namespace Name Mixin selector official bLeoy$a;b:Ldyo;intermediary field_2046Lnet/minecraft/class_330$class_331;field_2046:Lnet/minecraft/class_22;named stateLnet/minecraft/client/render/MapRenderer$MapTexture;state:Lnet/minecraft/item/map/MapState;
 - 
texture
- Mappings:
 Namespace Name Mixin selector official cLeoy$a;c:Lfui;intermediary field_2048Lnet/minecraft/class_330$class_331;field_2048:Lnet/minecraft/class_1043;named textureLnet/minecraft/client/render/MapRenderer$MapTexture;texture:Lnet/minecraft/client/texture/NativeImageBackedTexture;
 - 
renderLayer
- Mappings:
 Namespace Name Mixin selector official dLeoy$a;d:Lfkf;intermediary field_21689Lnet/minecraft/class_330$class_331;field_21689:Lnet/minecraft/class_1921;named renderLayerLnet/minecraft/client/render/MapRenderer$MapTexture;renderLayer:Lnet/minecraft/client/render/RenderLayer;
 - 
needsUpdate
private boolean needsUpdate- Mappings:
 Namespace Name Mixin selector official eLeoy$a;e:Zintermediary field_34044Lnet/minecraft/class_330$class_331;field_34044:Znamed needsUpdateLnet/minecraft/client/render/MapRenderer$MapTexture;needsUpdate:Z
 
 - 
 - 
Constructor Details
- 
MapTexture
MapTexture(int id, MapState state) - Mappings:
 Namespace Name Mixin selector official <init>Leoy$a;<init>(Leoy;ILdyo;)Vintermediary <init>Lnet/minecraft/class_330$class_331;<init>(Lnet/minecraft/class_330;ILnet/minecraft/class_22;)Vnamed <init>Lnet/minecraft/client/render/MapRenderer$MapTexture;<init>(Lnet/minecraft/client/render/MapRenderer;ILnet/minecraft/item/map/MapState;)V
 
 - 
 - 
Method Details
- 
setState
- Mappings:
 Namespace Name Mixin selector official aLeoy$a;a(Ldyo;)Vintermediary method_37451Lnet/minecraft/class_330$class_331;method_37451(Lnet/minecraft/class_22;)Vnamed setStateLnet/minecraft/client/render/MapRenderer$MapTexture;setState(Lnet/minecraft/item/map/MapState;)V
 - 
setNeedsUpdate
public void setNeedsUpdate()- Mappings:
 Namespace Name Mixin selector official aLeoy$a;a()Vintermediary method_37450Lnet/minecraft/class_330$class_331;method_37450()Vnamed setNeedsUpdateLnet/minecraft/client/render/MapRenderer$MapTexture;setNeedsUpdate()V
 - 
updateTexture
private void updateTexture()- Mappings:
 Namespace Name Mixin selector official bLeoy$a;b()Vintermediary method_1776Lnet/minecraft/class_330$class_331;method_1776()Vnamed updateTextureLnet/minecraft/client/render/MapRenderer$MapTexture;updateTexture()V
 - 
draw
void draw(MatrixStack matrices, VertexConsumerProvider vertexConsumers, boolean hidePlayerIcons, int light) - Mappings:
 Namespace Name Mixin selector official aLeoy$a;a(Leij;Lfjx;ZI)Vintermediary method_1777Lnet/minecraft/class_330$class_331;method_1777(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ZI)Vnamed drawLnet/minecraft/client/render/MapRenderer$MapTexture;draw(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ZI)V
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 
 -