Package net.minestom.server.item.armor
Interface TrimMaterial
- All Superinterfaces:
net.kyori.adventure.key.Keyed,ProtocolObject,StaticProtocolObject
-
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 Component description) static @NotNull TrimMaterialcreate(@NotNull NamespaceID namespace, @NotNull String assetName, @NotNull Material ingredient, float itemModelIndex, @NotNull Map<String, String> overrideArmorMaterials, @NotNull Component description, Registry.Properties custom) default @NotNull Componentdefault @NotNull Materialdefault floatdefault @NotNull NamespaceIDregistry()static Collection<TrimMaterial> values()Methods inherited from interface net.minestom.server.registry.ProtocolObject
key, nameMethods inherited from interface net.minestom.server.registry.StaticProtocolObject
id
-
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 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 Component description) -
values
-
registry
-
namespace
- Specified by:
namespacein interfaceProtocolObject
-
assetName
-
ingredient
-
itemModelIndex
default float itemModelIndex() -
overrideArmorMaterials
-
description
-
asNBT
org.jglrxavpok.hephaistos.nbt.NBTCompound asNBT()
-