Uses of Class
net.minecraft.world.storage.MapData
-
-
Uses of MapData in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as MapData Modifier and Type Field Description private MapData
MapItemRenderer.Instance. data
Methods in net.minecraft.client.gui that return MapData Modifier and Type Method Description MapData
MapItemRenderer. getData(MapItemRenderer.Instance p_191207_1_)
Methods in net.minecraft.client.gui with parameters of type MapData Modifier and Type Method Description private MapItemRenderer.Instance
MapItemRenderer. getMapInstance(MapData p_148248_1_)
void
MapItemRenderer. render(MatrixStack p_228086_1_, IRenderTypeBuffer p_228086_2_, MapData p_228086_3_, boolean p_228086_4_, int p_228086_5_)
void
MapItemRenderer. update(MapData p_148246_1_)
Constructors in net.minecraft.client.gui with parameters of type MapData Constructor Description Instance(MapData p_i45007_2_)
-
Uses of MapData in net.minecraft.client.gui.screen.inventory
Methods in net.minecraft.client.gui.screen.inventory with parameters of type MapData Modifier and Type Method Description private void
CartographyTableScreen. renderMap(MapData p_214108_1_, int p_214108_2_, int p_214108_3_, float p_214108_4_)
private void
CartographyTableScreen. renderResultingMap(MatrixStack p_238807_1_, MapData p_238807_2_, boolean p_238807_3_, boolean p_238807_4_, boolean p_238807_5_, boolean p_238807_6_)
-
Uses of MapData in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type MapData Modifier and Type Field Description private java.util.Map<java.lang.String,MapData>
ClientWorld. mapData
Methods in net.minecraft.client.world that return MapData Modifier and Type Method Description MapData
ClientWorld. getMapData(java.lang.String p_217406_1_)
Methods in net.minecraft.client.world with parameters of type MapData Modifier and Type Method Description void
ClientWorld. setMapData(MapData p_217399_1_)
-
Uses of MapData in net.minecraft.item
Methods in net.minecraft.item that return MapData Modifier and Type Method Description private static MapData
FilledMapItem. createAndStoreSavedData(ItemStack p_195951_0_, World p_195951_1_, int p_195951_2_, int p_195951_3_, int p_195951_4_, boolean p_195951_5_, boolean p_195951_6_, RegistryKey<World> p_195951_7_)
protected MapData
FilledMapItem. getCustomMapData(ItemStack p_195950_0_, World p_195950_1_)
static MapData
FilledMapItem. getOrCreateSavedData(ItemStack p_195950_0_, World p_195950_1_)
static MapData
FilledMapItem. getSavedData(ItemStack p_219994_0_, World p_219994_1_)
Methods in net.minecraft.item with parameters of type MapData Modifier and Type Method Description void
FilledMapItem. update(World p_77872_1_, Entity p_77872_2_, MapData p_77872_3_)
-
Uses of MapData in net.minecraft.item.crafting
Methods in net.minecraft.item.crafting with parameters of type MapData Modifier and Type Method Description private boolean
MapExtendingRecipe. isExplorationMap(MapData p_190934_1_)
-
Uses of MapData in net.minecraft.network.play.server
Methods in net.minecraft.network.play.server with parameters of type MapData Modifier and Type Method Description void
SMapDataPacket. applyToMap(MapData p_179734_1_)
-
Uses of MapData in net.minecraft.world
Methods in net.minecraft.world that return MapData Modifier and Type Method Description abstract MapData
World. getMapData(java.lang.String p_217406_1_)
Methods in net.minecraft.world with parameters of type MapData Modifier and Type Method Description abstract void
World. setMapData(MapData p_217399_1_)
-
Uses of MapData in net.minecraft.world.server
Methods in net.minecraft.world.server that return MapData Modifier and Type Method Description MapData
ServerWorld. getMapData(java.lang.String p_217406_1_)
Methods in net.minecraft.world.server with parameters of type MapData Modifier and Type Method Description void
ServerWorld. setMapData(MapData p_217399_1_)
-
Uses of MapData in net.minecraft.world.storage
Methods in net.minecraft.world.storage with parameters of type MapData Modifier and Type Method Description void
MapData. lockData(MapData p_215160_1_)
-