PrefabPathListCommand

public class PrefabPathListCommand extends AbstractWorldCommand

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

java.lang.Object > AbstractWorldCommand > PrefabPathListCommand

Field Summary

worldPathDataResource

final WorldPathData worldPathDataResource

Field worldPathDataResource.

paths

final List paths

Field paths.

sb

final StringBuilder sb

Field sb.

msg

final Message msg

Field msg.

Method Detail

PrefabPathListCommand

public public PrefabPathListCommand ()

Method PrefabPathListCommand.

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