public class PrefabPathNewCommand extends AbstractPlayerCommand
Command for prefabpathne operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > PrefabPathNewCommand
Field Summary
pathName
final
String
pathName
Field pathName.
pauseTime
final
Double
pauseTime
Field pauseTime.
obsvAngle
final
Float
obsvAngle
Field obsvAngle.
uuid
final
UUID
uuid
Field uuid.
playerComponent
final
Player
playerComponent
Field playerComponent.
Method Detail
PrefabPathNewCommand
public
public
PrefabPathNewCommand
()
Method PrefabPathNewCommand.
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