Uses of Class
net.minecraft.item.map.MapState
-
Uses of MapState in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type MapState Modifier and Type Method Description private voidCartographyTableScreen. drawMap(MatrixStack matrices, @Nullable Integer integer, @Nullable MapState mapState, boolean bool, boolean bool2, boolean bool3, boolean bool4)private voidCartographyTableScreen. drawMap(MatrixStack matrixStack, @Nullable Integer integer, @Nullable MapState mapState, int int2, int int3, float float2) -
Uses of MapState in net.minecraft.client.render
Fields in net.minecraft.client.render declared as MapState Modifier and Type Field Description private MapStateMapRenderer.MapTexture. stateMethods in net.minecraft.client.render with parameters of type MapState Modifier and Type Method Description voidMapRenderer. draw(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int id, MapState state, boolean hidePlayerIcons, int light)private MapRenderer.MapTextureMapRenderer. getMapTexture(int id, MapState state)voidMapRenderer. updateTexture(int id, MapState state)Constructors in net.minecraft.client.render with parameters of type MapState Constructor Description MapTexture(int id, MapState state) -
Uses of MapState in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type MapState Modifier and Type Field Description private Map<String,MapState>ClientWorld. mapStatesMethods in net.minecraft.client.world that return MapState Modifier and Type Method Description @Nullable MapStateClientWorld. getMapState(String id)Methods in net.minecraft.client.world that return types with arguments of type MapState Modifier and Type Method Description protected Map<String,MapState>ClientWorld. method_35754()Methods in net.minecraft.client.world with parameters of type MapState Modifier and Type Method Description voidClientWorld. putMapState(String id, MapState state)Method parameters in net.minecraft.client.world with type arguments of type MapState Modifier and Type Method Description protected voidClientWorld. method_35753(Map<String,MapState> map) -
Uses of MapState in net.minecraft.item
Methods in net.minecraft.item that return MapState Modifier and Type Method Description static @Nullable MapStateFilledMapItem. getMapState(@Nullable Integer id, World world)static @Nullable MapStateFilledMapItem. getOrCreateMapState(ItemStack map, World world)Methods in net.minecraft.item with parameters of type MapState Modifier and Type Method Description voidFilledMapItem. updateColors(World world, Entity entity, MapState state) -
Uses of MapState in net.minecraft.item.map
Methods in net.minecraft.item.map that return MapState Modifier and Type Method Description MapStateMapState. copy()static MapStateMapState. fromNbt(NbtCompound nbt)static MapStateMapState. of(byte scale, boolean showIcons, RegistryKey<World> dimension)Creates a new map state instance for the client.static MapStateMapState. of(double xCenter, double zCenter, byte scale, boolean showIcons, boolean unlimitedTracking, RegistryKey<World> dimension)Creates a new map state instance.MapStateMapState. zoomOut(int zoomOutScale)Creates a new map state which is a zoomed out version of the current one.Methods in net.minecraft.item.map with parameters of type MapState Modifier and Type Method Description voidMapState.UpdateData. setColorsTo(MapState mapState) -
Uses of MapState in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play with parameters of type MapState Modifier and Type Method Description voidMapUpdateS2CPacket. apply(MapState mapState) -
Uses of MapState in net.minecraft.server.world
Methods in net.minecraft.server.world that return MapState Modifier and Type Method Description @Nullable MapStateServerWorld. getMapState(String id)Methods in net.minecraft.server.world with parameters of type MapState Modifier and Type Method Description voidServerWorld. putMapState(String id, MapState state) -
Uses of MapState in net.minecraft.world
Methods in net.minecraft.world that return MapState Modifier and Type Method Description abstract @Nullable MapStateWorld. getMapState(String id)Methods in net.minecraft.world with parameters of type MapState Modifier and Type Method Description abstract voidWorld. putMapState(String id, MapState state)