Class GenerateCommand
java.lang.Object
net.minecraftforge.server.command.GenerateCommand
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intexecute(CommandSourceStack source, BlockPos pos, int count, ServerLevel dim, int interval) private static intgetInt(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String name) (package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack,?> register()
- 
Constructor Details- 
GenerateCommandGenerateCommand()
 
- 
- 
Method Details- 
register
- 
getIntprivate static int getInt(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String name) 
- 
executeprivate static int execute(CommandSourceStack source, BlockPos pos, int count, ServerLevel dim, int interval) throws CommandRuntimeException - Throws:
- CommandRuntimeException
 
 
-