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.CODEC
private final Map
<String, MapDecorations.Entry> MapDecorations.decorations
The field for thedecorations
record component.Methods in net.minecraft.world.item.component that return types with arguments of type MapDecorations.EntryModifier and TypeMethodDescriptionMapDecorations.decorations()
Returns the value of thedecorations
record component.Methods in net.minecraft.world.item.component with parameters of type MapDecorations.EntryModifier and TypeMethodDescriptionMapDecorations.withDecoration
(String p_331258_, MapDecorations.Entry p_330416_) Constructor parameters in net.minecraft.world.item.component with type arguments of type MapDecorations.EntryModifierConstructorDescriptionMapDecorations
(Map<String, MapDecorations.Entry> decorations) Creates an instance of aMapDecorations
record class.