Package com.petarmc.lib.chat
Interface ExactMatchHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for handling exact chat message matches.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonExactMatch(String message, String matchId) Called when a chat message exactly matches a registered string.
-
Method Details
-
onExactMatch
-