PrefabPathMergeCommand

public class PrefabPathMergeCommand extends AbstractPlayerCommand

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

java.lang.Object > AbstractPlayerCommand > PrefabPathMergeCommand

Field Summary

playerComponent

final Player playerComponent

Field playerComponent.

activePathId

final UUID activePathId

Field activePathId.

targetPathId

final UUID targetPathId

Field targetPathId.

worldPathData

final WorldPathData worldPathData

Field worldPathData.

activePath

final IPrefabPath activePath

Field activePath.

targetPath

final IPrefabPath targetPath

Field targetPath.

Method Detail

PrefabPathMergeCommand

public public PrefabPathMergeCommand ()

Method PrefabPathMergeCommand.

execute

protected void execute (@Nonnull final CommandContext context, @Nonnull final Store store, @Nonnull final Ref ref, @Nonnull final PlayerRef playerRef, @Nonnull final World world)

Method execute.

Parameters:
@Nonnull final CommandContext context
@Nonnull final Store store
@Nonnull final Ref ref
@Nonnull final PlayerRef playerRef
@Nonnull final World world