Class BlockStateModule.LegacyUnloadPacketBlockStateSystem<T extends BlockState>
java.lang.Object
com.hypixel.hytale.component.system.System<ChunkStore>
com.hypixel.hytale.component.system.data.ArchetypeDataSystem<ChunkStore,PlayerRef,Packet>
com.hypixel.hytale.component.system.data.EntityDataSystem<ChunkStore,PlayerRef,Packet>
com.hypixel.hytale.server.core.universe.world.storage.ChunkStore.UnloadPacketDataQuerySystem
com.hypixel.hytale.server.core.universe.world.meta.BlockStateModule.LegacyUnloadPacketBlockStateSystem<T>
- All Implemented Interfaces:
ISystem<ChunkStore>,QuerySystem<ChunkStore>
- Enclosing class:
BlockStateModule
public static class BlockStateModule.LegacyUnloadPacketBlockStateSystem<T extends BlockState>
extends ChunkStore.UnloadPacketDataQuerySystem
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.component.system.data.EntityDataSystem
EntityDataSystem.SystemTaskData<ECS_TYPE,Q, R> -
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionLegacyUnloadPacketBlockStateSystem(ComponentType<ChunkStore, T> componentType) -
Method Summary
Modifier and TypeMethodDescriptionvoidfetch(int index, ArchetypeChunk<ChunkStore> archetypeChunk, Store<ChunkStore> store, CommandBuffer<ChunkStore> commandBuffer, PlayerRef player, List<Packet> results) getQuery()toString()Methods inherited from class com.hypixel.hytale.component.system.data.EntityDataSystem
doFetch, fetch, isParallelMethods 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, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
test
-
Field Details
-
componentType
-
-
Constructor Details
-
LegacyUnloadPacketBlockStateSystem
-
-
Method Details
-
getQuery
-
fetch
public void fetch(int index, @Nonnull ArchetypeChunk<ChunkStore> archetypeChunk, Store<ChunkStore> store, CommandBuffer<ChunkStore> commandBuffer, PlayerRef player, List<Packet> results) - Specified by:
fetchin classEntityDataSystem<ChunkStore,PlayerRef, Packet>
-
toString
-