Uses of Class
net.minecraft.server.function.MacroException
Packages that use MacroException
-
Uses of MacroException in net.minecraft.server.command
Methods in net.minecraft.server.command that throw MacroExceptionModifier and TypeMethodDescriptionFunctionCommand.execute
(ServerCommandSource source, CommandFunction function, @Nullable NbtCompound arguments) -
Uses of MacroException in net.minecraft.server.function
Methods in net.minecraft.server.function that throw MacroExceptionModifier and TypeMethodDescriptionint
CommandFunctionManager.execute
(CommandFunction function, ServerCommandSource source, @Nullable CommandFunctionManager.Tracer tracer, @Nullable NbtCompound arguments) Executes a function.private CommandFunction
CommandFunction.Macro.withMacroReplaced
(List<String> arguments, com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, ServerCommandSource source) CommandFunction.Macro.withMacroReplaced
(@Nullable NbtCompound arguments, com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, ServerCommandSource source) CommandFunction.withMacroReplaced
(@Nullable NbtCompound arguments, com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, ServerCommandSource source)