Class MapState

java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.item.map.MapState

public class MapState extends PersistentState
Mappings:
Namespace Name
official bqe
intermediary net/minecraft/class_89
named net/minecraft/item/map/MapState
  • Field Details

    • xCenter

      public int xCenter
      Mappings:
      Namespace Name Mixin selector
      official b Lbqe;b:I
      intermediary field_201 Lnet/minecraft/class_89;field_201:I
      named xCenter Lnet/minecraft/item/map/MapState;xCenter:I
    • zCenter

      public int zCenter
      Mappings:
      Namespace Name Mixin selector
      official c Lbqe;c:I
      intermediary field_202 Lnet/minecraft/class_89;field_202:I
      named zCenter Lnet/minecraft/item/map/MapState;zCenter:I
    • dimensionId

      public byte dimensionId
      Mappings:
      Namespace Name Mixin selector
      official d Lbqe;d:B
      intermediary field_203 Lnet/minecraft/class_89;field_203:B
      named dimensionId Lnet/minecraft/item/map/MapState;dimensionId:B
    • scale

      public byte scale
      Mappings:
      Namespace Name Mixin selector
      official e Lbqe;e:B
      intermediary field_204 Lnet/minecraft/class_89;field_204:B
      named scale Lnet/minecraft/item/map/MapState;scale:B
    • colors

      public byte[] colors
      Mappings:
      Namespace Name Mixin selector
      official f Lbqe;f:[B
      intermediary field_205 Lnet/minecraft/class_89;field_205:[B
      named colors Lnet/minecraft/item/map/MapState;colors:[B
    • updateTrackers

      public List updateTrackers
      Mappings:
      Namespace Name Mixin selector
      official g Lbqe;g:Ljava/util/List;
      intermediary field_207 Lnet/minecraft/class_89;field_207:Ljava/util/List;
      named updateTrackers Lnet/minecraft/item/map/MapState;updateTrackers:Ljava/util/List;
    • updateTrackersByPlayer

      private Map updateTrackersByPlayer
      Mappings:
      Namespace Name Mixin selector
      official i Lbqe;i:Ljava/util/Map;
      intermediary field_209 Lnet/minecraft/class_89;field_209:Ljava/util/Map;
      named updateTrackersByPlayer Lnet/minecraft/item/map/MapState;updateTrackersByPlayer:Ljava/util/Map;
    • icons

      public Map icons
      Mappings:
      Namespace Name Mixin selector
      official h Lbqe;h:Ljava/util/Map;
      intermediary field_4982 Lnet/minecraft/class_89;field_4982:Ljava/util/Map;
      named icons Lnet/minecraft/item/map/MapState;icons:Ljava/util/Map;
  • Constructor Details

    • MapState

      public MapState(String id)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbqc;<init>(Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_92;<init>(Ljava/lang/String;)V
      named <init> Lnet/minecraft/world/PersistentState;<init>(Ljava/lang/String;)V
  • Method Details

    • method_9308

      public void method_9308(double double2, double double3, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqe;a(DDI)V
      intermediary method_9308 Lnet/minecraft/class_89;method_9308(DDI)V
      named method_9308 Lnet/minecraft/item/map/MapState;method_9308(DDI)V
    • fromNbt

      public void fromNbt(NbtCompound nbt)
      Specified by:
      fromNbt in class PersistentState
      Mappings:
      Namespace Name Mixin selector
      official a Lbqc;a(Lfn;)V
      intermediary method_188 Lnet/minecraft/class_92;method_188(Lnet/minecraft/class_322;)V
      named fromNbt Lnet/minecraft/world/PersistentState;fromNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • method_191

      public void method_191(NbtCompound nbtCompound)
      Specified by:
      method_191 in class PersistentState
      Mappings:
      Namespace Name Mixin selector
      official b Lbqc;b(Lfn;)V
      intermediary method_191 Lnet/minecraft/class_92;method_191(Lnet/minecraft/class_322;)V
      named method_191 Lnet/minecraft/world/PersistentState;method_191(Lnet/minecraft/nbt/NbtCompound;)V
    • update

      public void update(PlayerEntity player, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqe;a(Lahd;Lamj;)V
      intermediary method_183 Lnet/minecraft/class_89;method_183(Lnet/minecraft/class_988;Lnet/minecraft/class_1071;)V
      named update Lnet/minecraft/item/map/MapState;update(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;)V
    • method_4126

      private void method_4126(int int2, World world, String string, double double2, double double3, double double4)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqe;a(ILaqu;Ljava/lang/String;DDD)V
      intermediary method_4126 Lnet/minecraft/class_89;method_4126(ILnet/minecraft/class_1150;Ljava/lang/String;DDD)V
      named method_4126 Lnet/minecraft/item/map/MapState;method_4126(ILnet/minecraft/world/World;Ljava/lang/String;DDD)V
    • method_184

      public Packet method_184(ItemStack itemStack, World world, PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqe;a(Lamj;Laqu;Lahd;)Lid;
      intermediary method_184 Lnet/minecraft/class_89;method_184(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Lnet/minecraft/class_988;)Lnet/minecraft/class_700;
      named method_184 Lnet/minecraft/item/map/MapState;method_184(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/network/Packet;
    • markDirty

      public void markDirty(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqe;a(II)V
      intermediary method_9309 Lnet/minecraft/class_89;method_9309(II)V
      named markDirty Lnet/minecraft/item/map/MapState;markDirty(II)V
    • method_4127

      public class_90 method_4127(PlayerEntity playerEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqe;a(Lahd;)Lbqf;
      intermediary method_4127 Lnet/minecraft/class_89;method_4127(Lnet/minecraft/class_988;)Lnet/minecraft/class_90;
      named method_4127 Lnet/minecraft/item/map/MapState;method_4127(Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/item/map/class_90;