Class SpigotConfirmationMenuBuilder
java.lang.Object
com.guflimc.brick.gui.spigot.builder.SpigotConfirmationMenuBuilder
- All Implemented Interfaces:
ISpigotConfirmationMenuBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ISpigotMenubuild()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)
-
Constructor Details
-
Method Details
-
withDisplay
public final SpigotConfirmationMenuBuilder withDisplay(@NotNull @NotNull org.bukkit.inventory.ItemStack item) - Specified by:
withDisplayin interfaceISpigotConfirmationMenuBuilder
-
withAcceptItem
public final SpigotConfirmationMenuBuilder withAcceptItem(@NotNull @NotNull org.bukkit.inventory.ItemStack item) - Specified by:
withAcceptItemin interfaceISpigotConfirmationMenuBuilder
-
withAcceptItemName
public final SpigotConfirmationMenuBuilder withAcceptItemName(@NotNull @NotNull net.kyori.adventure.text.Component text) - Specified by:
withAcceptItemNamein interfaceISpigotConfirmationMenuBuilder
-
withAcceptItemName
- Specified by:
withAcceptItemNamein interfaceISpigotConfirmationMenuBuilder
-
withDenyItem
public final SpigotConfirmationMenuBuilder withDenyItem(@NotNull @NotNull org.bukkit.inventory.ItemStack item) - Specified by:
withDenyItemin interfaceISpigotConfirmationMenuBuilder
-
withDenyItemName
public final SpigotConfirmationMenuBuilder withDenyItemName(@NotNull @NotNull net.kyori.adventure.text.Component text) - Specified by:
withDenyItemNamein interfaceISpigotConfirmationMenuBuilder
-
withDenyItemName
- Specified by:
withDenyItemNamein interfaceISpigotConfirmationMenuBuilder
-
withTitle
- Specified by:
withTitlein interfaceISpigotConfirmationMenuBuilder
-
withTitle
public final SpigotConfirmationMenuBuilder withTitle(@NotNull @NotNull net.kyori.adventure.text.Component title) - Specified by:
withTitlein interfaceISpigotConfirmationMenuBuilder
-
withAccept
- Specified by:
withAcceptin interfaceISpigotConfirmationMenuBuilder
-
withDeny
- Specified by:
withDenyin interfaceISpigotConfirmationMenuBuilder
-
build
- Specified by:
buildin interfaceISpigotConfirmationMenuBuilder
-