Uses of Record Class
net.minecraft.component.type.MapDecorationsComponent.Decoration
Packages that use MapDecorationsComponent.Decoration
-
Uses of MapDecorationsComponent.Decoration in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type MapDecorationsComponent.DecorationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MapDecorationsComponent.Decoration> MapDecorationsComponent.Decoration.CODECprivate final Map<String, MapDecorationsComponent.Decoration> MapDecorationsComponent.decorationsThe field for thedecorationsrecord component.Methods in net.minecraft.component.type that return types with arguments of type MapDecorationsComponent.DecorationModifier and TypeMethodDescriptionMapDecorationsComponent.decorations()Returns the value of thedecorationsrecord component.Methods in net.minecraft.component.type with parameters of type MapDecorationsComponent.DecorationModifier and TypeMethodDescriptionMapDecorationsComponent.with(String id, MapDecorationsComponent.Decoration decoration) Constructor parameters in net.minecraft.component.type with type arguments of type MapDecorationsComponent.DecorationModifierConstructorDescriptionMapDecorationsComponent(Map<String, MapDecorationsComponent.Decoration> decorations) Creates an instance of aMapDecorationsComponentrecord class.