public static class EggBlockEvent.BeginFight extends EggBlockEvent
Modifier and Type | Class and Description |
---|---|
static class |
EggBlockEvent.BeginFight.Post |
static class |
EggBlockEvent.BeginFight.Pre |
EggBlockEvent.BeginFight, EggBlockEvent.SelectSpecies
Modifier and Type | Field and Description |
---|---|
protected PixelmonEntity |
entity |
block, level, state
Constructor and Description |
---|
BeginFight(net.minecraft.world.World level,
net.minecraft.util.math.BlockPos block,
net.minecraft.block.BlockState state,
PixelmonEntity entity) |
Modifier and Type | Method and Description |
---|---|
PixelmonEntity |
getEntity() |
getBlock, getLevel, getState
protected PixelmonEntity entity
public BeginFight(net.minecraft.world.World level, net.minecraft.util.math.BlockPos block, net.minecraft.block.BlockState state, @Nonnull PixelmonEntity entity)
public PixelmonEntity getEntity()