Uses of Record Class
net.minecraft.world.level.saveddata.maps.MapItemSavedData.MapPatch
Packages that use MapItemSavedData.MapPatch
-
Uses of MapItemSavedData.MapPatch in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type MapItemSavedData.MapPatchModifier and TypeFieldDescriptionprivate final Optional
<MapItemSavedData.MapPatch> ClientboundMapItemDataPacket.colorPatch
The field for thecolorPatch
record component.Methods in net.minecraft.network.protocol.game that return types with arguments of type MapItemSavedData.MapPatchModifier and TypeMethodDescriptionClientboundMapItemDataPacket.colorPatch()
Returns the value of thecolorPatch
record component.Constructors in net.minecraft.network.protocol.game with parameters of type MapItemSavedData.MapPatchModifierConstructorDescriptionClientboundMapItemDataPacket
(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
Fields in net.minecraft.world.level.saveddata.maps with type parameters of type MapItemSavedData.MapPatchModifier and TypeFieldDescriptionstatic final StreamCodec
<io.netty.buffer.ByteBuf, Optional<MapItemSavedData.MapPatch>> MapItemSavedData.MapPatch.STREAM_CODEC
Methods in net.minecraft.world.level.saveddata.maps that return MapItemSavedData.MapPatchModifier and TypeMethodDescriptionprivate MapItemSavedData.MapPatch
MapItemSavedData.HoldingPlayer.createPatch()
Methods in net.minecraft.world.level.saveddata.maps that return types with arguments of type MapItemSavedData.MapPatchModifier and TypeMethodDescriptionprivate static Optional
<MapItemSavedData.MapPatch> MapItemSavedData.MapPatch.read
(io.netty.buffer.ByteBuf p_323587_) Method parameters in net.minecraft.world.level.saveddata.maps with type arguments of type MapItemSavedData.MapPatchModifier and TypeMethodDescriptionprivate static void
MapItemSavedData.MapPatch.write
(io.netty.buffer.ByteBuf p_323934_, Optional<MapItemSavedData.MapPatch> p_323549_)