Uses of Record Class
net.minecraft.item.map.MapState.UpdateData
Packages that use MapState.UpdateData
-
Uses of MapState.UpdateData in net.minecraft.item.map
Fields in net.minecraft.item.map with type parameters of type MapState.UpdateDataModifier and TypeFieldDescriptionstatic final PacketCodec
<ByteBuf, Optional<MapState.UpdateData>> MapState.UpdateData.CODEC
Methods in net.minecraft.item.map that return MapState.UpdateDataModifier and TypeMethodDescriptionprivate MapState.UpdateData
MapState.PlayerUpdateTracker.getMapUpdateData()
Methods in net.minecraft.item.map that return types with arguments of type MapState.UpdateDataMethod parameters in net.minecraft.item.map with type arguments of type MapState.UpdateDataModifier and TypeMethodDescriptionprivate static void
MapState.UpdateData.encode
(ByteBuf buf, Optional<MapState.UpdateData> updateData) -
Uses of MapState.UpdateData in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type MapState.UpdateDataModifier and TypeFieldDescriptionprivate final Optional
<MapState.UpdateData> MapUpdateS2CPacket.updateData
The field for theupdateData
record component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type MapState.UpdateDataModifier and TypeMethodDescriptionMapUpdateS2CPacket.updateData()
Returns the value of theupdateData
record component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type MapState.UpdateDataModifierConstructorDescriptionMapUpdateS2CPacket
(MapIdComponent mapId, byte scale, boolean locked, @Nullable Collection<MapDecoration> decorations, MapState.UpdateData updateData)