Class ShieldBuilder
java.lang.Object
com.guflimc.brick.gui.spigot.item.AbstractItemStackBuilder<ShieldBuilder>
com.guflimc.brick.gui.spigot.item.specific.ShieldBuilder
-
Field Summary
Fields inherited from class com.guflimc.brick.gui.spigot.item.AbstractItemStackBuilder
itemStack -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ShieldBuildercreate(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
-
ShieldBuilder
protected ShieldBuilder(org.bukkit.DyeColor color)
-
-
Method Details
-
create
-
withBannerPattern
-
withBannerPattern
public ShieldBuilder withBannerPattern(org.bukkit.DyeColor color, org.bukkit.block.banner.PatternType type) -
withBannerPattern
-
withBannerPattern
public ShieldBuilder withBannerPattern(int layer, org.bukkit.DyeColor color, org.bukkit.block.banner.PatternType type) -
withBannerPatterns
-
withBannerPatterns
-