HyCodeYourTale
classpublicPriority 1

StressTestStartCommand

com.hypixel.hytale.server.core.command.commands.debug.stresstest.StressTestStartCommand

extends AbstractAsyncWorldCommand

0

Methods

0

Public Methods

3

Fields

1

Constructors

Constants

List<Bot>BOTS= Collections.synchronizedList(new ObjectArrayList())
MessageMESSAGE_COMMANDS_STRESS_TEST_ALREADY_STARTED= Message.translation("server.commands.stresstest.alreadyStarted")
MessageMESSAGE_COMMANDS_STRESS_TEST_STARTED= Message.translation("server.commands.stresstest.started")
StringNAME_PREFIX= "bot-"
AtomicReference<StressTestStartCommand.StressTestState>STATE= new AtomicReference<>( StressTestStartCommand.StressTestState.NOT_RUNNING )

Constructors

public
StressTestStartCommand()

Fields

Private/Package Fields (3)

package-privatePath DATE_PATH
package-privateStressTestStartCommand.DumpType DUMP_TYPE
package-privateEventRegistration<String, AddPlayerToWorldEvent> EVENT_REGISTRATION

Related Classes