BlockSetCommand

public class BlockSetCommand extends CommandBase

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

java.lang.Object > CommandBase > BlockSetCommand

Field Summary

blockSetKeys

final Set blockSetKeys

Field blockSetKeys.

blockSetName

final String blockSetName

Field blockSetName.

index

final int index

Field index.

set

final IntSet set

Field set.

names

final List names

Field names.

Method Detail

BlockSetCommand

public public BlockSetCommand (@Nonnull final BlockSetModule blockSetModule)

Method BlockSetCommand.

Parameters:
@Nonnull final BlockSetModule blockSetModule

executeSync

protected void executeSync (@Nonnull final CommandContext context)

Method executeSync.

Parameters:
@Nonnull final CommandContext context