VoidSpawnerSystems

final class VoidSpawnerSystems

Class VoidSpawnerSystems. Provides voidspawnersystems functionality for the Hytale server.

java.lang.Object > VoidSpawnerSystems

Field Summary

world

final World world

Field world.

gameplayConfig

final PortalGameplayConfig gameplayConfig

Field gameplayConfig.

voidEventConfig

final VoidEventConfig voidEventConfig

Field voidEventConfig.

invasionPortalConfig

final InvasionPortalConfig invasionPortalConfig

Field invasionPortalConfig.

spawnBeacons

final List spawnBeacons

Field spawnBeacons.

voidSpawner

final VoidSpawner voidSpawner

Field voidSpawner.

transform

final TransformComponent transform

Field transform.

position

final Vector3d position

Field position.

spawnBeacon

final String spawnBeacon

Field spawnBeacon.

beaconPos

final Vector3d beaconPos

Field beaconPos.

beaconAssetId

final int beaconAssetId

Field beaconAssetId.

beaconSpawnWrapper

final BeaconSpawnWrapper beaconSpawnWrapper

Field beaconSpawnWrapper.

spawnBeaconRef

final Holder spawnBeaconRef

Field spawnBeaconRef.

beaconUuid

final UUID beaconUuid

Field beaconUuid.

onSpawnParticles

final String onSpawnParticles

Field onSpawnParticles.

voidSpawnerComponent

final VoidSpawner voidSpawnerComponent

Field voidSpawnerComponent.

Method Detail

onEntityAdded

public void onEntityAdded (@Nonnull final Ref ref, @Nonnull final AddReason reason, @Nonnull final Store store, @Nonnull final CommandBuffer commandBuffer)

Method onEntityAdded.

Parameters:
@Nonnull final Ref ref
@Nonnull final AddReason reason
@Nonnull final Store store
@Nonnull final CommandBuffer commandBuffer

world

public portal world (no mobs will spawn during void event)

Method world.

Parameters:
no mobs will spawn during void event

onEntityRemove

public void onEntityRemove (@Nonnull final Ref ref, @Nonnull final RemoveReason reason, @Nonnull final Store store, @Nonnull final CommandBuffer commandBuffer)

Method onEntityRemove.

Parameters:
@Nonnull final Ref ref
@Nonnull final RemoveReason reason
@Nonnull final Store store
@Nonnull final CommandBuffer commandBuffer

getQuery

public Query getQuery ()

Method getQuery.