Uses of Record Class
net.minecraft.world.item.component.MapDecorations.Entry
Packages that use MapDecorations.Entry
-
Uses of MapDecorations.Entry in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component with type parameters of type MapDecorations.EntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MapDecorations.Entry> MapDecorations.Entry.CODECprivate final Map<String, MapDecorations.Entry> MapDecorations.decorationsThe field for thedecorationsrecord component.Methods in net.minecraft.world.item.component that return types with arguments of type MapDecorations.EntryModifier and TypeMethodDescriptionMapDecorations.decorations()Returns the value of thedecorationsrecord component.Methods in net.minecraft.world.item.component with parameters of type MapDecorations.EntryModifier and TypeMethodDescriptionMapDecorations.withDecoration(String type, MapDecorations.Entry entry) Constructor parameters in net.minecraft.world.item.component with type arguments of type MapDecorations.EntryModifierConstructorDescriptionMapDecorations(Map<String, MapDecorations.Entry> decorations) Creates an instance of aMapDecorationsrecord class.