Package net.minestom.server.item.armor
Interface TrimPattern
- All Superinterfaces:
net.kyori.adventure.key.Keyed,ProtocolObject,StaticProtocolObject
-
Method Summary
Modifier and TypeMethodDescriptionorg.jglrxavpok.hephaistos.nbt.NBTCompoundasNBT()default @NotNull NamespaceIDassetID()static @NotNull TrimPatterncreate(@NotNull NamespaceID namespace, @NotNull NamespaceID assetID, @NotNull Material template, @NotNull Component description, boolean decal) static @NotNull TrimPatterncreate(@NotNull NamespaceID namespace, @NotNull NamespaceID assetID, @NotNull Material template, @NotNull Component description, boolean decal, Registry.Properties custom) default booleandecal()default @NotNull Componentdefault @NotNull NamespaceIDregistry()default @NotNull Materialtemplate()static Collection<TrimPattern> 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 TrimPattern create(@NotNull @NotNull NamespaceID namespace, @NotNull @NotNull NamespaceID assetID, @NotNull @NotNull Material template, @NotNull @NotNull Component description, boolean decal, @NotNull Registry.Properties custom) -
create
@NotNull static @NotNull TrimPattern create(@NotNull @NotNull NamespaceID namespace, @NotNull @NotNull NamespaceID assetID, @NotNull @NotNull Material template, @NotNull @NotNull Component description, boolean decal) -
values
-
registry
-
namespace
- Specified by:
namespacein interfaceProtocolObject
-
assetID
-
template
-
description
-
decal
default boolean decal() -
asNBT
org.jglrxavpok.hephaistos.nbt.NBTCompound asNBT()
-