Package de.smoofy.core.api.builder
Klasse InventoryBuilder
java.lang.Object
de.smoofy.core.api.builder.InventoryBuilder
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungadd
(ItemBuilder itemBuilder) org.bukkit.inventory.Inventory
build()
clear
(int... slots) fill
(ItemBuilder itemBuilder) static InventoryBuilder
of
(@Nullable net.kyori.adventure.text.Component title, int rows) static InventoryBuilder
of
(org.bukkit.event.inventory.InventoryType inventoryType, @Nullable net.kyori.adventure.text.Component title) static InventoryBuilder
of
(@NotNull org.bukkit.inventory.Inventory inventory) static InventoryBuilder
of
(@Nullable org.bukkit.inventory.InventoryHolder inventoryHolder, @Nullable net.kyori.adventure.text.Component title, int rows) static InventoryBuilder
of
(@Nullable org.bukkit.inventory.InventoryHolder inventoryHolder, org.bukkit.event.inventory.InventoryType inventoryType, @Nullable net.kyori.adventure.text.Component title) set
(ItemBuilder itemBuilder, int... slots)
-
Methodendetails
-
of
-
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
-
clear
-
fill
-
add
-
build
public org.bukkit.inventory.Inventory build()
-