JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.github.bakedlibs.dough.chat
Interface ChatInputHandler
All Superinterfaces:
Predicate
<
String
>
public interface
ChatInputHandler
extends
Predicate
<
String
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onChat
(
Player
p,
String
msg)
Methods inherited from interface java.util.function.
Predicate
and
,
negate
,
or
,
test
Method Details
onChat
@ParametersAreNonnullByDefault
void
onChat
(
Player
p,
String
msg)