Uses of Enum Class
org.bukkit.block.banner.PatternType
-
Uses of PatternType in org.bukkit.block.banner
Modifier and TypeMethodDescriptionstatic PatternType
PatternType.getByIdentifier(String identifier)
Returns the pattern type which matches the passed identifier or null if no matches are foundPattern.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(DyeColor color, PatternType pattern)
Creates a new pattern from the specified color and pattern type