Class BlackboardSystems.TickingSystem
java.lang.Object
com.hypixel.hytale.component.system.System<EntityStore>
com.hypixel.hytale.component.system.tick.TickingSystem<EntityStore>
com.hypixel.hytale.component.system.DelayedSystem<EntityStore>
com.hypixel.hytale.server.npc.systems.BlackboardSystems.TickingSystem
- All Implemented Interfaces:
ISystem<EntityStore>,TickableSystem<EntityStore>
- Enclosing class:
BlackboardSystems
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ResourceType<EntityStore, Blackboard> private static final floatFields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelayedTick(float dt, int systemIndex, Store<EntityStore> store) Methods inherited from class com.hypixel.hytale.component.system.DelayedSystem
getIntervalSec, getResourceType, tickMethods inherited from class com.hypixel.hytale.component.system.System
getComponentRegistrations, getResourceRegistrations, registerComponent, registerComponent, registerComponent, registerResource, registerResourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.system.ISystem
getDependencies, getGroup, onSystemRegistered, onSystemUnregistered
-
Field Details
-
SYSTEM_INTERVAL
private static final float SYSTEM_INTERVAL- See Also:
-
resourceType
-
-
Constructor Details
-
TickingSystem
-
-
Method Details
-
delayedTick
- Specified by:
delayedTickin classDelayedSystem<EntityStore>
-