Class BlockStateModule.LegacyTickingBlockStateSystem<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.LegacyTickingBlockStateSystem<T>
- All Implemented Interfaces:
DisableProcessingAssert,ISystem<ChunkStore>,MetricSystem<ChunkStore>,QuerySystem<ChunkStore>,TickableSystem<ChunkStore>
- Enclosing class:
BlockStateModule
public static class BlockStateModule.LegacyTickingBlockStateSystem<T extends BlockState>
extends EntityTickingSystem<ChunkStore>
implements DisableProcessingAssert, MetricSystem<ChunkStore>
-
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 static final MetricsRegistry<BlockStateModule.LegacyTickingBlockStateSystem<?>> 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) toMetricResults(Store<ChunkStore> store) 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
getDependencies, getGroup, onSystemRegistered, onSystemUnregistered
-
Field Details
-
LOGGER
private static final com.hypixel.hytale.logger.HytaleLogger LOGGER -
METRICS_REGISTRY
private static final MetricsRegistry<BlockStateModule.LegacyTickingBlockStateSystem<?>> METRICS_REGISTRY -
componentType
-
-
Constructor Details
-
LegacyTickingBlockStateSystem
-
-
Method Details
-
getQuery
- Specified by:
getQueryin interfaceQuerySystem<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>
-
toMetricResults
- Specified by:
toMetricResultsin interfaceMetricSystem<T extends BlockState>
-
toString
-