public class DialogueEndedEvent
extends net.minecraftforge.eventbus.api.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.
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.entity.player.ServerPlayerEntity |
player
The player closing the GUI
|
| Constructor and Description |
|---|
DialogueEndedEvent(net.minecraft.entity.player.ServerPlayerEntity player) |