Interface DialogueAction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A named action executed during dialogue traversal (enter, option-select).
Registered via
DialogueManager.registerAction(String, DialogueAction).-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(net.minecraft.server.level.ServerPlayer player, DialogueSession session)
-
Method Details
-
execute
-