Uses of Interface
net.minecraft.server.command.CommandOutput
Packages that use CommandOutput
Package
Description
-
Uses of CommandOutput in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type CommandOutputModifier and TypeMethodDescriptionCommandBlockMinecartEntity.CommandExecutor.getSource(CommandOutput output) -
Uses of CommandOutput in net.minecraft.server
Classes in net.minecraft.server that implement CommandOutput -
Uses of CommandOutput in net.minecraft.server.command
Classes in net.minecraft.server.command that implement CommandOutputFields in net.minecraft.server.command declared as CommandOutputModifier and TypeFieldDescriptionstatic final CommandOutputCommandOutput.DUMMYprivate final CommandOutputServerCommandSource.outputMethods in net.minecraft.server.command with parameters of type CommandOutputConstructors in net.minecraft.server.command with parameters of type CommandOutputModifierConstructorDescriptionServerCommandSource(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, MinecraftServer server, @Nullable Entity entity) protectedServerCommandSource(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) -
Uses of CommandOutput in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement CommandOutput -
Uses of CommandOutput in net.minecraft.server.integrated
Classes in net.minecraft.server.integrated that implement CommandOutput -
Uses of CommandOutput in net.minecraft.server.network
Fields in net.minecraft.server.network declared as CommandOutputMethods in net.minecraft.server.network that return CommandOutput -
Uses of CommandOutput in net.minecraft.server.rcon
Classes in net.minecraft.server.rcon that implement CommandOutput -
Uses of CommandOutput in net.minecraft.test
Classes in net.minecraft.test that implement CommandOutput -
Uses of CommandOutput in net.minecraft.world
Classes in net.minecraft.world that implement CommandOutputMethods in net.minecraft.world with parameters of type CommandOutputModifier and TypeMethodDescriptionabstract ServerCommandSourceCommandBlockExecutor.getSource(CommandOutput output)