Uses of Record Class
net.minecraft.class_9209
Packages that use class_9209
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9209 in net.minecraft
Fields in net.minecraft with type parameters of type class_9209Modifier and TypeFieldDescriptionstatic final PacketCodec<ByteBuf,class_9209> class_9209.field_48924 -
Uses of class_9209 in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type class_9209Modifier 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 class_9209 in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type class_9209Modifier 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) voidMapRenderer.updateTexture(class_9209 class_9209, MapState state) -
Uses of class_9209 in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type class_9209Methods in net.minecraft.client.world that return class_9209Methods in net.minecraft.client.world that return types with arguments of type class_9209Methods in net.minecraft.client.world with parameters of type class_9209Modifier and TypeMethodDescriptionClientWorld.getMapState(class_9209 class_9209) voidClientWorld.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 class_9209Modifier and TypeMethodDescriptionprotected voidClientWorld.putMapStates(Map<class_9209, MapState> mapStates) -
Uses of class_9209 in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return class_9209 -
Uses of class_9209 in net.minecraft.item
Methods in net.minecraft.item that return class_9209Modifier and TypeMethodDescriptionprivate static class_9209FilledMapItem.allocateMapId(World world, int x, int z, int scale, boolean showIcons, boolean unlimitedTracking, RegistryKey<World> dimension) static @Nullable class_9209Methods in net.minecraft.item with parameters of type class_9209Modifier and TypeMethodDescriptionprivate static TextFilledMapItem.getIdText(class_9209 class_9209) FilledMapItem.getMapState(@Nullable class_9209 class_9209, World world) private static voidFilledMapItem.setMapId(ItemStack stack, class_9209 class_9209) -
Uses of class_9209 in net.minecraft.item.map
Methods in net.minecraft.item.map with parameters of type class_9209Modifier and TypeMethodDescriptionMapState.PlayerUpdateTracker.getPacket(class_9209 class_9209) MapState.getPlayerMarkerPacket(class_9209 class_9209, PlayerEntity player) -
Uses of class_9209 in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as class_9209Modifier and TypeFieldDescriptionprivate final class_9209MapUpdateS2CPacket.idThe field for theidrecord component.Methods in net.minecraft.network.packet.s2c.play that return class_9209Modifier and TypeMethodDescriptionMapUpdateS2CPacket.id()Returns the value of theidrecord component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type class_9209ModifierConstructorDescriptionMapUpdateS2CPacket(class_9209 class_9209, byte scale, boolean locked, @Nullable Collection<MapIcon> icons, MapState.UpdateData updateData) MapUpdateS2CPacket(class_9209 class_9209, byte byte2, boolean bool, Optional<List<MapIcon>> optional, Optional<MapState.UpdateData> optional2) -
Uses of class_9209 in net.minecraft.server.world
Methods in net.minecraft.server.world that return class_9209Methods in net.minecraft.server.world with parameters of type class_9209Modifier and TypeMethodDescriptionServerWorld.getMapState(class_9209 class_9209) voidServerWorld.putMapState(class_9209 class_9209, MapState state) -
Uses of class_9209 in net.minecraft.world
Methods in net.minecraft.world that return class_9209Modifier and TypeMethodDescriptionIdCountsState.getNextMapId()abstract class_9209World.getNextMapId()Methods in net.minecraft.world with parameters of type class_9209Modifier and TypeMethodDescriptionWorld.getMapState(class_9209 class_9209) abstract voidWorld.putMapState(class_9209 class_9209, MapState state)