Uses of Class
net.minecraft.command.InvalidNumberException
Packages that use InvalidNumberException
-
Uses of InvalidNumberException in net.minecraft.command
Methods in net.minecraft.command that throw InvalidNumberExceptionModifier and TypeMethodDescriptionstatic BlockAbstractCommand.getBlock(CommandSource source, String identifier) static BlockPosAbstractCommand.getBlockPos(CommandSource source, String[] args, int permissionLevel, boolean bool) static AbstractCommand.CoordinateAbstractCommand.getCoordinate(double double2, String value, boolean bool) static AbstractCommand.CoordinateAbstractCommand.getCoordinate(double double2, String value, int min, int max, boolean bool) static ItemAbstractCommand.getItem(CommandSource source, String identifier) static BlockStateAbstractCommand.method_13901(Block block, String string) static doubleAbstractCommand.parseClampedDouble(String value, double min) static doubleAbstractCommand.parseClampedDouble(String value, double min, double max) static intAbstractCommand.parseClampedInt(String value, int min) static intAbstractCommand.parseClampedInt(String value, int min, int max) static longAbstractCommand.parseClampedLong(String value, long min, long max) static doubleAbstractCommand.parseDouble(double double2, String value, boolean bool) static doubleAbstractCommand.parseDouble(double double2, String value, int min, int max, boolean bool) static doubleAbstractCommand.parseDouble(String value) static intstatic long -
Uses of InvalidNumberException in net.minecraft.server.command
Methods in net.minecraft.server.command that throw InvalidNumberExceptionModifier and TypeMethodDescriptionprotected GameModeGameModeCommand.method_3540(CommandSource commandSource, String string) protected DifficultyDifficultyCommand.method_6540(String string)