Uses of Class
net.minecraft.command.CommandException
Packages that use CommandException
Package
Description
-
Uses of CommandException in net.minecraft.command
Subclasses of CommandException in net.minecraft.commandModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in net.minecraft.command that throw CommandExceptionModifier and TypeMethodDescriptionvoidCommand.execute(CommandSource source, String[] args) static booleanAbstractCommand.parseBoolean(String value) -
Uses of CommandException in net.minecraft.server.command
Methods in net.minecraft.server.command that throw CommandExceptionModifier and TypeMethodDescriptionvoidAchievementCommand.execute(CommandSource source, String[] args) voidBlockDataCommand.execute(CommandSource source, String[] args) voidClearCommand.execute(CommandSource source, String[] args) voidCloneCommand.execute(CommandSource source, String[] args) voidDebugCommand.execute(CommandSource source, String[] args) voidDefaultGameModeCommand.execute(CommandSource source, String[] args) voidDifficultyCommand.execute(CommandSource source, String[] args) voidEffectCommand.execute(CommandSource source, String[] args) voidEnchantCommand.execute(CommandSource source, String[] args) voidEntityDataCommand.execute(CommandSource source, String[] args) voidExecuteCommand.execute(CommandSource source, String[] args) voidExperienceCommand.execute(CommandSource source, String[] args) voidFillCommand.execute(CommandSource source, String[] args) voidGameModeCommand.execute(CommandSource source, String[] args) voidGameRuleCommand.execute(CommandSource source, String[] args) voidGiveCommand.execute(CommandSource source, String[] args) voidHelpCommand.execute(CommandSource source, String[] args) voidKickCommand.execute(CommandSource source, String[] args) voidKillCommand.execute(CommandSource source, String[] args) voidListCommand.execute(CommandSource source, String[] args) voidMeCommand.execute(CommandSource source, String[] args) voidMessageCommand.execute(CommandSource source, String[] args) voidParticleCommand.execute(CommandSource source, String[] args) voidPlaySoundCommand.execute(CommandSource source, String[] args) voidPublishCommand.execute(CommandSource source, String[] args) voidReplaceItemCommand.execute(CommandSource source, String[] args) voidSayCommand.execute(CommandSource source, String[] args) voidScoreboardCommand.execute(CommandSource source, String[] args) voidSeedCommand.execute(CommandSource source, String[] args) voidSetBlockCommand.execute(CommandSource source, String[] args) voidSetWorldSpawnCommand.execute(CommandSource source, String[] args) voidSpawnPointCommand.execute(CommandSource source, String[] args) voidSpreadPlayersCommand.execute(CommandSource source, String[] args) voidStatsCommand.execute(CommandSource source, String[] args) voidSummonCommand.execute(CommandSource source, String[] args) voidTeleportCommand.execute(CommandSource source, String[] args) voidTellRawCommand.execute(CommandSource source, String[] args) voidTestForBlockCommand.execute(CommandSource source, String[] args) voidTestForBlocksCommand.execute(CommandSource source, String[] args) voidTestForCommand.execute(CommandSource source, String[] args) voidTimeCommand.execute(CommandSource source, String[] args) voidTitleCommand.execute(CommandSource source, String[] args) voidToggleDownfallCommand.execute(CommandSource source, String[] args) voidTriggerCommand.execute(CommandSource source, String[] args) voidWeatherCommand.execute(CommandSource source, String[] args) voidWorldBorderCommand.execute(CommandSource source, String[] args) protected TeamScoreboardCommand.method_5304(String string) protected ScoreboardObjectiveScoreboardCommand.method_5305(String string, boolean bool) protected voidScoreboardCommand.method_5307(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_5308(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_5310(CommandSource commandSource) protected voidScoreboardCommand.method_5311(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_5312(CommandSource commandSource, String string) protected voidScoreboardCommand.method_5313(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_5314(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_5315(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_5316(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_5317(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_5318(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_5319(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_5320(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_5321(CommandSource commandSource, String[] string, int int2) private voidSpreadPlayersCommand.method_5549(CommandSource commandSource, List<Entity> list, SpreadPlayersCommand.Pile pile, double double2, double double3, World world, boolean bool) private intSpreadPlayersCommand.method_5550(SpreadPlayersCommand.Pile pile, double double2, World world, Random random, double double3, double double4, double double5, double double6, SpreadPlayersCommand.Pile[] pile2, boolean bool) private intReplaceItemCommand.method_9549(String string) private booleanScoreboardCommand.method_9646(CommandSource commandSource, String[] string) protected voidScoreboardCommand.method_9648(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_9649(CommandSource commandSource, String[] string, int int2) protected voidScoreboardCommand.method_9650(CommandSource commandSource, String[] string, int int2) -
Uses of CommandException in net.minecraft.server.dedicated.command
Methods in net.minecraft.server.dedicated.command that throw CommandExceptionModifier and TypeMethodDescriptionvoidBanCommand.execute(CommandSource source, String[] args) voidBanIpCommand.execute(CommandSource source, String[] args) voidBanListCommand.execute(CommandSource source, String[] args) voidDeOpCommand.execute(CommandSource source, String[] args) voidOpCommand.execute(CommandSource source, String[] args) voidPardonCommand.execute(CommandSource source, String[] args) voidPardonIpCommand.execute(CommandSource source, String[] args) voidSaveAllCommand.execute(CommandSource source, String[] args) voidSaveOffCommand.execute(CommandSource source, String[] args) voidSaveOnCommand.execute(CommandSource source, String[] args) voidSetIdleTimeoutCommand.execute(CommandSource source, String[] args) voidStopCommand.execute(CommandSource source, String[] args) voidWhitelistCommand.execute(CommandSource source, String[] args) -
Uses of CommandException in net.minecraft.util
Methods in net.minecraft.util that throw CommandExceptionModifier and TypeMethodDescriptionstatic TextChatSerializer.process(CommandSource source, Text test, Entity entity)