class CommandGenerate
extends java.lang.Object
| Constructor and Description | 
|---|
CommandGenerate()  | 
| Modifier and Type | Method and Description | 
|---|---|
private static int | 
execute(CommandSource source,
       BlockPos pos,
       int count,
       DimensionType dim,
       int interval)  | 
private static int | 
getInt(com.mojang.brigadier.context.CommandContext<CommandSource> ctx,
      java.lang.String name)  | 
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> | 
register()  | 
static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> register()
private static int getInt(com.mojang.brigadier.context.CommandContext<CommandSource> ctx, java.lang.String name)
private static int execute(CommandSource source, BlockPos pos, int count, DimensionType dim, int interval) throws CommandException
CommandException