Uses of Class
org.bukkit.block.banner.PatternType
-
Packages that use PatternType Package Description org.bukkit.block.banner -
-
Uses of PatternType in org.bukkit.block.banner
Methods in org.bukkit.block.banner that return PatternType Modifier and Type Method Description static PatternTypePatternType. getByIdentifier(String identifier)Returns the pattern type which matches the passed identifier or null if no matches are foundPatternTypePattern. getPattern()Returns the type of patternstatic PatternTypePatternType. valueOf(String name)Returns the enum constant of this type with the specified name.static PatternType[]PatternType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bukkit.block.banner with parameters of type PatternType Constructor Description Pattern(DyeColor color, PatternType pattern)Creates a new pattern from the specified color and pattern type
-