Class CastformTickHandler

java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.CastformTickHandler

public class CastformTickHandler extends TickHandlerBase
Changes Castform's form outside of battle.
  • Constructor Details

  • Method Details

    • onTick

      public boolean onTick(net.minecraft.world.level.Level world)
      Description copied from class: TickHandlerBase
      Overridable tick method where the actual function of the tick handler should be contained.
      Specified by:
      onTick in class TickHandlerBase
      Parameters:
      world - The world the tickable AbstractBaseEntity is in.
      Returns:
      Whether to remove this tick handler from the entity or not.