Uses of Interface
net.minecraft.server.command.CommandOutput
-
Uses of CommandOutput in net.minecraft.client.network
Classes in net.minecraft.client.network that implement CommandOutput Modifier and Type Class Description class
AbstractClientPlayerEntity
class
ClientPlayerEntity
Represents the client's own player entity.class
OtherClientPlayerEntity
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
Classes in net.minecraft.entity that implement CommandOutput Modifier and Type Class Description class
AreaEffectCloudEntity
class
Entity
class
ExperienceOrbEntity
class
EyeOfEnderEntity
class
FallingBlockEntity
class
ItemEntity
class
LightningEntity
class
LivingEntity
Represents an entity which has a health value and can receive damage.class
TntEntity
-
Uses of CommandOutput in net.minecraft.entity.boss
Classes in net.minecraft.entity.boss that implement CommandOutput Modifier and Type Class Description class
WitherEntity
-
Uses of CommandOutput in net.minecraft.entity.boss.dragon
Classes in net.minecraft.entity.boss.dragon that implement CommandOutput Modifier and Type Class Description class
EnderDragonEntity
class
EnderDragonPart
-
Uses of CommandOutput in net.minecraft.entity.decoration
Classes in net.minecraft.entity.decoration that implement CommandOutput Modifier and Type Class Description class
AbstractDecorationEntity
class
ArmorStandEntity
class
EndCrystalEntity
class
GlowItemFrameEntity
class
ItemFrameEntity
class
LeashKnotEntity
-
Uses of CommandOutput in net.minecraft.entity.decoration.painting
Classes in net.minecraft.entity.decoration.painting that implement CommandOutput Modifier and Type Class Description class
PaintingEntity
-
Uses of CommandOutput in net.minecraft.entity.mob
-
Uses of CommandOutput in net.minecraft.entity.passive
-
Uses of CommandOutput in net.minecraft.entity.player
Classes in net.minecraft.entity.player that implement CommandOutput Modifier and Type Class Description class
PlayerEntity
-
Uses of CommandOutput in net.minecraft.entity.projectile
Classes in net.minecraft.entity.projectile that implement CommandOutput Modifier and Type Class Description class
AbstractFireballEntity
class
ArrowEntity
class
DragonFireballEntity
class
ExplosiveProjectileEntity
class
FireballEntity
class
FireworkRocketEntity
class
FishingBobberEntity
class
LlamaSpitEntity
class
PersistentProjectileEntity
class
ProjectileEntity
class
ShulkerBulletEntity
class
SmallFireballEntity
class
SpectralArrowEntity
class
TridentEntity
class
WitherSkullEntity
-
Uses of CommandOutput in net.minecraft.entity.projectile.thrown
Classes in net.minecraft.entity.projectile.thrown that implement CommandOutput Modifier and Type Class Description class
EggEntity
class
EnderPearlEntity
class
ExperienceBottleEntity
class
PotionEntity
class
SnowballEntity
class
ThrownEntity
class
ThrownItemEntity
-
Uses of CommandOutput in net.minecraft.entity.raid
Classes in net.minecraft.entity.raid that implement CommandOutput Modifier and Type Class Description class
RaiderEntity
-
Uses of CommandOutput in net.minecraft.entity.vehicle
Classes in net.minecraft.entity.vehicle that implement CommandOutput Modifier and Type Class Description class
AbstractMinecartEntity
class
BoatEntity
class
ChestMinecartEntity
class
CommandBlockMinecartEntity
class
CommandBlockMinecartEntity.CommandExecutor
class
FurnaceMinecartEntity
class
HopperMinecartEntity
class
MinecartEntity
class
SpawnerMinecartEntity
class
StorageMinecartEntity
class
TntMinecartEntity
-
Uses of CommandOutput in net.minecraft.server
Classes in net.minecraft.server that implement CommandOutput Modifier and Type Class Description class
MinecraftServer
Represents a logical Minecraft server. -
Uses of CommandOutput in net.minecraft.server.command
Fields in net.minecraft.server.command declared as CommandOutput Modifier and Type Field Description static CommandOutput
CommandOutput. DUMMY
private CommandOutput
ServerCommandSource. output
Constructors in net.minecraft.server.command with parameters of type CommandOutput Constructor Description ServerCommandSource(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String simpleName, Text name, MinecraftServer server, @Nullable Entity entity)
ServerCommandSource(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String simpleName, Text name, MinecraftServer server, @Nullable Entity entity, boolean silent, com.mojang.brigadier.ResultConsumer<ServerCommandSource> consumer, EntityAnchorArgumentType.EntityAnchor entityAnchor)
-
Uses of CommandOutput in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement CommandOutput Modifier and Type Class Description class
MinecraftDedicatedServer
-
Uses of CommandOutput in net.minecraft.server.integrated
Classes in net.minecraft.server.integrated that implement CommandOutput Modifier and Type Class Description class
IntegratedServer
-
Uses of CommandOutput in net.minecraft.server.network
Classes in net.minecraft.server.network that implement CommandOutput Modifier and Type Class Description class
ServerPlayerEntity
-
Uses of CommandOutput in net.minecraft.server.rcon
Classes in net.minecraft.server.rcon that implement CommandOutput Modifier and Type Class Description class
RconCommandOutput
-
Uses of CommandOutput in net.minecraft.test
Classes in net.minecraft.test that implement CommandOutput Modifier and Type Class Description class
TestServer
-
Uses of CommandOutput in net.minecraft.world
Classes in net.minecraft.world that implement CommandOutput Modifier and Type Class Description class
CommandBlockExecutor
A common logic for command-block behaviors shared by command blocks and command block minecarts.