StopNetworkChunkSendingCommand

public class StopNetworkChunkSendingCommand extends AbstractPlayerCommand

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

java.lang.Object > AbstractPlayerCommand > StopNetworkChunkSendingCommand

Field Summary

chunkTrackerComponent

final ChunkTracker chunkTrackerComponent

Field chunkTrackerComponent.

playerRefComponent

final PlayerRef playerRefComponent

Field playerRefComponent.

Method Detail

StopNetworkChunkSendingCommand

public public StopNetworkChunkSendingCommand ()

Method StopNetworkChunkSendingCommand.

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