public class VoidEventConfig
Class VoidEventConfig. Provides voideventconfig functionality for the Hytale server.
java.lang.Object > VoidEventConfig
Field Summary
durationSeconds
private
int
durationSeconds
Field durationSeconds.
portalConfig
private
InvasionPortalConfig
portalConfig
Field portalConfig.
stages
private
VoidEventStage[]
stages
Field stages.
stagesSortedByStartTime
private
List
stagesSortedByStartTime
Field stagesSortedByStartTime.
musicAmbienceFX
private
String
musicAmbienceFX
Field musicAmbienceFX.
Method Detail
VoidEventConfig
public
public
VoidEventConfig
()
Method VoidEventConfig.
getDurationSeconds
public
int
getDurationSeconds
()
Method getDurationSeconds.
getShouldStartAfterSeconds
public
int
getShouldStartAfterSeconds
(final int portalTimeLimitSeconds)
Method getShouldStartAfterSeconds.
- Parameters:
final intportalTimeLimitSeconds
getInvasionPortalConfig
Method getInvasionPortalConfig.
getStages
public
VoidEventStage[]
getStages
()
Method getStages.
getStagesSortedByStartTime
public
List
getStagesSortedByStartTime
()
Method getStagesSortedByStartTime.
getMusicAmbienceFX
public
String
getMusicAmbienceFX
()
Method getMusicAmbienceFX.
processConfig
private
void
processConfig
()
Method processConfig.