Package net.minecraft.item.map
Class MapState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.item.map.MapState
- Mappings:
Namespace Name named net/minecraft/item/map/MapStateintermediary net/minecraft/class_22official fgy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final recordclassstatic final recordNested classes/interfaces inherited from class net.minecraft.world.PersistentState
PersistentState.Context -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<String, MapBannerMarker> The banner markers to track in world.final intThe scaled center coordinate of the map state on the X axis.final intThe scaled center coordinate of the map state on the Z axis.static final com.mojang.serialization.Codec<MapState> byte[]private int(package private) final Map<String, MapDecoration> final RegistryKey<World> private static final Stringprivate final Map<String, MapFrameMarker> final booleanprivate static final Loggerstatic final intstatic final intfinal byteprivate final booleanprivate static final intprivate static final intprivate final booleanprivate final List<MapState.PlayerUpdateTracker> private final Map<PlayerEntity, MapState.PlayerUpdateTracker> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateMapState(int centerX, int centerZ, byte scale, boolean showDecorations, boolean unlimitedTracking, boolean locked, RegistryKey<World> dimension) privateMapState(RegistryKey<World> dimension, int centerX, int centerZ, byte scale, ByteBuffer colors, boolean showDecorations, boolean unlimitedTracking, boolean locked, List<MapBannerMarker> banners, List<MapFrameMarker> frames) -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddBanner(WorldAccess world, BlockPos pos) private voidaddDecoration(RegistryEntry<MapDecorationType> type, @Nullable WorldAccess world, String key, double x, double z, double rotation, @Nullable Text text) static voidaddDecorationsNbt(ItemStack stack, BlockPos pos, String id, RegistryEntry<MapDecorationType> decorationType) copy()static PersistentStateType<MapState> createStateType(MapIdComponent mapId) booleandecorationCountNotLessThan(int decorationCount) getEqualPredicate(ItemStack stack) private static StringgetFrameDecorationKey(int id) private @Nullable MapState.MarkergetMarker(RegistryEntry<MapDecorationType> type, @Nullable WorldAccess world, double rotation, float dx, float dz) private @Nullable RegistryEntry<MapDecorationType> getPlayerMarker(float dx, float dz) private @Nullable com.mojang.datafixers.util.Pair<RegistryEntry<MapDecorationType>, Byte> getPlayerMarkerAndRotation(RegistryEntry<MapDecorationType> type, @Nullable WorldAccess world, double rotation, float dx, float dz) getPlayerMarkerPacket(MapIdComponent mapId, PlayerEntity player) private bytegetPlayerMarkerRotation(@Nullable WorldAccess world, double rotation) getPlayerSyncData(PlayerEntity player) booleanprivate static booleanprivate static booleanisInBounds(float dx, float dz) private voidprivate voidmarkDirty(int x, int z) static MapStateof(byte scale, boolean locked, RegistryKey<World> dimension) Creates a new map state instance for the client.static MapStateof(double centerX, double centerZ, byte scale, boolean showDecorations, boolean unlimitedTracking, RegistryKey<World> dimension) Creates a new map state instance.private static byteoffsetToMarkerPosition(float d) booleanputColor(int x, int z, byte color) Sets the color at the specified coordinates if the current color is different.voidremoveBanner(BlockView world, int x, int z) private voidvoidremoveFrame(BlockPos pos, int id) voidreplaceDecorations(List<MapDecoration> decorations) voidsetColor(int x, int z, byte color) voidupdate(PlayerEntity player, ItemStack stack) zoomOut()Creates a new map state which is a zoomed out version of the current one.Methods inherited from class net.minecraft.world.PersistentState
isDirty, markDirty, setDirty
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/item/map/MapState;LOGGER:Lorg/slf4j/Logger;intermediary field_25019Lnet/minecraft/class_22;field_25019:Lorg/slf4j/Logger;official jLfgy;j:Lorg/slf4j/Logger;
-
SIZE
private static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named SIZELnet/minecraft/item/map/MapState;SIZE:Iintermediary field_31832Lnet/minecraft/class_22;field_31832:Iofficial kLfgy;k:I
-
SIZE_HALF
private static final int SIZE_HALF- See Also:
- Mappings:
Namespace Name Mixin selector named SIZE_HALFLnet/minecraft/item/map/MapState;SIZE_HALF:Iintermediary field_31833Lnet/minecraft/class_22;field_31833:Iofficial lLfgy;l:I
-
MAX_SCALE
public static final int MAX_SCALE- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_SCALELnet/minecraft/item/map/MapState;MAX_SCALE:Iintermediary field_31831Lnet/minecraft/class_22;field_31831:Iofficial aLfgy;a:I
-
MAX_DECORATIONS
public static final int MAX_DECORATIONS- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_DECORATIONSLnet/minecraft/item/map/MapState;MAX_DECORATIONS:Iintermediary field_33991Lnet/minecraft/class_22;field_33991:Iofficial bLfgy;b:I
-
FRAME_PREFIX
- See Also:
- Mappings:
Namespace Name Mixin selector named FRAME_PREFIXLnet/minecraft/item/map/MapState;FRAME_PREFIX:Ljava/lang/String;intermediary field_52316Lnet/minecraft/class_22;field_52316:Ljava/lang/String;official mLfgy;m:Ljava/lang/String;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/item/map/MapState;CODEC:Lcom/mojang/serialization/Codec;intermediary field_56478Lnet/minecraft/class_22;field_56478:Lcom/mojang/serialization/Codec;official cLfgy;c:Lcom/mojang/serialization/Codec;
-
centerX
public final int centerXThe scaled center coordinate of the map state on the X axis.Always
0for the client.- Mappings:
Namespace Name Mixin selector named centerXLnet/minecraft/item/map/MapState;centerX:Iintermediary field_116Lnet/minecraft/class_22;field_116:Iofficial dLfgy;d:I
-
centerZ
public final int centerZThe scaled center coordinate of the map state on the Z axis.Always
0for the client.- Mappings:
Namespace Name Mixin selector named centerZLnet/minecraft/item/map/MapState;centerZ:Iintermediary field_115Lnet/minecraft/class_22;field_115:Iofficial eLfgy;e:I
-
dimension
- Mappings:
Namespace Name Mixin selector named dimensionLnet/minecraft/item/map/MapState;dimension:Lnet/minecraft/registry/RegistryKey;intermediary field_118Lnet/minecraft/class_22;field_118:Lnet/minecraft/class_5321;official fLfgy;f:Lamx;
-
showDecorations
private final boolean showDecorations- Mappings:
Namespace Name Mixin selector named showDecorationsLnet/minecraft/item/map/MapState;showDecorations:Zintermediary field_114Lnet/minecraft/class_22;field_114:Zofficial nLfgy;n:Z
-
unlimitedTracking
private final boolean unlimitedTracking- Mappings:
Namespace Name Mixin selector named unlimitedTrackingLnet/minecraft/item/map/MapState;unlimitedTracking:Zintermediary field_113Lnet/minecraft/class_22;field_113:Zofficial oLfgy;o:Z
-
scale
public final byte scale- Mappings:
Namespace Name Mixin selector named scaleLnet/minecraft/item/map/MapState;scale:Bintermediary field_119Lnet/minecraft/class_22;field_119:Bofficial gLfgy;g:B
-
colors
public byte[] colors- Mappings:
Namespace Name Mixin selector named colorsLnet/minecraft/item/map/MapState;colors:[Bintermediary field_122Lnet/minecraft/class_22;field_122:[Bofficial hLfgy;h:[B
-
locked
public final boolean locked- Mappings:
Namespace Name Mixin selector named lockedLnet/minecraft/item/map/MapState;locked:Zintermediary field_17403Lnet/minecraft/class_22;field_17403:Zofficial iLfgy;i:Z
-
updateTrackers
- Mappings:
Namespace Name Mixin selector named updateTrackersLnet/minecraft/item/map/MapState;updateTrackers:Ljava/util/List;intermediary field_112Lnet/minecraft/class_22;field_112:Ljava/util/List;official pLfgy;p:Ljava/util/List;
-
updateTrackersByPlayer
- Mappings:
Namespace Name Mixin selector named updateTrackersByPlayerLnet/minecraft/item/map/MapState;updateTrackersByPlayer:Ljava/util/Map;intermediary field_120Lnet/minecraft/class_22;field_120:Ljava/util/Map;official qLfgy;q:Ljava/util/Map;
-
banners
The banner markers to track in world.Empty for the client.
- Mappings:
Namespace Name Mixin selector named bannersLnet/minecraft/item/map/MapState;banners:Ljava/util/Map;intermediary field_123Lnet/minecraft/class_22;field_123:Ljava/util/Map;official rLfgy;r:Ljava/util/Map;
-
decorations
- Mappings:
Namespace Name Mixin selector named decorationsLnet/minecraft/item/map/MapState;decorations:Ljava/util/Map;intermediary field_117Lnet/minecraft/class_22;field_117:Ljava/util/Map;official sLfgy;s:Ljava/util/Map;
-
frames
- Mappings:
Namespace Name Mixin selector named framesLnet/minecraft/item/map/MapState;frames:Ljava/util/Map;intermediary field_121Lnet/minecraft/class_22;field_121:Ljava/util/Map;official tLfgy;t:Ljava/util/Map;
-
decorationCount
private int decorationCount- Mappings:
Namespace Name Mixin selector named decorationCountLnet/minecraft/item/map/MapState;decorationCount:Iintermediary field_33992Lnet/minecraft/class_22;field_33992:Iofficial uLfgy;u:I
-
-
Constructor Details
-
MapState
private MapState(int centerX, int centerZ, byte scale, boolean showDecorations, boolean unlimitedTracking, boolean locked, RegistryKey<World> dimension) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/item/map/MapState;<init>(IIBZZZLnet/minecraft/registry/RegistryKey;)Vintermediary <init>Lnet/minecraft/class_22;<init>(IIBZZZLnet/minecraft/class_5321;)Vofficial <init>Lfgy;<init>(IIBZZZLamx;)V
-
MapState
private MapState(RegistryKey<World> dimension, int centerX, int centerZ, byte scale, ByteBuffer colors, boolean showDecorations, boolean unlimitedTracking, boolean locked, List<MapBannerMarker> banners, List<MapFrameMarker> frames) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/item/map/MapState;<init>(Lnet/minecraft/registry/RegistryKey;IIBLjava/nio/ByteBuffer;ZZZLjava/util/List;Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_22;<init>(Lnet/minecraft/class_5321;IIBLjava/nio/ByteBuffer;ZZZLjava/util/List;Ljava/util/List;)Vofficial <init>Lfgy;<init>(Lamx;IIBLjava/nio/ByteBuffer;ZZZLjava/util/List;Ljava/util/List;)V
-
-
Method Details
-
createStateType
- Mappings:
Namespace Name Mixin selector named createStateTypeLnet/minecraft/item/map/MapState;createStateType(Lnet/minecraft/component/type/MapIdComponent;)Lnet/minecraft/world/PersistentStateType;intermediary method_67425Lnet/minecraft/class_22;method_67425(Lnet/minecraft/class_9209;)Lnet/minecraft/class_10741;official aLfgy;a(Lfgw;)Lfgq;
-
of
public static MapState of(double centerX, double centerZ, byte scale, boolean showDecorations, boolean unlimitedTracking, RegistryKey<World> dimension) Creates a new map state instance.- Parameters:
centerX- the absolute center X-coordinatecenterZ- the absolute center Z-coordinate- Mappings:
Namespace Name Mixin selector named ofLnet/minecraft/item/map/MapState;of(DDBZZLnet/minecraft/registry/RegistryKey;)Lnet/minecraft/item/map/MapState;intermediary method_32363Lnet/minecraft/class_22;method_32363(DDBZZLnet/minecraft/class_5321;)Lnet/minecraft/class_22;official aLfgy;a(DDBZZLamx;)Lfgy;
-
of
Creates a new map state instance for the client.The client is not aware of the coordinates of the map state so its center coordinates will always be
(0, 0).- Mappings:
Namespace Name Mixin selector named ofLnet/minecraft/item/map/MapState;of(BZLnet/minecraft/registry/RegistryKey;)Lnet/minecraft/item/map/MapState;intermediary method_32362Lnet/minecraft/class_22;method_32362(BZLnet/minecraft/class_5321;)Lnet/minecraft/class_22;official aLfgy;a(BZLamx;)Lfgy;
-
copy
- Mappings:
Namespace Name Mixin selector named copyLnet/minecraft/item/map/MapState;copy()Lnet/minecraft/item/map/MapState;intermediary method_32361Lnet/minecraft/class_22;method_32361()Lnet/minecraft/class_22;official aLfgy;a()Lfgy;
-
zoomOut
Creates a new map state which is a zoomed out version of the current one.The scale of the new map state is
currentScale + zoomOutScaleand clamped between0and4.The colors are not copied, neither are the decorations.
- Mappings:
Namespace Name Mixin selector named zoomOutLnet/minecraft/item/map/MapState;zoomOut()Lnet/minecraft/item/map/MapState;intermediary method_32364Lnet/minecraft/class_22;method_32364()Lnet/minecraft/class_22;official bLfgy;b()Lfgy;
-
getEqualPredicate
- Mappings:
Namespace Name Mixin selector named getEqualPredicateLnet/minecraft/item/map/MapState;getEqualPredicate(Lnet/minecraft/item/ItemStack;)Ljava/util/function/Predicate;intermediary method_55784Lnet/minecraft/class_22;method_55784(Lnet/minecraft/class_1799;)Ljava/util/function/Predicate;official aLfgy;a(Ldgs;)Ljava/util/function/Predicate;
-
update
- Mappings:
Namespace Name Mixin selector named updateLnet/minecraft/item/map/MapState;update(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;)Vintermediary method_102Lnet/minecraft/class_22;method_102(Lnet/minecraft/class_1657;Lnet/minecraft/class_1799;)Vofficial aLfgy;a(Lcyp;Ldgs;)V
-
hasMapInvisibilityEquipment
- Mappings:
Namespace Name Mixin selector named hasMapInvisibilityEquipmentLnet/minecraft/item/map/MapState;hasMapInvisibilityEquipment(Lnet/minecraft/entity/player/PlayerEntity;)Zintermediary method_64505Lnet/minecraft/class_22;method_64505(Lnet/minecraft/class_1657;)Zofficial bLfgy;b(Lcyp;)Z
-
removeDecoration
- Mappings:
Namespace Name Mixin selector named removeDecorationLnet/minecraft/item/map/MapState;removeDecoration(Ljava/lang/String;)Vintermediary method_32368Lnet/minecraft/class_22;method_32368(Ljava/lang/String;)Vofficial aLfgy;a(Ljava/lang/String;)V
-
addDecorationsNbt
public static void addDecorationsNbt(ItemStack stack, BlockPos pos, String id, RegistryEntry<MapDecorationType> decorationType) - Mappings:
Namespace Name Mixin selector named addDecorationsNbtLnet/minecraft/item/map/MapState;addDecorationsNbt(Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/BlockPos;Ljava/lang/String;Lnet/minecraft/registry/entry/RegistryEntry;)Vintermediary method_110Lnet/minecraft/class_22;method_110(Lnet/minecraft/class_1799;Lnet/minecraft/class_2338;Ljava/lang/String;Lnet/minecraft/class_6880;)Vofficial aLfgy;a(Ldgs;Lja;Ljava/lang/String;Ljk;)V
-
addDecoration
private void addDecoration(RegistryEntry<MapDecorationType> type, @Nullable @Nullable WorldAccess world, String key, double x, double z, double rotation, @Nullable @Nullable Text text) - Mappings:
Namespace Name Mixin selector named addDecorationLnet/minecraft/item/map/MapState;addDecoration(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/world/WorldAccess;Ljava/lang/String;DDDLnet/minecraft/text/Text;)Vintermediary method_107Lnet/minecraft/class_22;method_107(Lnet/minecraft/class_6880;Lnet/minecraft/class_1936;Ljava/lang/String;DDDLnet/minecraft/class_2561;)Vofficial aLfgy;a(Ljk;Ldqu;Ljava/lang/String;DDDLxx;)V
-
getMarker
@Nullable private @Nullable MapState.Marker getMarker(RegistryEntry<MapDecorationType> type, @Nullable @Nullable WorldAccess world, double rotation, float dx, float dz) - Mappings:
Namespace Name Mixin selector named getMarkerLnet/minecraft/item/map/MapState;getMarker(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/world/WorldAccess;DFF)Lnet/minecraft/item/map/MapState$Marker;intermediary method_61870Lnet/minecraft/class_22;method_61870(Lnet/minecraft/class_6880;Lnet/minecraft/class_1936;DFF)Lnet/minecraft/class_22$class_9907;official aLfgy;a(Ljk;Ldqu;DFF)Lfgy$b;
-
getPlayerMarkerAndRotation
@Nullable private @Nullable com.mojang.datafixers.util.Pair<RegistryEntry<MapDecorationType>,Byte> getPlayerMarkerAndRotation(RegistryEntry<MapDecorationType> type, @Nullable @Nullable WorldAccess world, double rotation, float dx, float dz) - Mappings:
Namespace Name Mixin selector named getPlayerMarkerAndRotationLnet/minecraft/item/map/MapState;getPlayerMarkerAndRotation(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/world/WorldAccess;DFF)Lcom/mojang/datafixers/util/Pair;intermediary method_61872Lnet/minecraft/class_22;method_61872(Lnet/minecraft/class_6880;Lnet/minecraft/class_1936;DFF)Lcom/mojang/datafixers/util/Pair;official bLfgy;b(Ljk;Ldqu;DFF)Lcom/mojang/datafixers/util/Pair;
-
getPlayerMarkerRotation
- Mappings:
Namespace Name Mixin selector named getPlayerMarkerRotationLnet/minecraft/item/map/MapState;getPlayerMarkerRotation(Lnet/minecraft/world/WorldAccess;D)Bintermediary method_61869Lnet/minecraft/class_22;method_61869(Lnet/minecraft/class_1936;D)Bofficial aLfgy;a(Ldqu;D)B
-
isInBounds
private static boolean isInBounds(float dx, float dz) - Mappings:
Namespace Name Mixin selector named isInBoundsLnet/minecraft/item/map/MapState;isInBounds(FF)Zintermediary method_61868Lnet/minecraft/class_22;method_61868(FF)Zofficial aLfgy;a(FF)Z
-
getPlayerMarker
- Mappings:
Namespace Name Mixin selector named getPlayerMarkerLnet/minecraft/item/map/MapState;getPlayerMarker(FF)Lnet/minecraft/registry/entry/RegistryEntry;intermediary method_61871Lnet/minecraft/class_22;method_61871(FF)Lnet/minecraft/class_6880;official bLfgy;b(FF)Ljk;
-
offsetToMarkerPosition
private static byte offsetToMarkerPosition(float d) - Mappings:
Namespace Name Mixin selector named offsetToMarkerPositionLnet/minecraft/item/map/MapState;offsetToMarkerPosition(F)Bintermediary method_61867Lnet/minecraft/class_22;method_61867(F)Bofficial aLfgy;a(F)B
-
getPlayerMarkerPacket
@Nullable public @Nullable Packet<?> getPlayerMarkerPacket(MapIdComponent mapId, PlayerEntity player) - Mappings:
Namespace Name Mixin selector named getPlayerMarkerPacketLnet/minecraft/item/map/MapState;getPlayerMarkerPacket(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/network/packet/Packet;intermediary method_100Lnet/minecraft/class_22;method_100(Lnet/minecraft/class_9209;Lnet/minecraft/class_1657;)Lnet/minecraft/class_2596;official aLfgy;a(Lfgw;Lcyp;)Laao;
-
markDirty
private void markDirty(int x, int z) - Mappings:
Namespace Name Mixin selector named markDirtyLnet/minecraft/item/map/MapState;markDirty(II)Vintermediary method_103Lnet/minecraft/class_22;method_103(II)Vofficial aLfgy;a(II)V
-
markDecorationsDirty
private void markDecorationsDirty()- Mappings:
Namespace Name Mixin selector named markDecorationsDirtyLnet/minecraft/item/map/MapState;markDecorationsDirty()Vintermediary method_32374Lnet/minecraft/class_22;method_32374()Vofficial fLfgy;f()V
-
getPlayerSyncData
- Mappings:
Namespace Name Mixin selector named getPlayerSyncDataLnet/minecraft/item/map/MapState;getPlayerSyncData(Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/item/map/MapState$PlayerUpdateTracker;intermediary method_101Lnet/minecraft/class_22;method_101(Lnet/minecraft/class_1657;)Lnet/minecraft/class_22$class_23;official aLfgy;a(Lcyp;)Lfgy$a;
-
addBanner
- Mappings:
Namespace Name Mixin selector named addBannerLnet/minecraft/item/map/MapState;addBanner(Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;)Zintermediary method_108Lnet/minecraft/class_22;method_108(Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;)Zofficial aLfgy;a(Ldqu;Lja;)Z
-
removeBanner
- Mappings:
Namespace Name Mixin selector named removeBannerLnet/minecraft/item/map/MapState;removeBanner(Lnet/minecraft/world/BlockView;II)Vintermediary method_109Lnet/minecraft/class_22;method_109(Lnet/minecraft/class_1922;II)Vofficial aLfgy;a(Ldpx;II)V
-
getBanners
- Mappings:
Namespace Name Mixin selector named getBannersLnet/minecraft/item/map/MapState;getBanners()Ljava/util/Collection;intermediary method_35503Lnet/minecraft/class_22;method_35503()Ljava/util/Collection;official cLfgy;c()Ljava/util/Collection;
-
removeFrame
- Mappings:
Namespace Name Mixin selector named removeFrameLnet/minecraft/item/map/MapState;removeFrame(Lnet/minecraft/util/math/BlockPos;I)Vintermediary method_104Lnet/minecraft/class_22;method_104(Lnet/minecraft/class_2338;I)Vofficial aLfgy;a(Lja;I)V
-
putColor
public boolean putColor(int x, int z, byte color) Sets the color at the specified coordinates if the current color is different.- Returns:
trueif the color has been updated, elsefalse- Mappings:
Namespace Name Mixin selector named putColorLnet/minecraft/item/map/MapState;putColor(IIB)Zintermediary method_32365Lnet/minecraft/class_22;method_32365(IIB)Zofficial aLfgy;a(IIB)Z
-
setColor
public void setColor(int x, int z, byte color) - Mappings:
Namespace Name Mixin selector named setColorLnet/minecraft/item/map/MapState;setColor(IIB)Vintermediary method_32370Lnet/minecraft/class_22;method_32370(IIB)Vofficial bLfgy;b(IIB)V
-
hasExplorationMapDecoration
public boolean hasExplorationMapDecoration()- Mappings:
Namespace Name Mixin selector named hasExplorationMapDecorationLnet/minecraft/item/map/MapState;hasExplorationMapDecoration()Zintermediary method_32372Lnet/minecraft/class_22;method_32372()Zofficial dLfgy;d()Z
-
replaceDecorations
- Mappings:
Namespace Name Mixin selector named replaceDecorationsLnet/minecraft/item/map/MapState;replaceDecorations(Ljava/util/List;)Vintermediary method_32369Lnet/minecraft/class_22;method_32369(Ljava/util/List;)Vofficial aLfgy;a(Ljava/util/List;)V
-
getDecorations
- Mappings:
Namespace Name Mixin selector named getDecorationsLnet/minecraft/item/map/MapState;getDecorations()Ljava/lang/Iterable;intermediary method_32373Lnet/minecraft/class_22;method_32373()Ljava/lang/Iterable;official eLfgy;e()Ljava/lang/Iterable;
-
decorationCountNotLessThan
public boolean decorationCountNotLessThan(int decorationCount) - Mappings:
Namespace Name Mixin selector named decorationCountNotLessThanLnet/minecraft/item/map/MapState;decorationCountNotLessThan(I)Zintermediary method_37343Lnet/minecraft/class_22;method_37343(I)Zofficial aLfgy;a(I)Z
-
getFrameDecorationKey
- Mappings:
Namespace Name Mixin selector named getFrameDecorationKeyLnet/minecraft/item/map/MapState;getFrameDecorationKey(I)Ljava/lang/String;intermediary method_61169Lnet/minecraft/class_22;method_61169(I)Ljava/lang/String;official bLfgy;b(I)Ljava/lang/String;
-