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