Package com.guflimc.brick.gui.spigot.api
Interface ISpigotConfirmationMenuBuilder
- All Known Implementing Classes:
SpigotConfirmationMenuBuilder
public interface ISpigotConfirmationMenuBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAccept
(@NotNull Runnable action) withAcceptItem
(@NotNull org.bukkit.inventory.ItemStack item) withAcceptItemName
(@NotNull String text) withAcceptItemName
(@NotNull net.kyori.adventure.text.Component text) withDenyItem
(@NotNull org.bukkit.inventory.ItemStack item) withDenyItemName
(@NotNull String text) withDenyItemName
(@NotNull net.kyori.adventure.text.Component text) withDisplay
(@NotNull org.bukkit.inventory.ItemStack item) withTitle
(@NotNull net.kyori.adventure.text.Component title)
-
Method Details
-
withDisplay
-
withAcceptItem
-
withAcceptItemName
SpigotConfirmationMenuBuilder withAcceptItemName(@NotNull @NotNull net.kyori.adventure.text.Component text) -
withAcceptItemName
-
withDenyItem
-
withDenyItemName
SpigotConfirmationMenuBuilder withDenyItemName(@NotNull @NotNull net.kyori.adventure.text.Component text) -
withDenyItemName
-
withTitle
-
withTitle
-
withAccept
-
withDeny
-
build
ISpigotMenu build()
-