Uses of Interface
net.minecraft.server.command.CommandOutput
Package
Description
-
Uses of CommandOutput in net.minecraft.client.network
Modifier and TypeClassDescriptionclass
class
Represents the client's own player entity.class
Represents a player entity that is present on the client but is not the client's own player. -
Uses of CommandOutput in net.minecraft.entity
Modifier and TypeClassDescriptionclass
class
An object that exists in a world and hasdouble
-precision position.class
class
class
class
class
class
Represents an entity which has a health value and can receive damage.class
class
-
Uses of CommandOutput in net.minecraft.entity.boss
-
Uses of CommandOutput in net.minecraft.entity.boss.dragon
-
Uses of CommandOutput in net.minecraft.entity.decoration
Modifier and TypeClassDescriptionclass
class
class
static class
static class
static class
class
class
class
class
class
-
Uses of CommandOutput in net.minecraft.entity.decoration.painting
-
Uses of CommandOutput in net.minecraft.entity.mob
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of CommandOutput in net.minecraft.entity.passive
Modifier and TypeClassDescriptionclass
class
class
class
class
Represents an axolotl, the cutest predator.class
class
class
class
Meow.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of CommandOutput in net.minecraft.entity.player
-
Uses of CommandOutput in net.minecraft.entity.projectile
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of CommandOutput in net.minecraft.entity.projectile.thrown
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of CommandOutput in net.minecraft.entity.raid
-
Uses of CommandOutput in net.minecraft.entity.vehicle
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of CommandOutput in net.minecraft.server
-
Uses of CommandOutput in net.minecraft.server.command
Modifier and TypeFieldDescriptionstatic final CommandOutput
CommandOutput.DUMMY
private final CommandOutput
ServerCommandSource.output
ModifierConstructorDescriptionServerCommandSource
(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, MinecraftServer server, @Nullable Entity entity) protected
ServerCommandSource
(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, MinecraftServer server, @Nullable Entity entity, boolean silent, @Nullable com.mojang.brigadier.ResultConsumer<ServerCommandSource> consumer, EntityAnchorArgumentType.EntityAnchor entityAnchor, SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue, IntConsumer returnValueConsumer) -
Uses of CommandOutput in net.minecraft.server.dedicated
-
Uses of CommandOutput in net.minecraft.server.integrated
-
Uses of CommandOutput in net.minecraft.server.network
-
Uses of CommandOutput in net.minecraft.server.rcon
-
Uses of CommandOutput in net.minecraft.test
-
Uses of CommandOutput in net.minecraft.world
Modifier and TypeClassDescriptionclass
A common logic for command-block behaviors shared by command blocks and command block minecarts.