public interface ChatCallback
Modifier and Type | Field and Description |
---|---|
static net.fabricmc.fabric.api.event.Event<ChatCallback> |
EVENT |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.ActionResult |
onPlayerChat(net.minecraft.entity.player.PlayerEntity player,
java.lang.String message) |
static final net.fabricmc.fabric.api.event.Event<ChatCallback> EVENT