Class TickingEntityFactory
java.lang.Object
com.pixelmonmod.pixelmon.api.entity.ticking.TickingEntityFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Set<EntityTicker>
static void
registerTicker
(EntityTicker ticker) Registers an entity ticker that is checked against all entities every tick
-
Constructor Details
-
TickingEntityFactory
public TickingEntityFactory()
-
-
Method Details
-
registerTicker
Registers an entity ticker that is checked against all entities every tick- Parameters:
ticker
- The new ticker
-
getTickers
-