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.Inventorybuild()clear(int... slots) fill(ItemBuilder itemBuilder) static InventoryBuilderof(@Nullable net.kyori.adventure.text.Component title, int rows) static InventoryBuilderof(org.bukkit.event.inventory.InventoryType inventoryType, @Nullable net.kyori.adventure.text.Component title) static InventoryBuilderof(@NotNull org.bukkit.inventory.Inventory inventory) static InventoryBuilderof(@Nullable org.bukkit.inventory.InventoryHolder inventoryHolder, @Nullable net.kyori.adventure.text.Component title, int rows) static InventoryBuilderof(@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()
-