InstanceExitCommand

public class InstanceExitCommand extends AbstractPlayerCommand

Command for instanceexi operations. Registered with the command system and callable by players.

java.lang.Object > AbstractPlayerCommand > InstanceExitCommand

Field Summary

playerRef

final PlayerRef playerRef

Field playerRef.

ref

final Ref ref

Field ref.

store

final Store store

Field store.

world

final World world

Field world.

playerComponent

final Player playerComponent

Field playerComponent.

Method Detail

InstanceExitCommand

public public InstanceExitCommand ()

Method InstanceExitCommand.

InstanceExitOtherCommand

public new InstanceExitOtherCommand ()

Method InstanceExitOtherCommand.

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 CommandContext context
@Nonnull final Store store
@Nonnull final Ref ref
@Nonnull final PlayerRef playerRef
@Nonnull final World world

executeSync

protected void executeSync (@Nonnull final CommandContext context)

Method executeSync.

Parameters:
@Nonnull final CommandContext context