public abstract class HealerEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Class and Description |
---|---|
static class |
HealerEvent.Post
Fires on the server but is sent by the client once the healer finishes to heal the party.
|
static class |
HealerEvent.Pre
Fires on the server before the healer starts the process, can be cancelled.
|
Modifier and Type | Field and Description |
---|---|
net.minecraft.entity.player.EntityPlayer |
player |
Modifier | Constructor and Description |
---|---|
protected |
HealerEvent(net.minecraft.entity.player.EntityPlayer player) |