Class ShieldBuilder

java.lang.Object
com.guflimc.brick.gui.spigot.item.AbstractItemStackBuilder<ShieldBuilder>
com.guflimc.brick.gui.spigot.item.specific.ShieldBuilder

public class ShieldBuilder extends AbstractItemStackBuilder<ShieldBuilder>
  • Constructor Details

    • ShieldBuilder

      protected ShieldBuilder(org.bukkit.DyeColor color)
  • Method Details

    • create

      public static ShieldBuilder create(org.bukkit.DyeColor color)
    • withBannerPattern

      public ShieldBuilder withBannerPattern(org.bukkit.block.banner.Pattern pattern)
    • withBannerPattern

      public ShieldBuilder withBannerPattern(org.bukkit.DyeColor color, org.bukkit.block.banner.PatternType type)
    • withBannerPattern

      public ShieldBuilder withBannerPattern(int layer, org.bukkit.block.banner.Pattern pattern)
    • withBannerPattern

      public ShieldBuilder withBannerPattern(int layer, org.bukkit.DyeColor color, org.bukkit.block.banner.PatternType type)
    • withBannerPatterns

      public ShieldBuilder withBannerPatterns(org.bukkit.block.banner.Pattern... patterns)
    • withBannerPatterns

      public ShieldBuilder withBannerPatterns(List<org.bukkit.block.banner.Pattern> patterns)