Class BannerBuilder
java.lang.Object
com.guflimc.brick.gui.spigot.item.AbstractItemStackBuilder<BannerBuilder>
com.guflimc.brick.gui.spigot.item.specific.BannerBuilder
-
Field Summary
Fields inherited from class com.guflimc.brick.gui.spigot.item.AbstractItemStackBuilder
itemStack
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BannerBuilder
create
(org.bukkit.DyeColor color) withBannerPattern
(int layer, org.bukkit.block.banner.Pattern pattern) withBannerPattern
(int layer, org.bukkit.DyeColor color, org.bukkit.block.banner.PatternType type) withBannerPattern
(org.bukkit.block.banner.Pattern pattern) withBannerPattern
(org.bukkit.DyeColor color, org.bukkit.block.banner.PatternType type) withBannerPatterns
(List<org.bukkit.block.banner.Pattern> patterns) withBannerPatterns
(org.bukkit.block.banner.Pattern... patterns) Methods inherited from class com.guflimc.brick.gui.spigot.item.AbstractItemStackBuilder
apply, apply, apply, applyMeta, applyMeta, build, clearEnchantments, clearLore, hideAttributes, showAttributes, transform, withAmount, withEnchantment, withEnchantment, withItemFlag, withLore, withLore, withLore, withName, withName, withoutItemFlag, withToolDamage, withType
-
Constructor Details
-
BannerBuilder
protected BannerBuilder(org.bukkit.inventory.ItemStack itemStack)
-
-
Method Details
-
create
-
withBannerPattern
-
withBannerPattern
public BannerBuilder withBannerPattern(org.bukkit.DyeColor color, org.bukkit.block.banner.PatternType type) -
withBannerPattern
-
withBannerPattern
public BannerBuilder withBannerPattern(int layer, org.bukkit.DyeColor color, org.bukkit.block.banner.PatternType type) -
withBannerPatterns
-
withBannerPatterns
-