Uses of Class
net.minecraft.world.level.saveddata.maps.MapItemSavedData
Packages that use MapItemSavedData
Package
Description
-
Uses of MapItemSavedData in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as MapItemSavedDataMethods in net.minecraft.client.gui with parameters of type MapItemSavedDataModifier and TypeMethodDescriptionprivate MapRenderer.MapInstance
MapRenderer.getOrCreateMapInstance
(MapId pMapId, MapItemSavedData pMapData) void
MapRenderer.render
(PoseStack pPoseStack, MultiBufferSource pBuffer, MapId pMapId, MapItemSavedData pMapData, boolean pActive, int pPackedLight) (package private) void
MapRenderer.MapInstance.replaceMapData
(MapItemSavedData pData) void
MapRenderer.update
(MapId pMapId, MapItemSavedData pMapData) Constructors in net.minecraft.client.gui with parameters of type MapItemSavedData -
Uses of MapItemSavedData in net.minecraft.client.gui.screens.inventory
Methods in net.minecraft.client.gui.screens.inventory with parameters of type MapItemSavedDataModifier and TypeMethodDescriptionprivate void
CartographyTableScreen.renderMap
(GuiGraphics pGuiGraphics, MapId pMapId, MapItemSavedData pMapData, int pX, int pY, float pScale) private void
CartographyTableScreen.renderResultingMap
(GuiGraphics pGuiGraphics, MapId pMapId, MapItemSavedData pMapData, boolean pHasMap, boolean pHasPaper, boolean pHasGlassPane, boolean pIsMaxSize) -
Uses of MapItemSavedData in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type MapItemSavedDataMethods in net.minecraft.client.multiplayer that return MapItemSavedDataMethods in net.minecraft.client.multiplayer that return types with arguments of type MapItemSavedDataModifier and TypeMethodDescriptionprotected Map
<MapId, MapItemSavedData> ClientLevel.getAllMapData()
Methods in net.minecraft.client.multiplayer with parameters of type MapItemSavedDataModifier and TypeMethodDescriptionvoid
ClientLevel.overrideMapData
(MapId pMapId, MapItemSavedData pMapData) void
ClientLevel.setMapData
(MapId pMapId, MapItemSavedData pMapData) Method parameters in net.minecraft.client.multiplayer with type arguments of type MapItemSavedDataModifier and TypeMethodDescriptionprotected void
ClientLevel.addMapData
(Map<MapId, MapItemSavedData> pMap) -
Uses of MapItemSavedData in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type MapItemSavedDataModifier and TypeMethodDescriptionvoid
ClientboundMapItemDataPacket.applyToMap
(MapItemSavedData pMapData) Sets new MapData from the packet to given MapData param -
Uses of MapItemSavedData in net.minecraft.server.level
Methods in net.minecraft.server.level that return MapItemSavedDataMethods in net.minecraft.server.level with parameters of type MapItemSavedDataModifier and TypeMethodDescriptionvoid
ServerLevel.setMapData
(MapId pMapId, MapItemSavedData pMapData) -
Uses of MapItemSavedData in net.minecraft.world.item
Methods in net.minecraft.world.item that return MapItemSavedDataModifier and TypeMethodDescriptionprotected MapItemSavedData
MapItem.getCustomMapData
(ItemStack p_42854_, Level p_42855_) static MapItemSavedData
MapItem.getSavedData
(ItemStack pStack, Level pLevel) static MapItemSavedData
MapItem.getSavedData
(MapId pMapId, Level pLevel) Methods in net.minecraft.world.item with parameters of type MapItemSavedDataModifier and TypeMethodDescriptionvoid
MapItem.update
(Level pLevel, Entity pViewer, MapItemSavedData pData) -
Uses of MapItemSavedData in net.minecraft.world.level
Methods in net.minecraft.world.level that return MapItemSavedDataMethods in net.minecraft.world.level with parameters of type MapItemSavedDataModifier and TypeMethodDescriptionabstract void
Level.setMapData
(MapId pMapId, MapItemSavedData pMapData) -
Uses of MapItemSavedData in net.minecraft.world.level.saveddata.maps
Methods in net.minecraft.world.level.saveddata.maps that return MapItemSavedDataModifier and TypeMethodDescriptionstatic MapItemSavedData
MapItemSavedData.createForClient
(byte pScale, boolean pLocked, ResourceKey<Level> pDimension) static MapItemSavedData
MapItemSavedData.createFresh
(double pX, double pZ, byte pScale, boolean pTrackingPosition, boolean pUnlimitedTracking, ResourceKey<Level> pDimension) static MapItemSavedData
MapItemSavedData.load
(CompoundTag p_164808_, HolderLookup.Provider p_324560_) MapItemSavedData.locked()
MapItemSavedData.scaled()
Methods in net.minecraft.world.level.saveddata.maps that return types with arguments of type MapItemSavedDataModifier and TypeMethodDescriptionstatic SavedData.Factory
<MapItemSavedData> MapItemSavedData.factory()
Methods in net.minecraft.world.level.saveddata.maps with parameters of type MapItemSavedDataModifier and TypeMethodDescriptionvoid
MapItemSavedData.MapPatch.applyToMap
(MapItemSavedData pSavedData) -
Uses of MapItemSavedData in net.neoforged.neoforge.client.gui.map
Methods in net.neoforged.neoforge.client.gui.map with parameters of type MapItemSavedDataModifier and TypeMethodDescriptionboolean
IMapDecorationRenderer.render
(MapDecoration decoration, PoseStack poseStack, MultiBufferSource bufferSource, MapItemSavedData mapData, MapDecorationTextureManager decorationTextures, boolean inItemFrame, int packedLight, int index) Render the givenMapDecoration
on the map.static boolean
MapDecorationRendererManager.render
(MapDecoration decoration, PoseStack poseStack, MultiBufferSource bufferSource, MapItemSavedData mapData, MapDecorationTextureManager decorationTextures, boolean inItemFrame, int packedLight, int index) -
Uses of MapItemSavedData in net.neoforged.neoforge.debug.client
Methods in net.neoforged.neoforge.debug.client with parameters of type MapItemSavedDataModifier and TypeMethodDescriptionboolean
MapDecorationRenderTests.TestDecorationRenderer.render
(MapDecoration decoration, PoseStack poseStack, MultiBufferSource bufferSource, MapItemSavedData mapData, MapDecorationTextureManager decorationTextures, boolean inItemFrame, int packedLight, int index)