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.NBTCompound
asNBT()
default @NotNull String
static @NotNull TrimMaterial
create
(@NotNull NamespaceID namespace, @NotNull String assetName, @NotNull Material ingredient, float itemModelIndex, @NotNull Map<String, String> overrideArmorMaterials, @NotNull Component description) static @NotNull TrimMaterial
create
(@NotNull NamespaceID namespace, @NotNull String assetName, @NotNull Material ingredient, float itemModelIndex, @NotNull Map<String, String> overrideArmorMaterials, @NotNull Component description, Registry.Properties custom) default @NotNull Component
default @NotNull Material
default float
default @NotNull NamespaceID
registry()
static Collection
<TrimMaterial> values()
Methods inherited from interface net.minestom.server.registry.ProtocolObject
key, name
Methods 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:
namespace
in interfaceProtocolObject
-
assetName
-
ingredient
-
itemModelIndex
default float itemModelIndex() -
overrideArmorMaterials
-
description
-
asNBT
org.jglrxavpok.hephaistos.nbt.NBTCompound asNBT()
-