Uses of Class
net.minecraft.commands.CommandRuntimeException
Packages that use CommandRuntimeException
-
Uses of CommandRuntimeException in net.minecraftforge.server.command
Methods in net.minecraftforge.server.command that throw CommandRuntimeExceptionModifier and TypeMethodDescriptionprivate static int
CommandGenerate.execute(CommandSourceStack source, BlockPos pos, int count, ServerLevel dim, int interval)
private static <T> int
CommandTrack.TrackResults.execute(CommandSourceStack source, TimeTracker<T> tracker, Function<ForgeTimings<T>,Component> toString)