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.colorPatchThe field for thecolorPatchrecord component.Methods in net.minecraft.network.protocol.game that return types with arguments of type MapItemSavedData.MapPatchModifier and TypeMethodDescriptionClientboundMapItemDataPacket.colorPatch()Returns the value of thecolorPatchrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type MapItemSavedData.MapPatchModifierConstructorDescriptionClientboundMapItemDataPacket(MapId mapId, byte scale, boolean locked, @Nullable Collection<MapDecoration> decorations, @Nullable MapItemSavedData.MapPatch colorPatch) -
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_CODECMethods in net.minecraft.world.level.saveddata.maps that return MapItemSavedData.MapPatchModifier and TypeMethodDescriptionprivate MapItemSavedData.MapPatchMapItemSavedData.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 input) Method parameters in net.minecraft.world.level.saveddata.maps with type arguments of type MapItemSavedData.MapPatchModifier and TypeMethodDescriptionprivate static voidMapItemSavedData.MapPatch.write(io.netty.buffer.ByteBuf output, Optional<MapItemSavedData.MapPatch> optional)