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 voidCartographyTableScreen.drawMap(DrawContext context, @Nullable MapId mapId, @Nullable MapState mapState, boolean cloneMode, boolean expandMode, boolean lockMode, boolean cannotExpand) private voidCartographyTableScreen.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 TypeMethodDescriptionvoidMapRenderer.draw(MatrixStack matrices, VertexConsumerProvider vertexConsumers, MapId id, MapState state, boolean hidePlayerIcons, int light) private MapRenderer.MapTextureMapRenderer.getMapTexture(MapId id, MapState state) voidMapRenderer.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) voidClientWorld.putClientsideMapState(MapId id, MapState state) voidClientWorld.putMapState(MapId id, MapState state) Method parameters in net.minecraft.client.world with type arguments of type MapIdModifier and TypeMethodDescriptionprotected voidClientWorld.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 MapIdFilledMapItem.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 MapIdMapUpdateS2CPacket.mapIdThe field for themapIdrecord component.Methods in net.minecraft.network.packet.s2c.play that return MapIdModifier and TypeMethodDescriptionMapUpdateS2CPacket.mapId()Returns the value of themapIdrecord 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) voidServerWorld.putMapState(MapId id, MapState state) -
Uses of MapId in net.minecraft.world
Methods in net.minecraft.world that return MapIdModifier and TypeMethodDescriptionIdCountsState.getNextMapId()abstract MapIdWorld.getNextMapId()Methods in net.minecraft.world with parameters of type MapIdModifier and TypeMethodDescriptionWorld.getMapState(MapId id) abstract voidWorld.putMapState(MapId id, MapState state)