public abstract class FossilMachineEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Class and Description |
---|---|
static class |
FossilMachineEvent.PutFossil
Event fires when a player puts a fossil on the machine.
|
static class |
FossilMachineEvent.PutPokeball
Event fires when a player puts a pokeball on the machine.
|
static class |
FossilMachineEvent.RemoveFossil
Event fires when a player remove fossils from the machine.
|
static class |
FossilMachineEvent.RemovePokeball
Event fires when a player remove a pokeball of the machine.
|
Modifier | Constructor and Description |
---|---|
protected |
FossilMachineEvent(net.minecraft.entity.player.EntityPlayerMP player,
net.minecraft.tileentity.TileEntity tileEntity) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.entity.player.EntityPlayerMP |
getPlayer() |
net.minecraft.tileentity.TileEntity |
getTileEntity() |