Uses of Record Class
net.minecraft.item.map.MapDecoration
Packages that use MapDecoration
Package
Description
-
Uses of MapDecoration in net.minecraft.client.texture
Methods in net.minecraft.client.texture with parameters of type MapDecoration -
Uses of MapDecoration in net.minecraft.item.map
Fields in net.minecraft.item.map with type parameters of type MapDecorationModifier and TypeFieldDescriptionstatic final PacketCodec
<RegistryByteBuf, MapDecoration> MapDecoration.CODEC
(package private) final Map
<String, MapDecoration> MapState.decorations
Methods in net.minecraft.item.map that return types with arguments of type MapDecorationMethod parameters in net.minecraft.item.map with type arguments of type MapDecorationModifier and TypeMethodDescriptionvoid
MapState.replaceDecorations
(List<MapDecoration> decorations) -
Uses of MapDecoration in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type MapDecorationModifier and TypeFieldDescriptionprivate final Optional
<List<MapDecoration>> MapUpdateS2CPacket.decorations
The field for thedecorations
record component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type MapDecorationModifier and TypeMethodDescriptionMapUpdateS2CPacket.decorations()
Returns the value of thedecorations
record component.Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type MapDecorationModifierConstructorDescriptionMapUpdateS2CPacket
(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)