Class ShearableTickHandler
java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.ShearableTickHandler
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
pixelmon -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanonTick(net.minecraft.world.level.Level world) Overridable tick method where the actual function of the tick handler should be contained.Methods inherited from class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
tick
-
Constructor Details
-
ShearableTickHandler
-
-
Method Details
-
onTick
protected boolean onTick(net.minecraft.world.level.Level world) Description copied from class:TickHandlerBaseOverridable tick method where the actual function of the tick handler should be contained.- Specified by:
onTickin classTickHandlerBase- Parameters:
world- The world the tickableAbstractBaseEntityis in.- Returns:
- Whether to remove this tick handler from the entity or not.
-