Klasse InventoryBuilder

java.lang.Object
de.smoofy.core.api.builder.InventoryBuilder

public class InventoryBuilder extends Object
  • Methodendetails

    • of

      public static InventoryBuilder of(@NotNull @NotNull org.bukkit.inventory.Inventory inventory)
    • of

      public static InventoryBuilder of(@Nullable @Nullable net.kyori.adventure.text.Component title, int rows)
    • of

      public static InventoryBuilder of(@Nullable @Nullable org.bukkit.inventory.InventoryHolder inventoryHolder, @Nullable @Nullable net.kyori.adventure.text.Component title, int rows)
    • of

      public static InventoryBuilder of(org.bukkit.event.inventory.InventoryType inventoryType, @Nullable @Nullable net.kyori.adventure.text.Component title)
    • of

      public static InventoryBuilder of(@Nullable @Nullable org.bukkit.inventory.InventoryHolder inventoryHolder, org.bukkit.event.inventory.InventoryType inventoryType, @Nullable @Nullable net.kyori.adventure.text.Component title)
    • set

      public InventoryBuilder set(ItemBuilder itemBuilder, int... slots)
    • clear

      public InventoryBuilder clear(int... slots)
    • fill

      public InventoryBuilder fill(ItemBuilder itemBuilder)
    • add

      public InventoryBuilder add(ItemBuilder itemBuilder)
    • build

      public org.bukkit.inventory.Inventory build()