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.NBTCompound
asNBT()
default @NotNull NamespaceID
assetID()
static @NotNull TrimPattern
create
(@NotNull NamespaceID namespace, @NotNull NamespaceID assetID, @NotNull Material template, @NotNull Component description, boolean decal) static @NotNull TrimPattern
create
(@NotNull NamespaceID namespace, @NotNull NamespaceID assetID, @NotNull Material template, @NotNull Component description, boolean decal, Registry.Properties custom) default boolean
decal()
default @NotNull Component
default @NotNull NamespaceID
registry()
default @NotNull Material
template()
static Collection
<TrimPattern> 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 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:
namespace
in interfaceProtocolObject
-
assetID
-
template
-
description
-
decal
default boolean decal() -
asNBT
org.jglrxavpok.hephaistos.nbt.NBTCompound asNBT()
-