Package org.bukkit.inventory.meta.trim
Interface TrimPattern
- All Superinterfaces:
Keyed
,Keyed
,Translatable
Represents a pattern that may be used in an
ArmorTrim
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
static final TrimPattern
-
Method Summary
Modifier and TypeMethodDescription@NotNull Component
Get the description of thisTrimPattern
.@NotNull NamespacedKey
getKey()
Deprecated, for removal: This API element is subject to removal in a future version.@NotNull String
Deprecated, for removal: This API element is subject to removal in a future version.this method assumes thatdescription()
will always be a translatable component which is not guaranteed.default @NotNull Key
key()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
BOLT
-
COAST
-
DUNE
-
EYE
-
FLOW
-
HOST
-
RAISER
-
RIB
-
SENTRY
-
SHAPER
-
SILENCE
-
SNOUT
-
SPIRE
-
TIDE
-
VEX
-
WARD
-
WAYFINDER
-
WILD
-
-
Method Details
-
description
@NotNull Component description()Get the description of thisTrimPattern
.- Returns:
- the description
-
getTranslationKey
Deprecated, for removal: This API element is subject to removal in a future version.this method assumes thatdescription()
will always be a translatable component which is not guaranteed.Description copied from interface:Translatable
Get the translation key, suitable for use in a translation component.- Specified by:
getTranslationKey
in interfaceTranslatable
- Returns:
- the translation key
-
getKey
Deprecated, for removal: This API element is subject to removal in a future version.useRegistry.getKey(Keyed)
,RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey)
, andRegistryKey.TRIM_PATTERN
. TrimPatterns can exist without a key.Description copied from interface:Keyed
Return the namespaced identifier for this object. -
key
Deprecated, for removal: This API element is subject to removal in a future version.useRegistry.getKey(Keyed)
,RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey)
, andRegistryKey.TRIM_PATTERN
. TrimPatterns can exist without a key.Description copied from interface:Keyed
Returns the unique identifier for this object.
-
Registry.getKey(Keyed)
,RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey)
, andRegistryKey.TRIM_PATTERN
.