Package net.minecraft.client.texture
Class MapTextureManager
java.lang.Object
net.minecraft.client.texture.MapTextureManager
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name named net/minecraft/client/texture/MapTextureManagerintermediary net/minecraft/class_10093official hfs
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final TextureManagerprivate final Int2ObjectMap<MapTextureManager.MapTexture> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclose()private MapTextureManager.MapTexturegetMapTexture(MapIdComponent mapIdComponent, MapState MapState) getTextureId(MapIdComponent mapIdComponent, MapState mapState) voidsetNeedsUpdate(MapIdComponent mapIdComponent, MapState mapState)
-
Field Details
-
texturesByMapId
- Mappings:
Namespace Name Mixin selector named texturesByMapIdLnet/minecraft/client/texture/MapTextureManager;texturesByMapId:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;intermediary field_53646Lnet/minecraft/class_10093;field_53646:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;official aLhfs;a:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
-
textureManager
- Mappings:
Namespace Name Mixin selector named textureManagerLnet/minecraft/client/texture/MapTextureManager;textureManager:Lnet/minecraft/client/texture/TextureManager;intermediary field_53647Lnet/minecraft/class_10093;field_53647:Lnet/minecraft/class_1060;official bLhfs;b:Lhev;
-
-
Constructor Details
-
MapTextureManager
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/texture/MapTextureManager;<init>(Lnet/minecraft/client/texture/TextureManager;)Vintermediary <init>Lnet/minecraft/class_10093;<init>(Lnet/minecraft/class_1060;)Vofficial <init>Lhfs;<init>(Lhev;)V
-
-
Method Details
-
setNeedsUpdate
- Mappings:
Namespace Name Mixin selector named setNeedsUpdateLnet/minecraft/client/texture/MapTextureManager;setNeedsUpdate(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;)Vintermediary method_62622Lnet/minecraft/class_10093;method_62622(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;)Vofficial aLhfs;a(Leus;Leuu;)V
-
getTextureId
- Mappings:
Namespace Name Mixin selector named getTextureIdLnet/minecraft/client/texture/MapTextureManager;getTextureId(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;)Lnet/minecraft/util/Identifier;intermediary method_62624Lnet/minecraft/class_10093;method_62624(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;)Lnet/minecraft/class_2960;official bLhfs;b(Leus;Leuu;)Lakv;
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector named clearLnet/minecraft/client/texture/MapTextureManager;clear()Vintermediary method_62621Lnet/minecraft/class_10093;method_62621()Vofficial aLhfs;a()V
-
getMapTexture
private MapTextureManager.MapTexture getMapTexture(MapIdComponent mapIdComponent, MapState MapState) - Mappings:
Namespace Name Mixin selector named getMapTextureLnet/minecraft/client/texture/MapTextureManager;getMapTexture(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;)Lnet/minecraft/client/texture/MapTextureManager$MapTexture;intermediary method_62625Lnet/minecraft/class_10093;method_62625(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;)Lnet/minecraft/class_10093$class_331;official cLhfs;c(Leus;Leuu;)Lhfs$a;
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-