Class LegacyProjectileSystems.TickingSystem
java.lang.Object
com.hypixel.hytale.component.system.System<EntityStore>
com.hypixel.hytale.component.system.tick.TickingSystem<EntityStore>
com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem<EntityStore>
com.hypixel.hytale.component.system.tick.EntityTickingSystem<EntityStore>
com.hypixel.hytale.server.core.modules.entity.LegacyProjectileSystems.TickingSystem
- All Implemented Interfaces:
DisableProcessingAssert,ISystem<EntityStore>,QuerySystem<EntityStore>,TickableSystem<EntityStore>
- Enclosing class:
LegacyProjectileSystems
public static class LegacyProjectileSystems.TickingSystem
extends EntityTickingSystem<EntityStore>
implements DisableProcessingAssert
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.component.system.tick.EntityTickingSystem
EntityTickingSystem.SystemTaskData<ECS_TYPE> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Archetype<EntityStore> private final ComponentType<EntityStore, BoundingBox> private static final com.hypixel.hytale.logger.HytaleLoggerprivate final ComponentType<EntityStore, ProjectileComponent> private final ComponentType<EntityStore, TransformComponent> private final ComponentType<EntityStore, Velocity> Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionTickingSystem(ComponentType<EntityStore, ProjectileComponent> projectileComponentType, ComponentType<EntityStore, TransformComponent> transformComponentType, ComponentType<EntityStore, Velocity> velocityComponentType, ComponentType<EntityStore, BoundingBox> boundingBoxComponentType) -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()voidtick(float dt, int index, ArchetypeChunk<EntityStore> archetypeChunk, Store<EntityStore> store, CommandBuffer<EntityStore> commandBuffer) Methods inherited from class com.hypixel.hytale.component.system.tick.EntityTickingSystem
doTick, isParallel, maybeUseParallel, tick, useParallelMethods inherited from class com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem
isExplicitQuery, test, 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
-
LOGGER
@Nonnull private static final com.hypixel.hytale.logger.HytaleLogger LOGGER -
transformComponentType
-
velocityComponentType
-
boundingBoxComponentType
-
projectileComponentType
-
archetype
-
-
Constructor Details
-
TickingSystem
public TickingSystem(@Nonnull ComponentType<EntityStore, ProjectileComponent> projectileComponentType, @Nonnull ComponentType<EntityStore, TransformComponent> transformComponentType, @Nonnull ComponentType<EntityStore, Velocity> velocityComponentType, @Nonnull ComponentType<EntityStore, BoundingBox> boundingBoxComponentType)
-
-
Method Details
-
getQuery
- Specified by:
getQueryin interfaceQuerySystem<EntityStore>
-
tick
public void tick(float dt, int index, @Nonnull ArchetypeChunk<EntityStore> archetypeChunk, @Nonnull Store<EntityStore> store, @Nonnull CommandBuffer<EntityStore> commandBuffer) - Specified by:
tickin classEntityTickingSystem<EntityStore>
-