public class SpawnPopulateCommand extends AbstractWorldCommand
Command for spawnpopulat operations. Registered with the command system and callable by players.
java.lang.Object > AbstractWorldCommand > SpawnPopulateCommand
Field Summary
environmentIndex
final
int
environmentIndex
Field environmentIndex.
npcComponent
final
NPCEntity
npcComponent
Field npcComponent.
npcEnvironment
final
int
npcEnvironment
Field npcEnvironment.
worldConfig
final
WorldConfig
worldConfig
Field worldConfig.
Method Detail
SpawnPopulateCommand
public
public
SpawnPopulateCommand
()
Method SpawnPopulateCommand.
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