Interface DialogConditionHandler
- All Known Implementing Classes:
AlwaysDialogConditionHandler,NeverDialogConditionHandler
public interface DialogConditionHandler
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheck(net.minestom.server.entity.Player player, Dialog dialog, DialogButton button, DialogueRenderer renderer, Params params)
-
Method Details
-
check
boolean check(net.minestom.server.entity.Player player, Dialog dialog, DialogButton button, DialogueRenderer renderer, Params params)
-