public class WorldPathListCommand extends AbstractWorldCommand
Command for worldpathlis operations. Registered with the command system and callable by players.
java.lang.Object > AbstractWorldCommand > WorldPathListCommand
Field Summary
map
final
Stream
map
Field map.
Method Detail
WorldPathListCommand
public
public
WorldPathListCommand
()
Method WorldPathListCommand.
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