Uses of Interface
net.minecraft.command.ResultStorer
Packages that use ResultStorer
-
Uses of ResultStorer in net.minecraft.server.command
Fields in net.minecraft.server.command declared as ResultStorerModifier and TypeFieldDescriptionprivate static final ResultStorer<ServerCommandSource>
ServerCommandSource.DUMMY_STORER
private final ResultStorer<ServerCommandSource>
ServerCommandSource.resultConsumer
Fields in net.minecraft.server.command with type parameters of type ResultStorerModifier and TypeFieldDescriptionprivate static final BinaryOperator<ResultStorer<ServerCommandSource>>
ExecuteCommand.BINARY_RESULT_CONSUMER
Methods in net.minecraft.server.command with parameters of type ResultStorerModifier and TypeMethodDescriptionServerCommandSource.mergeConsumers
(ResultStorer<ServerCommandSource> resultConsumer, BinaryOperator<ResultStorer<ServerCommandSource>> merger) AbstractServerCommandSource.withResultConsumer
(ResultStorer<T> resultConsumer) ServerCommandSource.withResultConsumer
(ResultStorer<ServerCommandSource> resultStorer) Method parameters in net.minecraft.server.command with type arguments of type ResultStorerModifier and TypeMethodDescriptionServerCommandSource.mergeConsumers
(ResultStorer<ServerCommandSource> resultConsumer, BinaryOperator<ResultStorer<ServerCommandSource>> merger) Constructors in net.minecraft.server.command with parameters of type ResultStorerModifierConstructorDescriptionprotected
ServerCommandSource
(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, MinecraftServer server, @Nullable Entity entity, boolean silent, ResultStorer<ServerCommandSource> resultConsumer, EntityAnchorArgumentType.EntityAnchor entityAnchor, SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue, IntConsumer returnValueConsumer)