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 void
CartographyTableScreen.drawMap
(DrawContext context, @Nullable class_9209 class_9209, @Nullable MapState mapState, boolean cloneMode, boolean expandMode, boolean lockMode, boolean cannotExpand) private void
CartographyTableScreen.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 TypeMethodDescriptionvoid
MapRenderer.draw
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, class_9209 class_9209, MapState state, boolean hidePlayerIcons, int light) private MapRenderer.MapTexture
MapRenderer.getMapTexture
(class_9209 class_9209, MapState state) void
MapRenderer.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) void
ClientWorld.putClientsideMapState
(class_9209 class_9209, MapState state) void
ClientWorld.putMapState
(class_9209 class_9209, MapState state) Method parameters in net.minecraft.client.world with type arguments of type class_9209Modifier and TypeMethodDescriptionprotected void
ClientWorld.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_9209
FilledMapItem.allocateMapId
(World world, int x, int z, int scale, boolean showIcons, boolean unlimitedTracking, RegistryKey<World> dimension) static @Nullable class_9209
Methods in net.minecraft.item with parameters of type class_9209Modifier and TypeMethodDescriptionprivate static Text
FilledMapItem.getIdText
(class_9209 class_9209) FilledMapItem.getMapState
(@Nullable class_9209 class_9209, World world) private static void
FilledMapItem.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_9209
MapUpdateS2CPacket.id
The field for theid
record component.Methods in net.minecraft.network.packet.s2c.play that return class_9209Modifier and TypeMethodDescriptionMapUpdateS2CPacket.id()
Returns the value of theid
record 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) void
ServerWorld.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_9209
World.getNextMapId()
Methods in net.minecraft.world with parameters of type class_9209Modifier and TypeMethodDescriptionWorld.getMapState
(class_9209 class_9209) abstract void
World.putMapState
(class_9209 class_9209, MapState state)