Uses of Interface
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.
Package for
InventoryView child interfaces that
house further usability for InventoryView.-
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 TypeMethodDescriptionvoidPlayerLoomPatternSelectEvent.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 io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type PatternTypeModifier and TypeFieldDescriptionstatic final RegistryKey<PatternType> RegistryKey.BANNER_PATTERN -
Uses of PatternType in org.bukkit
Fields in org.bukkit with type parameters of type PatternTypeModifier and TypeFieldDescriptionstatic final Registry<PatternType> Registry.BANNER_PATTERNDeprecated. -
Uses of PatternType in org.bukkit.block.banner
Fields in org.bukkit.block.banner declared as PatternTypeModifier and TypeFieldDescriptionstatic final PatternTypePatternType.BASEstatic final PatternTypePatternType.BORDERstatic final PatternTypePatternType.BRICKSstatic final PatternTypePatternType.CIRCLEstatic final PatternTypePatternType.CREEPERstatic final PatternTypePatternType.CROSSstatic final PatternTypePatternType.CURLY_BORDERstatic final PatternTypePatternType.DIAGONAL_LEFTstatic final PatternTypePatternType.DIAGONAL_RIGHTstatic final PatternTypePatternType.DIAGONAL_UP_LEFTstatic final PatternTypePatternType.DIAGONAL_UP_RIGHTstatic final PatternTypePatternType.FLOWstatic final PatternTypePatternType.FLOWERstatic final PatternTypePatternType.GLOBEstatic final PatternTypePatternType.GRADIENTstatic final PatternTypePatternType.GRADIENT_UPstatic final PatternTypePatternType.GUSTERstatic final PatternTypePatternType.HALF_HORIZONTALstatic final PatternTypePatternType.HALF_HORIZONTAL_BOTTOMstatic final PatternTypePatternType.HALF_VERTICALstatic final PatternTypePatternType.HALF_VERTICAL_RIGHTstatic final PatternTypePatternType.MOJANGstatic final PatternTypePatternType.PIGLINstatic final PatternTypePatternType.RHOMBUSstatic final PatternTypePatternType.SKULLstatic final PatternTypePatternType.SMALL_STRIPESstatic final PatternTypePatternType.SQUARE_BOTTOM_LEFTstatic final PatternTypePatternType.SQUARE_BOTTOM_RIGHTstatic final PatternTypePatternType.SQUARE_TOP_LEFTstatic final PatternTypePatternType.SQUARE_TOP_RIGHTstatic final PatternTypePatternType.STRAIGHT_CROSSstatic final PatternTypePatternType.STRIPE_BOTTOMstatic final PatternTypePatternType.STRIPE_CENTERstatic final PatternTypePatternType.STRIPE_DOWNLEFTstatic final PatternTypePatternType.STRIPE_DOWNRIGHTstatic final PatternTypePatternType.STRIPE_LEFTstatic final PatternTypePatternType.STRIPE_MIDDLEstatic final PatternTypePatternType.STRIPE_RIGHTstatic final PatternTypePatternType.STRIPE_TOPstatic final PatternTypePatternType.TRIANGLE_BOTTOMstatic final PatternTypePatternType.TRIANGLE_TOPstatic final PatternTypePatternType.TRIANGLES_BOTTOMstatic final PatternTypePatternType.TRIANGLES_TOPMethods in org.bukkit.block.banner that return PatternTypeModifier and TypeMethodDescriptionstatic @Nullable PatternTypePatternType.getByIdentifier(@Nullable String identifier) Deprecated, for removal: This API element is subject to removal in a future version.magic value, useRegistry.get(NamespacedKey)insteadPattern.getPattern()Returns the type of patternstatic @NotNull PatternTypeDeprecated.only for backwards compatibility, useRegistry.get(NamespacedKey)instead.static @NotNull PatternType[]PatternType.values()Deprecated.useIterable.iterator().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 -
Uses of PatternType in org.bukkit.inventory.view
Methods in org.bukkit.inventory.view that return types with arguments of type PatternTypeModifier and TypeMethodDescriptionLoomView.getSelectablePatterns()Gets a list of all selectable to the player.
RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey)withRegistryKey.BANNER_PATTERN