Uses of Interface
net.minecraft.command.ReturnValueConsumer
Packages that use ReturnValueConsumer
-
Uses of ReturnValueConsumer in net.minecraft.command
Fields in net.minecraft.command declared as ReturnValueConsumerModifier and TypeFieldDescriptionstatic final ReturnValueConsumer
ReturnValueConsumer.EMPTY
private final ReturnValueConsumer
CommandFunctionAction.returnValueConsumer
private final ReturnValueConsumer
Frame.returnValueConsumer
The field for thereturnValueConsumer
record component.private final ReturnValueConsumer
IsolatedCommandAction.returnValueConsumer
Methods in net.minecraft.command that return ReturnValueConsumerModifier and TypeMethodDescriptionstatic ReturnValueConsumer
ReturnValueConsumer.chain
(ReturnValueConsumer a, ReturnValueConsumer b) Frame.returnValueConsumer()
Returns the value of thereturnValueConsumer
record component.Methods in net.minecraft.command with parameters of type ReturnValueConsumerModifier and TypeMethodDescriptionstatic ReturnValueConsumer
ReturnValueConsumer.chain
(ReturnValueConsumer a, ReturnValueConsumer b) static <T extends AbstractServerCommandSource<T>>
voidCommandExecutionContext.enqueueCommand
(CommandExecutionContext<T> context, String command, com.mojang.brigadier.context.ContextChain<T> contextChain, T source, ReturnValueConsumer returnValueConsumer) static <T extends AbstractServerCommandSource<T>>
voidCommandExecutionContext.enqueueProcedureCall
(CommandExecutionContext<T> context, Procedure<T> procedure, T source, ReturnValueConsumer returnValueConsumer) private static <T extends AbstractServerCommandSource<T>>
FrameCommandExecutionContext.frame
(CommandExecutionContext<T> context, ReturnValueConsumer returnValueConsumer) Constructors in net.minecraft.command with parameters of type ReturnValueConsumerModifierConstructorDescriptionCommandFunctionAction
(Procedure<T> function, ReturnValueConsumer returnValueConsumer, boolean propagateReturn) Frame
(int int2, ReturnValueConsumer returnValueConsumer, Frame.Control control) IsolatedCommandAction
(Consumer<ExecutionControl<T>> controlConsumer, ReturnValueConsumer returnValueConsumer) -
Uses of ReturnValueConsumer in net.minecraft.server.command
Fields in net.minecraft.server.command declared as ReturnValueConsumerModifier and TypeFieldDescriptionprivate final ReturnValueConsumer
ServerCommandSource.returnValueConsumer
Methods in net.minecraft.server.command that return ReturnValueConsumerModifier and TypeMethodDescriptionAbstractServerCommandSource.getReturnValueConsumer()
ServerCommandSource.getReturnValueConsumer()
private static <T extends AbstractServerCommandSource<T>>
ReturnValueConsumerFunctionCommand.wrapReturnValueConsumer
(T flags, FunctionCommand.ResultConsumer<T> resultConsumer, Identifier id, ReturnValueConsumer wrapped) Methods in net.minecraft.server.command with parameters of type ReturnValueConsumerModifier and TypeMethodDescriptionprivate static <T extends AbstractServerCommandSource<T>>
voidFunctionCommand.enqueueFunction
(@Nullable NbtCompound args, ExecutionControl<T> control, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, CommandFunction<T> function, Identifier id, ReturnValueConsumer returnValueConsumer, boolean propagateReturn) ServerCommandSource.mergeReturnValueConsumers
(ReturnValueConsumer returnValueConsumer, BinaryOperator<ReturnValueConsumer> merger) AbstractServerCommandSource.withReturnValueConsumer
(ReturnValueConsumer returnValueConsumer) ServerCommandSource.withReturnValueConsumer
(ReturnValueConsumer returnValueConsumer) private static <T extends AbstractServerCommandSource<T>>
ReturnValueConsumerFunctionCommand.wrapReturnValueConsumer
(T flags, FunctionCommand.ResultConsumer<T> resultConsumer, Identifier id, ReturnValueConsumer wrapped) Method parameters in net.minecraft.server.command with type arguments of type ReturnValueConsumerModifier and TypeMethodDescriptionServerCommandSource.mergeReturnValueConsumers
(ReturnValueConsumer returnValueConsumer, BinaryOperator<ReturnValueConsumer> merger) Constructors in net.minecraft.server.command with parameters of type ReturnValueConsumerModifierConstructorDescriptionprotected
ServerCommandSource
(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, MinecraftServer server, @Nullable Entity entity, boolean silent, ReturnValueConsumer resultStorer, EntityAnchorArgumentType.EntityAnchor entityAnchor, SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue)