PlayerZoneCommand

public class PlayerZoneCommand extends AbstractTargetPlayerCommand

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

java.lang.Object > AbstractTargetPlayerCommand > PlayerZoneCommand

Field Summary

playerComponent

final Player playerComponent

Field playerComponent.

worldMapTracker

final WorldMapTracker worldMapTracker

Field worldMapTracker.

currentZone

final WorldMapTracker.ZoneDiscoveryInfo currentZone

Field currentZone.

currentBiome

final String currentBiome

Field currentBiome.

Method Detail

PlayerZoneCommand

public public PlayerZoneCommand ()

Method PlayerZoneCommand.

execute

protected void execute (@Nonnull final CommandContext context, @Nullable final Ref sourceRef, @Nonnull final Ref ref, @Nonnull final PlayerRef playerRef, @Nonnull final World world, @Nonnull final Store store)

Method execute.

Parameters:
@Nonnull final CommandContext context
@Nullable final Ref sourceRef
@Nonnull final Ref ref
@Nonnull final PlayerRef playerRef
@Nonnull final World world
@Nonnull final Store store