public class InteractionRunCommand extends AbstractPlayerCommand
Command for interactionru operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > InteractionRunCommand
Field Summary
interactionType
final
InteractionType
interactionType
Field interactionType.
interactionManagerComponent
final
InteractionManager
interactionManagerComponent
Field interactionManagerComponent.
interactionContext
final
InteractionContext
interactionContext
Field interactionContext.
root
final
String
root
Field root.
interactionAsset
final
RootInteraction
interactionAsset
Field interactionAsset.
chain
final
InteractionChain
chain
Field chain.
Method Detail
InteractionRunCommand
public
public
InteractionRunCommand
()
Method InteractionRunCommand.
InteractionRunSpecificCommand
public
new
InteractionRunSpecificCommand
()
Method InteractionRunSpecificCommand.
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