Uses of Record Class
net.minecraft.item.map.MapId
Packages that use MapId
Package
Description
-
Uses of MapId in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type MapIdModifier and TypeMethodDescriptionprivate void
CartographyTableScreen.drawMap
(DrawContext context, @Nullable MapId mapId, @Nullable MapState mapState, boolean cloneMode, boolean expandMode, boolean lockMode, boolean cannotExpand) private void
CartographyTableScreen.drawMap
(DrawContext context, @Nullable MapId mapId, @Nullable MapState mapState, int x, int y, float scale) -
Uses of MapId in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type MapIdModifier and TypeMethodDescriptionvoid
MapRenderer.draw
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, MapId id, MapState state, boolean hidePlayerIcons, int light) private MapRenderer.MapTexture
MapRenderer.getMapTexture
(MapId id, MapState state) void
MapRenderer.updateTexture
(MapId id, MapState state) -
Uses of MapId in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type MapIdMethods in net.minecraft.client.world that return MapIdMethods in net.minecraft.client.world that return types with arguments of type MapIdMethods in net.minecraft.client.world with parameters of type MapIdModifier and TypeMethodDescriptionClientWorld.getMapState
(MapId id) void
ClientWorld.putClientsideMapState
(MapId id, MapState state) void
ClientWorld.putMapState
(MapId id, MapState state) Method parameters in net.minecraft.client.world with type arguments of type MapIdModifier and TypeMethodDescriptionprotected void
ClientWorld.putMapStates
(Map<MapId, MapState> mapStates) -
Uses of MapId in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return MapId -
Uses of MapId in net.minecraft.item
Methods in net.minecraft.item that return MapIdModifier and TypeMethodDescriptionprivate static MapId
FilledMapItem.allocateMapId
(World world, int x, int z, int scale, boolean showIcons, boolean unlimitedTracking, RegistryKey<World> dimension) Methods in net.minecraft.item with parameters of type MapId -
Uses of MapId in net.minecraft.item.map
Fields in net.minecraft.item.map with type parameters of type MapIdMethods in net.minecraft.item.map with parameters of type MapIdModifier and TypeMethodDescriptionMapState.getPlayerMarkerPacket
(MapId mapId, PlayerEntity player) -
Uses of MapId in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as MapIdModifier and TypeFieldDescriptionprivate final MapId
MapUpdateS2CPacket.mapId
The field for themapId
record component.Methods in net.minecraft.network.packet.s2c.play that return MapIdModifier and TypeMethodDescriptionMapUpdateS2CPacket.mapId()
Returns the value of themapId
record component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type MapIdModifierConstructorDescriptionMapUpdateS2CPacket
(MapId mapId, byte scale, boolean locked, @Nullable Collection<MapIcon> icons, MapState.UpdateData updateData) MapUpdateS2CPacket
(MapId mapId, byte byte2, boolean bool, Optional<List<MapIcon>> optional, Optional<MapState.UpdateData> optional2) -
Uses of MapId in net.minecraft.server.world
Methods in net.minecraft.server.world that return MapIdMethods in net.minecraft.server.world with parameters of type MapIdModifier and TypeMethodDescriptionServerWorld.getMapState
(MapId id) void
ServerWorld.putMapState
(MapId id, MapState state) -
Uses of MapId in net.minecraft.world
Methods in net.minecraft.world that return MapIdModifier and TypeMethodDescriptionIdCountsState.getNextMapId()
abstract MapId
World.getNextMapId()
Methods in net.minecraft.world with parameters of type MapIdModifier and TypeMethodDescriptionWorld.getMapState
(MapId id) abstract void
World.putMapState
(MapId id, MapState state)