Package com.hypixel.hytale.builtin.fluid
Class FluidSystems.ReplicateChanges
java.lang.Object
com.hypixel.hytale.component.system.System<ChunkStore>
com.hypixel.hytale.component.system.tick.TickingSystem<ChunkStore>
com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem<ChunkStore>
com.hypixel.hytale.component.system.tick.EntityTickingSystem<ChunkStore>
com.hypixel.hytale.builtin.fluid.FluidSystems.ReplicateChanges
- All Implemented Interfaces:
ISystem<ChunkStore>,QuerySystem<ChunkStore>,RunWhenPausedSystem<ChunkStore>,TickableSystem<ChunkStore>
- Enclosing class:
FluidSystems
public static class FluidSystems.ReplicateChanges
extends EntityTickingSystem<ChunkStore>
implements RunWhenPausedSystem<ChunkStore>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.component.system.tick.EntityTickingSystem
EntityTickingSystem.SystemTaskData<ECS_TYPE> -
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()booleanisParallel(int archetypeChunkSize, int taskCount) voidtick(float dt, int index, ArchetypeChunk<ChunkStore> archetypeChunk, Store<ChunkStore> store, CommandBuffer<ChunkStore> commandBuffer) Methods inherited from class com.hypixel.hytale.component.system.tick.EntityTickingSystem
doTick, 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
getGroup, onSystemRegistered, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.tick.TickableSystem
tick
-
Field Details
-
QUERY
-
-
Constructor Details
-
ReplicateChanges
public ReplicateChanges()
-
-
Method Details
-
isParallel
public boolean isParallel(int archetypeChunkSize, int taskCount) - Overrides:
isParallelin classEntityTickingSystem<ChunkStore>
-
tick
public void tick(float dt, int index, @Nonnull ArchetypeChunk<ChunkStore> archetypeChunk, @Nonnull Store<ChunkStore> store, @Nonnull CommandBuffer<ChunkStore> commandBuffer) - Specified by:
tickin classEntityTickingSystem<ChunkStore>
-
getQuery
- Specified by:
getQueryin interfaceQuerySystem<ChunkStore>
-
getDependencies
- Specified by:
getDependenciesin interfaceISystem<ChunkStore>
-