Package net.minestom.server.item.armor
Interface TrimMaterial
- All Superinterfaces:
net.kyori.adventure.key.Keyed,ProtocolObject
-
Method Summary
Modifier and TypeMethodDescriptionorg.jglrxavpok.hephaistos.nbt.NBTCompoundasNBT()default @NotNull Stringstatic @NotNull TrimMaterialcreate(@NotNull NamespaceID namespace, @NotNull String assetName, @NotNull Material ingredient, float itemModelIndex, @NotNull Map<String, String> overrideArmorMaterials, @NotNull net.kyori.adventure.text.Component description) static @NotNull TrimMaterialcreate(@NotNull NamespaceID namespace, @NotNull String assetName, @NotNull Material ingredient, float itemModelIndex, @NotNull Map<String, String> overrideArmorMaterials, @NotNull net.kyori.adventure.text.Component description, Registry.Properties custom) default @NotNull net.kyori.adventure.text.Componentdefault @NotNull Materialdefault floatdefault @NotNull NamespaceIDregistry()static Collection<TrimMaterial> values()Methods inherited from interface net.minestom.server.registry.ProtocolObject
id, key, name
-
Method Details
-
create
@NotNull static @NotNull TrimMaterial create(@NotNull @NotNull NamespaceID namespace, @NotNull @NotNull String assetName, @NotNull @NotNull Material ingredient, float itemModelIndex, @NotNull @NotNull Map<String, String> overrideArmorMaterials, @NotNull @NotNull net.kyori.adventure.text.Component description, Registry.Properties custom) -
create
@NotNull static @NotNull TrimMaterial create(@NotNull @NotNull NamespaceID namespace, @NotNull @NotNull String assetName, @NotNull @NotNull Material ingredient, float itemModelIndex, @NotNull @NotNull Map<String, String> overrideArmorMaterials, @NotNull @NotNull net.kyori.adventure.text.Component description) -
values
-
registry
-
namespace
- Specified by:
namespacein interfaceProtocolObject
-
assetName
-
ingredient
-
itemModelIndex
default float itemModelIndex() -
overrideArmorMaterials
-
description
@NotNull default @NotNull net.kyori.adventure.text.Component description() -
asNBT
org.jglrxavpok.hephaistos.nbt.NBTCompound asNBT()
-