VoidEvent

public class VoidEvent implements Component

Event fired when void occurs. Listen for this event using EventBus.register.

java.lang.Object > VoidEvent

Field Summary

voidSpawners

private SpatialHashGrid> voidSpawners

Field voidSpawners.

activeStage

private VoidEventStage activeStage

Field activeStage.

portalConfig

final PortalGameplayConfig portalConfig

Field portalConfig.

clone

final VoidEvent clone

Field clone.

Method Detail

VoidEvent

public public VoidEvent ()

Method VoidEvent.

getComponentType

public VoidEvent> getComponentType ()

Method getComponentType.

getConfig

public VoidEventConfig getConfig (final World world)

Method getConfig.

Parameters:
final World world

getVoidSpawners

public SpatialHashGrid> getVoidSpawners ()

Method getVoidSpawners.

getActiveStage

public VoidEventStage getActiveStage ()

Method getActiveStage.

setActiveStage

public void setActiveStage (@Nullable final VoidEventStage activeStage)

Method setActiveStage.

Parameters:
@Nullable final VoidEventStage activeStage

clone

public Component clone ()

Method clone.