public class PrefabPathEditCommand extends AbstractPlayerCommand
Command for prefabpathedi operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > PrefabPathEditCommand
Field Summary
playerComponent
final
Player
playerComponent
Field playerComponent.
entityRef
final
Ref
entityRef
Field entityRef.
entity
final
Entity
entity
Field entity.
pathMarkerEntity
final
PatrolPathMarkerEntity
pathMarkerEntity
Field pathMarkerEntity.
worldPathData
final
WorldPathData
worldPathData
Field worldPathData.
path
final
IPrefabPath
path
Field path.
Method Detail
PrefabPathEditCommand
public
public
PrefabPathEditCommand
()
Method PrefabPathEditCommand.
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