public class DialogueEndedEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Dialogue set.
This is fired after the closure of the GUI to guarantee safety to modify the player's
screen.
This event serves only as a notifier. It provides by design no means of cancelling the closure or modifying existing GUIs.
Created by Hiroku
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.entity.player.EntityPlayerMP |
player
The player closing the GUI
|
| Constructor and Description |
|---|
DialogueEndedEvent(net.minecraft.entity.player.EntityPlayerMP player) |