SleepTestCommand

public class SleepTestCommand extends CommandBase

Command for sleeptes operations. Registered with the command system and callable by players.

java.lang.Object > CommandBase > SleepTestCommand

Field Summary

sleep

final int sleep

Field sleep.

count

final int count

Field count.

metricDelta

final Metric metricDelta

Field metricDelta.

metricOffset

final Metric metricOffset

Field metricOffset.

before

final long before

Field before.

after

final long after

Field after.

delta

final long delta

Field delta.

offset

final long offset

Field offset.

Method Detail

SleepTestCommand

public public SleepTestCommand ()

Method SleepTestCommand.

executeSync

protected void executeSync (@Nonnull final CommandContext context)

Method executeSync.

Parameters:
@Nonnull final CommandContext context