public class SpawnCommand extends AbstractCommandCollection
Command for spaw operations. Registered with the command system and callable by players.
java.lang.Object > AbstractCommandCollection > SpawnCommand
Field Summary
worldConfig
final
WorldConfig
worldConfig
Field worldConfig.
Method Detail
SpawnCommand
public
public
SpawnCommand
()
Method SpawnCommand.
EnableCommand
public
new
EnableCommand
()
Method EnableCommand.
DisableCommand
public
new
DisableCommand
()
Method DisableCommand.
SpawnBeaconsCommand
public
new
SpawnBeaconsCommand
()
Method SpawnBeaconsCommand.
SpawnMarkersCommand
public
new
SpawnMarkersCommand
()
Method SpawnMarkersCommand.
SpawnPopulateCommand
public
new
SpawnPopulateCommand
()
Method SpawnPopulateCommand.
SpawnStatsCommand
public
new
SpawnStatsCommand
()
Method SpawnStatsCommand.
SpawnSuppressionCommand
public
new
SpawnSuppressionCommand
()
Method SpawnSuppressionCommand.
execute
protected
void
execute
(@Nonnull final CommandContext context, @Nonnull final World world, @Nonnull final Store store)
Method execute.
- Parameters:
@Nonnull final CommandContextcontext@Nonnull final Worldworld@Nonnull final Storestore