History - net.minecraft.item.map.MapState

26.3-snapshot-3

Names

Fields

Constructors

Methods

26.3-snapshot-2

Names

Fields

Constructors

Methods

26.3-snapshot-1

Names

Fields

Constructors

Methods

26.2

Names

Fields

Constructors

Methods

26.1.2

Names

Fields

Constructors

Methods

26.1.1

Names

Fields

Constructors

Methods

26.1

Names

Fields

org.slf4j.Logger: LOGGER, field_25019, LOGGER

Constructors

Methods

void (PlayerEntity, ItemStack): tickCarriedBy, method_102, update

MapDecorationsComponent (String, MapDecorationsComponent$Decoration, MapDecorationsComponent): lambda$addTargetDecoration$14, method_57627, method_57627

MapDecorationsComponent (String, MapDecorationsComponent$Decoration, MapDecorationsComponent): lambda$addTargetDecoration$0, method_57627, method_57627

void (PlayerEntity, String, MapDecorationsComponent$Decoration): lambda$tickCarriedBy$13, method_57626, method_57626

void (PlayerEntity, String, MapDecorationsComponent$Decoration): lambda$tickCarriedBy$0, method_57626, method_57626

boolean (ItemStack, MapIdComponent, ItemStack): lambda$mapMatcher$12, method_55785, method_55785

boolean (ItemStack, MapIdComponent, ItemStack): lambda$mapMatcher$0, method_55785, method_55785

MapState (): lambda$type$11, method_67434, method_67434

MapState (): lambda$type$0, method_67434, method_67434

com.mojang.datafixers.kinds.App (com.mojang.serialization.codecs.RecordCodecBuilder$Instance): lambda$static$10, method_67424, method_67424

com.mojang.datafixers.kinds.App (com.mojang.serialization.codecs.RecordCodecBuilder$Instance): lambda$static$0, method_67424, method_67424

List (MapState): lambda$static$9, method_67426, method_67426

List (MapState): lambda$static$10, method_67426, method_67426

List (MapState): lambda$static$8, method_67427, method_67427

List (MapState): lambda$static$9, method_67427, method_67427

Boolean (MapState): lambda$static$7, method_67428, method_67428

Boolean (MapState): lambda$static$8, method_67428, method_67428

Boolean (MapState): lambda$static$6, method_67429, method_67429

Boolean (MapState): lambda$static$7, method_67429, method_67429

Boolean (MapState): lambda$static$5, method_67430, method_67430

Boolean (MapState): lambda$static$6, method_67430, method_67430

ByteBuffer (MapState): lambda$static$4, method_67431, method_67431

ByteBuffer (MapState): lambda$static$5, method_67431, method_67431

Byte (MapState): lambda$static$3, method_67432, method_67432

Byte (MapState): lambda$static$4, method_67432, method_67432

Integer (MapState): lambda$static$2, method_67433, method_67433

Integer (MapState): lambda$static$3, method_67433, method_67433

Integer (MapState): lambda$static$1, method_67435, method_67435

Integer (MapState): lambda$static$2, method_67435, method_67435

RegistryKey (MapState): lambda$static$0, method_67436, method_67436

RegistryKey (MapState): lambda$static$1, method_67436, method_67436

void (PlayerEntity, ItemStack, ItemFrameEntity): tickCarriedBy, method_102, update

1.21.11_unobfuscated

Names

net.minecraft.world.level.saveddata.maps.MapItemSavedData

net.minecraft.class_22

net.minecraft.item.map.MapState

Fields

org.slf4j.Logger: LOGGER, field_25019, LOGGER

int: MAP_SIZE, field_31832, SIZE

int: HALF_MAP_SIZE, field_31833, SIZE_HALF

int: MAX_SCALE, field_31831, MAX_SCALE

int: TRACKED_DECORATION_LIMIT, field_33991, MAX_DECORATIONS

String: FRAME_PREFIX, field_52316, FRAME_PREFIX

com.mojang.serialization.Codec<MapState>: CODEC, field_56478, CODEC

int: centerX, field_116, centerX

int: centerZ, field_115, centerZ

RegistryKey<World>: dimension, field_118, dimension

boolean: trackingPosition, field_114, showDecorations

boolean: unlimitedTracking, field_113, unlimitedTracking

byte: scale, field_119, scale

byte[]: colors, field_122, colors

boolean: locked, field_17403, locked

List<MapState$PlayerUpdateTracker>: carriedBy, field_112, updateTrackers

Map<PlayerEntity, MapState$PlayerUpdateTracker>: carriedByPlayers, field_120, updateTrackersByPlayer

Map<String, MapBannerMarker>: bannerMarkers, field_123, banners

Map<String, MapDecoration>: decorations, field_117, decorations

Map<String, MapFrameMarker>: frameMarkers, field_121, frames

int: trackedDecorationCount, field_33992, decorationCount

Constructors

(int, int, byte, boolean, boolean, boolean, RegistryKey<World>)

(RegistryKey<World>, int, int, byte, ByteBuffer, boolean, boolean, boolean, List<MapBannerMarker>, List<MapFrameMarker>)

Methods

PersistentStateType<MapState> (MapIdComponent): type, method_67425, createStateType

MapState (double, double, byte, boolean, boolean, RegistryKey<World>): createFresh, method_32363, of

MapState (byte, boolean, RegistryKey<World>): createForClient, method_32362, of

MapState (): locked, method_32361, copy

MapState (): scaled, method_32364, zoomOut

Predicate<ItemStack> (ItemStack): mapMatcher, method_55784, getEqualPredicate

void (PlayerEntity, ItemStack): tickCarriedBy, method_102, update

boolean (PlayerEntity): hasMapInvisibilityItemEquipped, method_64505, hasMapInvisibilityEquipment

void (String): removeDecoration, method_32368, removeDecoration

void (ItemStack, BlockPos, String, RegistryEntry<MapDecorationType>): addTargetDecoration, method_110, addDecorationsNbt

void (RegistryEntry<MapDecorationType>, WorldAccess, String, double, double, double, Text): addDecoration, method_107, addDecoration

MapState$Marker (RegistryEntry<MapDecorationType>, WorldAccess, double, float, float): calculateDecorationLocationAndType, method_61870, getMarker

com.mojang.datafixers.util.Pair<RegistryEntry<MapDecorationType>, Byte> (RegistryEntry<MapDecorationType>, WorldAccess, double, float, float): playerDecorationTypeAndRotation, method_61872, getPlayerMarkerAndRotation

byte (WorldAccess, double): calculateRotation, method_61869, getPlayerMarkerRotation

boolean (float, float): isInsideMap, method_61868, isInBounds

RegistryEntry<MapDecorationType> (float, float): decorationTypeForPlayerOutsideMap, method_61871, getPlayerMarker

byte (float): clampMapCoordinate, method_61867, offsetToMarkerPosition

Packet<?> (MapIdComponent, PlayerEntity): getUpdatePacket, method_100, getPlayerMarkerPacket

void (int, int): setColorsDirty, method_103, markDirty

void (): setDecorationsDirty, method_32374, markDecorationsDirty

MapState$PlayerUpdateTracker (PlayerEntity): getHoldingPlayer, method_101, getPlayerSyncData

boolean (WorldAccess, BlockPos): toggleBanner, method_108, addBanner

void (BlockView, int, int): checkBanners, method_109, removeBanner

Collection<MapBannerMarker> (): getBanners, method_35503, getBanners

void (BlockPos, int): removedFromFrame, method_104, removeFrame

boolean (int, int, byte): updateColor, method_32365, putColor

void (int, int, byte): setColor, method_32370, setColor

boolean (): isExplorationMap, method_32372, hasExplorationMapDecoration

void (List<MapDecoration>): addClientSideDecorations, method_32369, replaceDecorations

Iterable<MapDecoration> (): getDecorations, method_32373, getDecorations

boolean (int): isTrackedCountOverLimit, method_37343, decorationCountNotLessThan

String (int): getFrameKey, method_61169, getFrameDecorationKey

MapDecorationsComponent (String, MapDecorationsComponent$Decoration, MapDecorationsComponent): lambda$addTargetDecoration$14, method_57627, method_57627

void (PlayerEntity, String, MapDecorationsComponent$Decoration): lambda$tickCarriedBy$13, method_57626, method_57626

boolean (ItemStack, MapIdComponent, ItemStack): lambda$mapMatcher$12, method_55785, method_55785

MapState (): lambda$type$11, method_67434, method_67434

com.mojang.datafixers.kinds.App (com.mojang.serialization.codecs.RecordCodecBuilder$Instance): lambda$static$10, method_67424, method_67424

List (MapState): lambda$static$9, method_67426, method_67426

List (MapState): lambda$static$8, method_67427, method_67427

Boolean (MapState): lambda$static$7, method_67428, method_67428

Boolean (MapState): lambda$static$6, method_67429, method_67429

Boolean (MapState): lambda$static$5, method_67430, method_67430

ByteBuffer (MapState): lambda$static$4, method_67431, method_67431

Byte (MapState): lambda$static$3, method_67432, method_67432

Integer (MapState): lambda$static$2, method_67433, method_67433

Integer (MapState): lambda$static$1, method_67435, method_67435

RegistryKey (MapState): lambda$static$0, method_67436, method_67436