Uses of Class
net.minecraft.item.map.MapState
Packages that use MapState
Package
Description
-
Uses of MapState in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type MapStateModifier and TypeMethodDescriptionprivate voidCartographyTableScreen.drawMap(DrawContext context, @Nullable class_9209 class_9209, @Nullable MapState mapState, boolean cloneMode, boolean expandMode, boolean lockMode, boolean cannotExpand) private voidCartographyTableScreen.drawMap(DrawContext context, @Nullable class_9209 class_9209, @Nullable MapState mapState, int x, int y, float scale) -
Uses of MapState in net.minecraft.client.render
Fields in net.minecraft.client.render declared as MapStateMethods in net.minecraft.client.render with parameters of type MapStateModifier and TypeMethodDescriptionvoidMapRenderer.draw(MatrixStack matrices, VertexConsumerProvider vertexConsumers, class_9209 class_9209, MapState state, boolean hidePlayerIcons, int light) private MapRenderer.MapTextureMapRenderer.getMapTexture(class_9209 class_9209, MapState state) (package private) voidvoidMapRenderer.updateTexture(class_9209 class_9209, MapState state) Constructors in net.minecraft.client.render with parameters of type MapState -
Uses of MapState in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type MapStateMethods in net.minecraft.client.world that return MapStateMethods in net.minecraft.client.world that return types with arguments of type MapStateMethods in net.minecraft.client.world with parameters of type MapStateModifier and TypeMethodDescriptionvoidClientWorld.putClientsideMapState(class_9209 class_9209, MapState state) voidClientWorld.putMapState(class_9209 class_9209, MapState state) Method parameters in net.minecraft.client.world with type arguments of type MapStateModifier and TypeMethodDescriptionprotected voidClientWorld.putMapStates(Map<class_9209, MapState> mapStates) -
Uses of MapState in net.minecraft.item
Methods in net.minecraft.item that return MapStateModifier and TypeMethodDescriptionFilledMapItem.getMapState(@Nullable class_9209 class_9209, World world) FilledMapItem.getMapState(ItemStack map, World world) Methods in net.minecraft.item with parameters of type MapStateModifier and TypeMethodDescriptionvoidFilledMapItem.updateColors(World world, Entity entity, MapState state) -
Uses of MapState in net.minecraft.item.map
Methods in net.minecraft.item.map that return MapStateModifier and TypeMethodDescriptionMapState.copy()static MapStateMapState.fromNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup wrapperLookup) static MapStateMapState.of(byte scale, boolean locked, RegistryKey<World> dimension) Creates a new map state instance for the client.static MapStateMapState.of(double centerX, double centerZ, byte scale, boolean showIcons, boolean unlimitedTracking, RegistryKey<World> dimension) Creates a new map state instance.MapState.zoomOut(int zoomOutScale) Creates a new map state which is a zoomed out version of the current one.Methods in net.minecraft.item.map that return types with arguments of type MapStateModifier and TypeMethodDescriptionstatic PersistentState.Type<MapState>MapState.getPersistentStateType()Methods in net.minecraft.item.map with parameters of type MapState -
Uses of MapState in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play with parameters of type MapState -
Uses of MapState in net.minecraft.server.world
Methods in net.minecraft.server.world that return MapStateMethods in net.minecraft.server.world with parameters of type MapStateModifier and TypeMethodDescriptionvoidServerWorld.putMapState(class_9209 class_9209, MapState state) -
Uses of MapState in net.minecraft.world
Methods in net.minecraft.world that return MapStateMethods in net.minecraft.world with parameters of type MapStateModifier and TypeMethodDescriptionabstract voidWorld.putMapState(class_9209 class_9209, MapState state)