Class MapTextureManager

java.lang.Object
net.minecraft.client.texture.MapTextureManager
All Implemented Interfaces:
AutoCloseable

@Environment(CLIENT) public class MapTextureManager extends Object implements AutoCloseable
Mappings:
Namespace Name
named net/minecraft/client/texture/MapTextureManager
intermediary net/minecraft/class_10093
official hfs
  • Field Details Link icon

    • texturesByMapId Link icon

      private final Int2ObjectMap<MapTextureManager.MapTexture> texturesByMapId
      Mappings:
      Namespace Name Mixin selector
      named texturesByMapId Lnet/minecraft/client/texture/MapTextureManager;texturesByMapId:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
      intermediary field_53646 Lnet/minecraft/class_10093;field_53646:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
      official a Lhfs;a:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
    • textureManager Link icon

      final TextureManager textureManager
      Mappings:
      Namespace Name Mixin selector
      named textureManager Lnet/minecraft/client/texture/MapTextureManager;textureManager:Lnet/minecraft/client/texture/TextureManager;
      intermediary field_53647 Lnet/minecraft/class_10093;field_53647:Lnet/minecraft/class_1060;
      official b Lhfs;b:Lhev;
  • Constructor Details Link icon

    • MapTextureManager Link icon

      public MapTextureManager(TextureManager textureManager)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/texture/MapTextureManager;<init>(Lnet/minecraft/client/texture/TextureManager;)V
      intermediary <init> Lnet/minecraft/class_10093;<init>(Lnet/minecraft/class_1060;)V
      official <init> Lhfs;<init>(Lhev;)V
  • Method Details Link icon

    • setNeedsUpdate Link icon

      public void setNeedsUpdate(MapIdComponent mapIdComponent, MapState mapState)
      Mappings:
      Namespace Name Mixin selector
      named setNeedsUpdate Lnet/minecraft/client/texture/MapTextureManager;setNeedsUpdate(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;)V
      intermediary method_62622 Lnet/minecraft/class_10093;method_62622(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;)V
      official a Lhfs;a(Leus;Leuu;)V
    • getTextureId Link icon

      public Identifier getTextureId(MapIdComponent mapIdComponent, MapState mapState)
      Mappings:
      Namespace Name Mixin selector
      named getTextureId Lnet/minecraft/client/texture/MapTextureManager;getTextureId(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;)Lnet/minecraft/util/Identifier;
      intermediary method_62624 Lnet/minecraft/class_10093;method_62624(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;)Lnet/minecraft/class_2960;
      official b Lhfs;b(Leus;Leuu;)Lakv;
    • clear Link icon

      public void clear()
      Mappings:
      Namespace Name Mixin selector
      named clear Lnet/minecraft/client/texture/MapTextureManager;clear()V
      intermediary method_62621 Lnet/minecraft/class_10093;method_62621()V
      official a Lhfs;a()V
    • getMapTexture Link icon

      private MapTextureManager.MapTexture getMapTexture(MapIdComponent mapIdComponent, MapState MapState)
      Mappings:
      Namespace Name Mixin selector
      named getMapTexture Lnet/minecraft/client/texture/MapTextureManager;getMapTexture(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;)Lnet/minecraft/client/texture/MapTextureManager$MapTexture;
      intermediary method_62625 Lnet/minecraft/class_10093;method_62625(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;)Lnet/minecraft/class_10093$class_331;
      official c Lhfs;c(Leus;Leuu;)Lhfs$a;
    • close Link icon

      public void close()
      Specified by:
      close in interface AutoCloseable