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