public class MemoriesLevelCommand extends AbstractWorldCommand
Command for memoriesleve operations. Registered with the command system and callable by players.
java.lang.Object > AbstractWorldCommand > MemoriesLevelCommand
Field Summary
level
final
int
level
Field level.
Method Detail
MemoriesLevelCommand
public
public
MemoriesLevelCommand
()
Method MemoriesLevelCommand.
execute
protected
void
execute
(@Nonnull final CommandContext context, @Nonnull final World world, @Nonnull final Store store)
Method execute.
- Parameters:
@Nonnull final CommandContextcontext@Nonnull final Worldworld@Nonnull final Storestore