Uses of Record Class
net.minecraft.component.type.MapIdComponent
Packages that use MapIdComponent
Package
Description
-
Uses of MapIdComponent in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type MapIdComponentModifier and TypeMethodDescriptionprivate voidCartographyTableScreen.drawMap(DrawContext context, @Nullable MapIdComponent mapId, @Nullable MapState mapState, boolean cloneMode, boolean expandMode, boolean lockMode, boolean cannotExpand) private voidCartographyTableScreen.drawMap(DrawContext context, @Nullable MapIdComponent mapId, @Nullable MapState mapState, int x, int y, float scale) -
Uses of MapIdComponent in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type MapIdComponentModifier and TypeMethodDescriptionvoidMapRenderer.update(MapIdComponent mapId, MapState mapState, MapRenderState renderState) -
Uses of MapIdComponent in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as MapIdComponent -
Uses of MapIdComponent in net.minecraft.client.texture
Methods in net.minecraft.client.texture with parameters of type MapIdComponentModifier and TypeMethodDescriptionprivate MapTextureManager.MapTextureMapTextureManager.getMapTexture(MapIdComponent mapIdComponent, MapState MapState) MapTextureManager.getTextureId(MapIdComponent mapIdComponent, MapState mapState) voidMapTextureManager.setNeedsUpdate(MapIdComponent mapIdComponent, MapState mapState) -
Uses of MapIdComponent in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type MapIdComponentModifier and TypeFieldDescriptionprivate final Map<MapIdComponent, MapState> ClientWorld.mapStatesMethods in net.minecraft.client.world that return MapIdComponentMethods in net.minecraft.client.world that return types with arguments of type MapIdComponentModifier and TypeMethodDescriptionprotected Map<MapIdComponent, MapState> ClientWorld.getMapStates()Methods in net.minecraft.client.world with parameters of type MapIdComponentModifier and TypeMethodDescriptionClientWorld.getMapState(MapIdComponent id) voidClientWorld.putClientsideMapState(MapIdComponent id, MapState state) voidClientWorld.putMapState(MapIdComponent id, MapState state) Method parameters in net.minecraft.client.world with type arguments of type MapIdComponentModifier and TypeMethodDescriptionprotected voidClientWorld.putMapStates(Map<MapIdComponent, MapState> mapStates) -
Uses of MapIdComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type MapIdComponentModifier and TypeFieldDescriptionstatic final ComponentType<MapIdComponent> DataComponentTypes.MAP_ID -
Uses of MapIdComponent in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type MapIdComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MapIdComponent> MapIdComponent.CODECstatic final PacketCodec<ByteBuf, MapIdComponent> MapIdComponent.PACKET_CODEC -
Uses of MapIdComponent in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return MapIdComponentModifier and TypeMethodDescription -
Uses of MapIdComponent in net.minecraft.item
Methods in net.minecraft.item that return MapIdComponentModifier and TypeMethodDescriptionprivate static MapIdComponentFilledMapItem.allocateMapId(World world, int x, int z, int scale, boolean showIcons, boolean unlimitedTracking, RegistryKey<World> dimension) Methods in net.minecraft.item with parameters of type MapIdComponentModifier and TypeMethodDescriptionstatic TextFilledMapItem.getIdText(MapIdComponent id) FilledMapItem.getMapState(@Nullable MapIdComponent id, World world) Item.TooltipContext.getMapState(MapIdComponent mapIdComponent) -
Uses of MapIdComponent in net.minecraft.item.map
Methods in net.minecraft.item.map with parameters of type MapIdComponentModifier and TypeMethodDescriptionMapState.PlayerUpdateTracker.getPacket(MapIdComponent mapId) MapState.getPlayerMarkerPacket(MapIdComponent mapId, PlayerEntity player) -
Uses of MapIdComponent in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as MapIdComponentModifier and TypeFieldDescriptionprivate final MapIdComponentMapUpdateS2CPacket.mapIdThe field for themapIdrecord component.Methods in net.minecraft.network.packet.s2c.play that return MapIdComponentModifier and TypeMethodDescriptionMapUpdateS2CPacket.mapId()Returns the value of themapIdrecord component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type MapIdComponentModifierConstructorDescriptionMapUpdateS2CPacket(MapIdComponent mapId, byte scale, boolean locked, @Nullable Collection<MapDecoration> decorations, MapState.UpdateData updateData) MapUpdateS2CPacket(MapIdComponent mapIdComponent, byte byte2, boolean bool, Optional<List<MapDecoration>> optional, Optional<MapState.UpdateData> optional2) -
Uses of MapIdComponent in net.minecraft.server.world
Methods in net.minecraft.server.world that return MapIdComponentMethods in net.minecraft.server.world with parameters of type MapIdComponentModifier and TypeMethodDescriptionServerWorld.getMapState(MapIdComponent id) voidServerWorld.putMapState(MapIdComponent id, MapState state) -
Uses of MapIdComponent in net.minecraft.world
Methods in net.minecraft.world that return MapIdComponentModifier and TypeMethodDescriptionIdCountsState.increaseAndGetMapId()abstract MapIdComponentWorld.increaseAndGetMapId()Methods in net.minecraft.world with parameters of type MapIdComponentModifier and TypeMethodDescriptionWorld.getMapState(MapIdComponent id) abstract voidWorld.putMapState(MapIdComponent id, MapState state)