Package org.bukkit.inventory.meta.trim
Interface TrimPattern
- All Superinterfaces:
net.kyori.adventure.key.Keyed,Keyed,Translatable
Represents a pattern that may be used in an
ArmorTrim.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPatternstatic final TrimPattern -
Method Summary
Modifier and TypeMethodDescription@NotNull net.kyori.adventure.text.ComponentGet the description of thisTrimPattern.@NotNull NamespacedKeygetKey()Deprecated, for removal: This API element is subject to removal in a future version.@NotNull StringDeprecated, 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 net.kyori.adventure.key.Keykey()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 net.kyori.adventure.text.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:TranslatableGet the translation key, suitable for use in a translation component.- Specified by:
getTranslationKeyin 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:KeyedReturn 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:KeyedReturns the unique identifier for this object.
-
Registry.getKey(Keyed),RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey), andRegistryKey.TRIM_PATTERN.