Class RoleSystems.BehaviourTickSystem
java.lang.Object
com.hypixel.hytale.component.system.System<EntityStore>
com.hypixel.hytale.component.system.tick.TickingSystem<EntityStore>
com.hypixel.hytale.server.npc.systems.RoleSystems.BehaviourTickSystem
- All Implemented Interfaces:
ISystem<EntityStore>,TickableSystem<EntityStore>
- Enclosing class:
RoleSystems
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ComponentType<EntityStore, Frozen> private final ComponentType<EntityStore, NewSpawnComponent> private final ComponentType<EntityStore, NPCEntity> private final ComponentType<EntityStore, StepComponent> Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionBehaviourTickSystem(ComponentType<EntityStore, NPCEntity> npcComponentType, ComponentType<EntityStore, StepComponent> stepComponentType) -
Method Summary
Methods 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
-
npcComponentType
-
stepComponentType
-
frozenComponentType
-
newSpawnComponentType
-
-
Constructor Details
-
BehaviourTickSystem
public BehaviourTickSystem(@Nonnull ComponentType<EntityStore, NPCEntity> npcComponentType, @Nonnull ComponentType<EntityStore, StepComponent> stepComponentType)
-
-
Method Details
-
tick
- Specified by:
tickin interfaceTickableSystem<EntityStore>- Specified by:
tickin classTickingSystem<EntityStore>
-