Class ListField<E,S extends Sender>
java.lang.Object
ru.cwcode.commands.extra.builder.list.ListField<E,S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetHover(BiFunction<E, S, net.kyori.adventure.text.Component> hover) voidvoidsetOnClick(BiConsumer<E, S> onClick) voidsetShouldShow(BiFunction<E, S, Boolean> shouldShow) voidsetText(BiFunction<E, S, net.kyori.adventure.text.Component> text)
-
Constructor Details
-
ListField
public ListField()
-
-
Method Details
-
setName
-
setText
-
setHover
-
setOnClick
-
setShouldShow
-