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 io.papermc.paper.event.player
Methods in io.papermc.paper.event.player that return PatternTypeModifier and TypeMethodDescriptionPlayerLoomPatternSelectEvent.getPatternType()
Gets the pattern type selected.Methods in io.papermc.paper.event.player with parameters of type PatternTypeModifier and TypeMethodDescriptionvoid
PlayerLoomPatternSelectEvent.setPatternType
(@NotNull PatternType patternType) Sets the pattern type selected.Constructors in io.papermc.paper.event.player with parameters of type PatternTypeModifierConstructorDescriptionPlayerLoomPatternSelectEvent
(@NotNull Player player, @NotNull LoomInventory loomInventory, @NotNull PatternType patternType) -
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 @Nullable PatternType
PatternType.getByIdentifier
(@Nullable String identifier) Deprecated.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
(@NotNull DyeColor color, @NotNull PatternType pattern) Creates a new pattern from the specified color and pattern type
Registry.get(NamespacedKey)
instead