public class KnockbackSystems
Class KnockbackSystems. Provides knockbacksystems functionality for the Hytale server.
java.lang.Object > KnockbackSystems
Field Summary
knockbackComponent
final
KnockbackComponent
knockbackComponent
Field knockbackComponent.
velocityComponent
final
Velocity
velocityComponent
Field velocityComponent.
ref
final
Ref
ref
Field ref.
Method Detail
tick
public
void
tick
(final float dt, final int index, @Nonnull final ArchetypeChunk archetypeChunk, @Nonnull final Store store, @Nonnull final CommandBuffer commandBuffer)
Method tick.
- Parameters:
final floatdtfinal intindex@Nonnull final ArchetypeChunkarchetypeChunk@Nonnull final Storestore@Nonnull final CommandBuffercommandBuffer
isParallel
public
boolean
isParallel
(final int archetypeChunkSize, final int taskCount)
Method isParallel.
- Parameters:
final intarchetypeChunkSizefinal inttaskCount
KnockbackSimulation
public
new
KnockbackSimulation
()
Method KnockbackSimulation.