public class CastformTickHandler extends TickHandlerBase
pixelmon| Constructor and Description |
|---|
CastformTickHandler(AbstractBaseEntity pixelmon) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onTick(net.minecraft.world.World world)
Overridable tick method where the actual function of the tick handler should be contained.
|
getTickHandler, tickpublic CastformTickHandler(AbstractBaseEntity pixelmon)
public boolean onTick(net.minecraft.world.World world)
TickHandlerBaseonTick in class TickHandlerBaseworld - The world the tickable AbstractBaseEntity is in.