Uses of Enum Class
org.bukkit.block.banner.PatternType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relevant to banner blocks.
-
Uses of PatternType in io.papermc.paper.event.player
Modifier and TypeMethodDescriptionPlayerLoomPatternSelectEvent.getPatternType()
Gets the pattern type selected.Modifier and TypeMethodDescriptionvoid
PlayerLoomPatternSelectEvent.setPatternType
(@NotNull PatternType patternType) Sets the pattern type selected.ModifierConstructorDescriptionPlayerLoomPatternSelectEvent
(@NotNull Player player, @NotNull LoomInventory loomInventory, @NotNull PatternType patternType) -
Uses of PatternType in io.papermc.paper.registry
Modifier and TypeFieldDescriptionstatic final RegistryKey
<PatternType> RegistryKey.BANNER_PATTERN
-
Uses of PatternType in org.bukkit
Modifier and TypeFieldDescriptionstatic final Registry
<PatternType> Registry.BANNER_PATTERN
Server banner patterns. -
Uses of PatternType in org.bukkit.block.banner
Modifier and TypeMethodDescriptionstatic @Nullable PatternType
PatternType.getByIdentifier
(@Nullable String identifier) Deprecated, for removal: This API element is subject to removal in a future version.Pattern.getPattern()
Returns the type of patternstatic PatternType
Returns the enum constant of this class with the specified name.static PatternType[]
PatternType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPattern
(@NotNull DyeColor color, @NotNull PatternType pattern) Creates a new pattern from the specified color and pattern type
Registry.get(NamespacedKey)
instead