Uses of Record Class
net.minecraft.world.level.saveddata.maps.MapItemSavedData.MapPatch
-
Uses of MapItemSavedData.MapPatch in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final Optional
<MapItemSavedData.MapPatch> ClientboundMapItemDataPacket.colorPatch
The field for thecolorPatch
record component.Modifier and TypeMethodDescriptionClientboundMapItemDataPacket.colorPatch()
Returns the value of thecolorPatch
record component.ModifierConstructorDescriptionClientboundMapItemDataPacket
(MapId p_324389_, byte p_323701_, boolean p_323593_, Collection<MapDecoration> p_324520_, MapItemSavedData.MapPatch p_324306_) -
Uses of MapItemSavedData.MapPatch in net.minecraft.world.level.saveddata.maps
Modifier and TypeFieldDescriptionstatic final StreamCodec
<io.netty.buffer.ByteBuf, Optional<MapItemSavedData.MapPatch>> MapItemSavedData.MapPatch.STREAM_CODEC
Modifier and TypeMethodDescriptionprivate MapItemSavedData.MapPatch
MapItemSavedData.HoldingPlayer.createPatch()
Modifier and TypeMethodDescriptionprivate static Optional
<MapItemSavedData.MapPatch> MapItemSavedData.MapPatch.read
(io.netty.buffer.ByteBuf p_323587_) Modifier and TypeMethodDescriptionprivate static void
MapItemSavedData.MapPatch.write
(io.netty.buffer.ByteBuf p_323934_, Optional<MapItemSavedData.MapPatch> p_323549_)