Uses of Enum Class
org.bukkit.block.banner.PatternType
Packages that use PatternType
Package
Description
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.block.banner
Methods in org.bukkit.block.banner that return PatternTypeModifier 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.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