Uses of Interface
io.papermc.paper.datacomponent.item.CustomModelData.Builder
-
Uses of CustomModelData.Builder in io.papermc.paper.datacomponent.item
Modifier and TypeMethodDescriptionAdds a color to this custom model data.Adds multiple colors to this custom model data.CustomModelData.Builder.addFlag
(boolean flag) Adds a flag to this custom model data.Adds multiple flags to this custom model data.CustomModelData.Builder.addFloat
(float f) Adds a float to this custom model data.Adds multiple floats to this custom model data.Adds a string to this custom model data.CustomModelData.Builder.addStrings
(List<String> strings) Adds multiple strings to this custom model data.static CustomModelData.Builder
CustomModelData.customModelData()