Package com.jackdaw.chatwithnpc.listener
Interface PlayerSendMessageCallback
public interface PlayerSendMessageCallback
Callback for player sending message.
Is hooked in before the spectator check, so make sure to check for the player's game mode as well!
Upon return:
- SUCCESS cancels further processing and, on the client, sends a packet to the server.
- PASS falls back to further processing.
- FAIL cancels further processing and does not send a packet to the server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<PlayerSendMessageCallback>
-
Method Summary
-
Field Details
-
EVENT
-
-
Method Details
-
interact
net.minecraft.util.ActionResult interact(net.minecraft.entity.player.PlayerEntity player, String message)
-