Class RainbowMareepTicker
java.lang.Object
com.pixelmonmod.pixelmon.api.entity.ticking.type.RainbowMareepTicker
- All Implemented Interfaces:
EntityTicker
Entity ticker implementation for a rainbow Wooloo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanapplies(PixelmonEntity entity) Checks if the ticker applies to the given entityvoidtick(PixelmonEntity entity) Called when the entity's baseTick is called
-
Constructor Details
-
RainbowMareepTicker
public RainbowMareepTicker()
-
-
Method Details
-
applies
Description copied from interface:EntityTickerChecks if the ticker applies to the given entity- Specified by:
appliesin interfaceEntityTicker- Parameters:
entity- The entity being checked- Returns:
- True if applies
-
tick
Description copied from interface:EntityTickerCalled when the entity's baseTick is called- Specified by:
tickin interfaceEntityTicker- Parameters:
entity- The entity being ticked
-