Class RainbowMareepTicker

java.lang.Object
com.pixelmonmod.pixelmon.api.entity.ticking.type.RainbowMareepTicker
All Implemented Interfaces:
EntityTicker

public class RainbowMareepTicker extends Object implements EntityTicker
Entity ticker implementation for a rainbow Wooloo
  • Constructor Details

    • RainbowMareepTicker

      public RainbowMareepTicker()
  • Method Details

    • applies

      public boolean applies(PixelmonEntity entity)
      Description copied from interface: EntityTicker
      Checks if the ticker applies to the given entity
      Specified by:
      applies in interface EntityTicker
      Parameters:
      entity - The entity being checked
      Returns:
      True if applies
    • tick

      public void tick(PixelmonEntity entity)
      Description copied from interface: EntityTicker
      Called when the entity's baseTick is called
      Specified by:
      tick in interface EntityTicker
      Parameters:
      entity - The entity being ticked