public abstract class FossilMachineEvent
extends net.minecraftforge.eventbus.api.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 and Type | Method and Description |
---|---|
net.minecraft.entity.player.ServerPlayerEntity |
getPlayer() |
net.minecraft.tileentity.TileEntity |
getTileEntity() |