Class ItemContainerStateSpatialSystem
java.lang.Object
com.hypixel.hytale.component.system.System<ChunkStore>
com.hypixel.hytale.component.system.tick.TickingSystem<ChunkStore>
com.hypixel.hytale.component.spatial.SpatialSystem<ChunkStore>
com.hypixel.hytale.server.core.modules.block.system.ItemContainerStateSpatialSystem
- All Implemented Interfaces:
ISystem<ChunkStore>,QuerySystem<ChunkStore>,TickableSystem<ChunkStore>
-
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionItemContainerStateSpatialSystem(ResourceType<ChunkStore, SpatialResource<Ref<ChunkStore>, ChunkStore>> resourceType) -
Method Summary
Modifier and TypeMethodDescriptiongetPosition(ArchetypeChunk<ChunkStore> archetypeChunk, int index) getQuery()voidtick(float dt, int systemIndex, Store<ChunkStore> store) Methods 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
-
QUERY
-
-
Constructor Details
-
ItemContainerStateSpatialSystem
public ItemContainerStateSpatialSystem(ResourceType<ChunkStore, SpatialResource<Ref<ChunkStore>, ChunkStore>> resourceType)
-
-
Method Details
-
tick
- Specified by:
tickin interfaceTickableSystem<ChunkStore>- Overrides:
tickin classSpatialSystem<ChunkStore>
-
getPosition
- Specified by:
getPositionin classSpatialSystem<ChunkStore>
-
getQuery
-