public class DialogueInputEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Pixelmon.EVENT_BUS
in response to a DialogueInputScreen
action
Created by Jay113355 on 8/15/2020.Modifier and Type | Class and Description |
---|---|
static class |
DialogueInputEvent.ClosedScreen
Fired when a player closes a
DialogueInputScreen without sending data. |
static class |
DialogueInputEvent.Submitted
Fired when a player presses enter on a
DialogueInputScreen |
Constructor and Description |
---|
DialogueInputEvent(net.minecraft.entity.player.EntityPlayerMP player) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.entity.player.EntityPlayerMP |
getPlayer() |