Uses of Enum Class
net.minecraft.world.item.equipment.trim.TrimMaterials.Palette
Packages that use TrimMaterials.Palette
-
Uses of TrimMaterials.Palette in net.minecraft.client.data.models
Fields in net.minecraft.client.data.models declared as TrimMaterials.PaletteModifier and TypeFieldDescriptionprivate final TrimMaterials.PaletteItemModelGenerators.TrimMaterialData.paletteThe field for thepaletterecord component.Methods in net.minecraft.client.data.models that return TrimMaterials.PaletteModifier and TypeMethodDescriptionItemModelGenerators.TrimMaterialData.palette()Returns the value of thepaletterecord component.Method parameters in net.minecraft.client.data.models with type arguments of type TrimMaterials.PaletteModifier and TypeMethodDescriptionvoidItemModelGenerators.generateTrimmableArmorSet(Item helmet, Item chestplate, Item leggings, Item boots, boolean hasDyedLayer, Map<TrimMaterials.Palette, TrimMaterials.Palette> trimPaletteReplacements) voidItemModelGenerators.generateTrimmableArmorSet(Item helmet, Item chestplate, Item leggings, Item boots, boolean hasDyedLayer, Map<TrimMaterials.Palette, TrimMaterials.Palette> trimPaletteReplacements) voidItemModelGenerators.generateTrimmableItem(Item armor, Identifier slotTrimPrefix, boolean hasDyedLayer, Map<TrimMaterials.Palette, TrimMaterials.Palette> trimPaletteReplacements) voidItemModelGenerators.generateTrimmableItem(Item armor, Identifier slotTrimPrefix, boolean hasDyedLayer, Map<TrimMaterials.Palette, TrimMaterials.Palette> trimPaletteReplacements) Constructors in net.minecraft.client.data.models with parameters of type TrimMaterials.PaletteModifierConstructorDescriptionTrimMaterialData(TrimMaterials.Palette palette, ResourceKey<TrimMaterial> materialKey) Creates an instance of aTrimMaterialDatarecord class. -
Uses of TrimMaterials.Palette in net.minecraft.world.item.equipment.trim
Subclasses with type arguments of type TrimMaterials.Palette in net.minecraft.world.item.equipment.trimMethods in net.minecraft.world.item.equipment.trim that return TrimMaterials.PaletteModifier and TypeMethodDescriptionstatic TrimMaterials.PaletteReturns the enum constant of this class with the specified name.static TrimMaterials.Palette[]TrimMaterials.Palette.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.item.equipment.trim with parameters of type TrimMaterials.PaletteModifier and TypeMethodDescriptionprivate static voidTrimMaterials.register(BootstrapContext<TrimMaterial> context, ResourceKey<TrimMaterial> registryKey, Style hoverTextStyle, TrimMaterials.Palette palette)