public class TickingEntityFactory
extends java.lang.Object
Constructor and Description |
---|
TickingEntityFactory() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<EntityTicker> |
getTickers() |
static void |
registerTicker(EntityTicker ticker)
Registers an entity ticker that is checked against all entities every tick
|
public static void registerTicker(EntityTicker ticker)
ticker
- The new tickerpublic static java.util.Set<EntityTicker> getTickers()