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 org.bukkit
Fields in org.bukkit with type parameters of type PatternTypeModifier and TypeFieldDescriptionstatic final Registry<PatternType> Registry.BANNER_PATTERNServer banner patterns. -
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 PatternTypePatternType.getByIdentifier(String identifier) Deprecated, for removal: This API element is subject to removal in a future version.Pattern.getPattern()Returns the type of patternstatic PatternTypeDeprecated.only for backwards compatibility, useRegistry.get(NamespacedKey)instead.static PatternType[]PatternType.values()Deprecated.useIterable.iterator().Constructors in org.bukkit.block.banner with parameters of type PatternTypeModifierConstructorDescriptionPattern(DyeColor color, 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.
Registry.get(NamespacedKey)instead