Uses of Enum Class
org.bukkit.block.banner.PatternType
Package
Description
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 org.bukkit.block.banner
Modifier and TypeMethodDescriptionstatic @Nullable PatternType
PatternType.getByIdentifier
(@Nullable 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
(@NotNull DyeColor color, @NotNull PatternType pattern) Creates a new pattern from the specified color and pattern type