public interface EntityTicker
Modifier and Type | Method and Description |
---|---|
boolean |
applies(PixelmonEntity entity)
Checks if the ticker applies to the given entity
|
void |
tick(PixelmonEntity entity)
Called when the entity's baseTick is called
|
boolean applies(PixelmonEntity entity)
entity
- The entity being checkedvoid tick(PixelmonEntity entity)
entity
- The entity being ticked