Class BlockChunk.LoadBlockChunkPacketSystem
java.lang.Object
com.hypixel.hytale.component.system.System<ChunkStore>
com.hypixel.hytale.component.system.data.ArchetypeDataSystem<ChunkStore,PlayerRef,CompletableFuture<Packet>>
com.hypixel.hytale.component.system.data.EntityDataSystem<ChunkStore,PlayerRef,CompletableFuture<Packet>>
com.hypixel.hytale.server.core.universe.world.storage.ChunkStore.LoadFuturePacketDataQuerySystem
com.hypixel.hytale.server.core.universe.world.chunk.BlockChunk.LoadBlockChunkPacketSystem
- All Implemented Interfaces:
ISystem<ChunkStore>,QuerySystem<ChunkStore>
- Enclosing class:
BlockChunk
public static class BlockChunk.LoadBlockChunkPacketSystem
extends ChunkStore.LoadFuturePacketDataQuerySystem
-
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
ConstructorsConstructorDescriptionLoadBlockChunkPacketSystem(ComponentType<ChunkStore, BlockChunk> blockChunkComponentType) -
Method Summary
Modifier and TypeMethodDescriptionvoidfetch(int index, ArchetypeChunk<ChunkStore> archetypeChunk, Store<ChunkStore> store, CommandBuffer<ChunkStore> commandBuffer, PlayerRef player, List<CompletableFuture<Packet>> results) getQuery()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, toString, 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
-
LoadBlockChunkPacketSystem
-
-
Method Details
-
getQuery
-
fetch
public void fetch(int index, @Nonnull ArchetypeChunk<ChunkStore> archetypeChunk, Store<ChunkStore> store, CommandBuffer<ChunkStore> commandBuffer, PlayerRef player, @Nonnull List<CompletableFuture<Packet>> results) - Specified by:
fetchin classEntityDataSystem<ChunkStore,PlayerRef, CompletableFuture<Packet>>
-