Class BlockStateModule.LegacyLateInitBlockStateSystem<T extends BlockState>
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.server.core.universe.world.meta.BlockStateModule.LegacyLateInitBlockStateSystem<T>
- All Implemented Interfaces:
DisableProcessingAssert,ISystem<ChunkStore>,QuerySystem<ChunkStore>,TickableSystem<ChunkStore>
- Enclosing class:
BlockStateModule
public static class BlockStateModule.LegacyLateInitBlockStateSystem<T extends BlockState>
extends EntityTickingSystem<ChunkStore>
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 ComponentType<ChunkStore, T> private static final com.hypixel.hytale.logger.HytaleLoggerprivate final Query<ChunkStore> Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()voidtick(float dt, int index, ArchetypeChunk<ChunkStore> archetypeChunk, Store<ChunkStore> store, CommandBuffer<ChunkStore> commandBuffer) toString()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, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.system.ISystem
getGroup, onSystemRegistered, onSystemUnregistered
-
Field Details
-
LOGGER
private static final com.hypixel.hytale.logger.HytaleLogger LOGGER -
componentType
-
query
-
-
Constructor Details
-
LegacyLateInitBlockStateSystem
-
-
Method Details
-
getQuery
- Specified by:
getQueryin interfaceQuerySystem<T extends BlockState>
-
getDependencies
- Specified by:
getDependenciesin interfaceISystem<T extends BlockState>
-
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>
-
toString
-