WorldPathRemoveCommand

public class WorldPathRemoveCommand extends AbstractWorldCommand

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

java.lang.Object > AbstractWorldCommand > WorldPathRemoveCommand

Field Summary

name

final String name

Field name.

Method Detail

WorldPathRemoveCommand

public public WorldPathRemoveCommand ()

Method WorldPathRemoveCommand.

execute

protected void execute (@Nonnull final CommandContext context, @Nonnull final World world, @Nonnull final Store store)

Method execute.

Parameters:
@Nonnull final CommandContext context
@Nonnull final World world
@Nonnull final Store store