classpublicPriority 2
LocalSpawnControllerSystem
com.hypixel.hytale.server.spawning.local.LocalSpawnControllerSystem
extends TickingSystem
1
Methods
1
Public Methods
8
Fields
1
Constructors
Constants
intLIGHT_LEVEL_EVALUATION_RADIUS= 4
doubleRUN_FREQUENCY_SECONDS= 5.0
Constructors
public
LocalSpawnControllerSystem(ComponentType<EntityStore, LocalSpawnController> spawnControllerComponentType, ComponentType<EntityStore, TransformComponent> transformComponentype, ComponentType<EntityStore, WeatherTracker> weatherTrackerComponentType, ComponentType<EntityStore, LocalSpawnBeacon> localSpawnBeaconComponentType, ComponentType<EntityStore, LegacySpawnBeaconEntity> spawnBeaconComponentType, ResourceType<EntityStore, LocalSpawnState> localSpawnStateResourceType, ResourceType<EntityStore, SpatialResource<Ref<EntityStore>, EntityStore>> beaconSpatialComponent)Methods
Public Methods (1)
public
void tick(float dt, int systemIndex, Store<EntityStore> store)@Override
Fields
Private/Package Fields (8)
private
ResourceType<EntityStore, SpatialResource<Ref<EntityStore>, EntityStore>> beaconSpatialComponentprivate
Archetype<EntityStore> controllerArchetypeprivate
ComponentType<EntityStore, LocalSpawnBeacon> localSpawnBeaconComponentTypeprivate
ResourceType<EntityStore, LocalSpawnState> localSpawnStateResourceTypeprivate
ComponentType<EntityStore, LegacySpawnBeaconEntity> spawnBeaconComponentTypeprivate
ComponentType<EntityStore, LocalSpawnController> spawnControllerComponentTypeprivate
ComponentType<EntityStore, TransformComponent> transformComponentypeprivate
ComponentType<EntityStore, WeatherTracker> weatherTrackerComponentType