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.resultStorer
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.mergeStorers
(ResultStorer<ServerCommandSource> resultStorer, BinaryOperator<ResultStorer<ServerCommandSource>> merger) AbstractServerCommandSource.withResultStorer
(ResultStorer<T> resultStorer) ServerCommandSource.withResultStorer
(ResultStorer<ServerCommandSource> resultStorer) Method parameters in net.minecraft.server.command with type arguments of type ResultStorerModifier and TypeMethodDescriptionServerCommandSource.mergeStorers
(ResultStorer<ServerCommandSource> resultStorer, 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> resultStorer, EntityAnchorArgumentType.EntityAnchor entityAnchor, SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue, IntConsumer returnValueConsumer)