Uses of Interface
com.mojang.brigadier.ResultConsumer
Packages that use ResultConsumer
-
Uses of ResultConsumer in com.mojang.brigadier
Fields in com.mojang.brigadier declared as ResultConsumerMethods in com.mojang.brigadier with parameters of type ResultConsumerModifier and TypeMethodDescriptionvoidCommandDispatcher.setConsumer(ResultConsumer<S> consumer) Sets a callback to be informed of the result of every command. -
Uses of ResultConsumer in com.mojang.brigadier.context
Methods in com.mojang.brigadier.context with parameters of type ResultConsumerModifier and TypeMethodDescriptionintContextChain.executeAll(S source, ResultConsumer<S> resultConsumer) static <S> intContextChain.runExecutable(CommandContext<S> executable, S source, ResultConsumer<S> resultConsumer, boolean forkedMode) static <S> Collection<S> ContextChain.runModifier(CommandContext<S> modifier, S source, ResultConsumer<S> resultConsumer, boolean forkedMode) -
Uses of ResultConsumer in net.minecraft.commands
Methods in net.minecraft.commands that return ResultConsumerModifier and TypeMethodDescriptionstatic <T extends ExecutionCommandSource<T>>
ResultConsumer<T> ExecutionCommandSource.resultConsumer()