public class InteractionRunSpecificCommand extends AbstractPlayerCommand
Command for interactionrunspecifi operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > InteractionRunSpecificCommand
Field Summary
interactionManager
final
InteractionManager
interactionManager
Field interactionManager.
interactionType
final
InteractionType
interactionType
Field interactionType.
rootInteraction
final
RootInteraction
rootInteraction
Field rootInteraction.
interactionContext
final
InteractionContext
interactionContext
Field interactionContext.
chain
final
InteractionChain
chain
Field chain.
Method Detail
InteractionRunSpecificCommand
public
public
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