Uses of Enum Class
org.bukkit.block.banner.PatternType
Packages that use PatternType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relevant to banner blocks.
-
Uses of PatternType in org.bukkit
Fields in org.bukkit with type parameters of type PatternTypeModifier and TypeFieldDescriptionstatic final Registry
<PatternType> Registry.BANNER_PATTERN
Server banner patterns. -
Uses of PatternType in org.bukkit.block.banner
Methods in org.bukkit.block.banner that return PatternTypeModifier and TypeMethodDescriptionstatic PatternType
PatternType.getByIdentifier
(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.Constructors in org.bukkit.block.banner with parameters of type PatternTypeModifierConstructorDescriptionPattern
(DyeColor color, PatternType pattern) Creates a new pattern from the specified color and pattern type
Registry.get(NamespacedKey)
instead