public class PrefabPathAddCommand extends AbstractPlayerCommand
Command for prefabpathad operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > PrefabPathAddCommand
Field Summary
playerComponent
final
Player
playerComponent
Field playerComponent.
path
final
UUID
path
Field path.
pauseTime
final
Double
pauseTime
Field pauseTime.
obsvAngle
final
Float
obsvAngle
Field obsvAngle.
targetIndex
final
short
targetIndex
Field targetIndex.
worldPathData
final
WorldPathData
worldPathData
Field worldPathData.
parentPath
final
IPrefabPath
parentPath
Field parentPath.
Method Detail
PrefabPathAddCommand
public
public
PrefabPathAddCommand
()
Method PrefabPathAddCommand.
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 CommandContextcontext@Nonnull final Storestore@Nonnull final Refref@Nonnull final PlayerRefplayerRef@Nonnull final Worldworld