Uses of Interface
net.minecraft.commands.CommandSource
Packages that use CommandSource
Package
Description
-
Uses of CommandSource in net.minecraft.client.player
Classes in net.minecraft.client.player that implement CommandSource -
Uses of CommandSource in net.minecraft.client.server
Classes in net.minecraft.client.server that implement CommandSource -
Uses of CommandSource in net.minecraft.commands
Fields in net.minecraft.commands declared as CommandSourceModifier and TypeFieldDescriptionstatic final CommandSource
CommandSource.NULL
final CommandSource
CommandSourceStack.source
Methods in net.minecraft.commands with parameters of type CommandSourceConstructors in net.minecraft.commands with parameters of type CommandSourceModifierConstructorDescriptionCommandSourceStack
(CommandSource p_81302_, Vec3 p_81303_, Vec2 p_81304_, ServerLevel p_81305_, int p_81306_, String p_81307_, Component p_81308_, MinecraftServer p_81309_, Entity p_81310_) protected
CommandSourceStack
(CommandSource p_282943_, Vec3 p_282023_, Vec2 p_282896_, ServerLevel p_282659_, int p_283075_, String p_282379_, Component p_282469_, MinecraftServer p_281590_, Entity p_281515_, boolean p_282415_, CommandResultCallback p_309630_, EntityAnchorArgument.Anchor p_282332_, CommandSigningContext p_283585_, TaskChainer p_282376_) -
Uses of CommandSource in net.minecraft.gametest.framework
Classes in net.minecraft.gametest.framework that implement CommandSource -
Uses of CommandSource in net.minecraft.server
Classes in net.minecraft.server that implement CommandSource -
Uses of CommandSource in net.minecraft.server.commands
Classes in net.minecraft.server.commands that implement CommandSource -
Uses of CommandSource in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement CommandSource -
Uses of CommandSource in net.minecraft.server.level
Classes in net.minecraft.server.level that implement CommandSource -
Uses of CommandSource in net.minecraft.server.rcon
Classes in net.minecraft.server.rcon that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity
Classes in net.minecraft.world.entity that implement CommandSourceModifier and TypeClassDescriptionclass
class
class
static class
static class
static class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of CommandSource in net.minecraft.world.entity.ambient
Classes in net.minecraft.world.entity.ambient that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.animal
Classes in net.minecraft.world.entity.animal that implement CommandSourceModifier 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
-
Uses of CommandSource in net.minecraft.world.entity.animal.allay
Classes in net.minecraft.world.entity.animal.allay that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.animal.armadillo
Classes in net.minecraft.world.entity.animal.armadillo that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.animal.axolotl
Classes in net.minecraft.world.entity.animal.axolotl that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.animal.camel
Classes in net.minecraft.world.entity.animal.camel that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.animal.frog
Classes in net.minecraft.world.entity.animal.frog that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.animal.goat
Classes in net.minecraft.world.entity.animal.goat that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.animal.horse
Classes in net.minecraft.world.entity.animal.horse that implement CommandSourceModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of CommandSource in net.minecraft.world.entity.animal.sniffer
Classes in net.minecraft.world.entity.animal.sniffer that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.boss
Classes in net.minecraft.world.entity.boss that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.boss.enderdragon
Classes in net.minecraft.world.entity.boss.enderdragon that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.boss.wither
Classes in net.minecraft.world.entity.boss.wither that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.decoration
Classes in net.minecraft.world.entity.decoration that implement CommandSourceModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of CommandSource in net.minecraft.world.entity.item
Classes in net.minecraft.world.entity.item that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.monster
Classes in net.minecraft.world.entity.monster that implement CommandSourceModifier 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
-
Uses of CommandSource in net.minecraft.world.entity.monster.breeze
Classes in net.minecraft.world.entity.monster.breeze that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.monster.hoglin
Classes in net.minecraft.world.entity.monster.hoglin that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.monster.piglin
Classes in net.minecraft.world.entity.monster.piglin that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.monster.warden
Classes in net.minecraft.world.entity.monster.warden that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.npc
Classes in net.minecraft.world.entity.npc that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.player
Classes in net.minecraft.world.entity.player that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.projectile
Classes in net.minecraft.world.entity.projectile that implement CommandSourceModifier 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
-
Uses of CommandSource in net.minecraft.world.entity.projectile.windcharge
Classes in net.minecraft.world.entity.projectile.windcharge that implement CommandSourceModifier and TypeClassDescriptionclass
class
class
-
Uses of CommandSource in net.minecraft.world.entity.raid
Classes in net.minecraft.world.entity.raid that implement CommandSource -
Uses of CommandSource in net.minecraft.world.entity.vehicle
Classes in net.minecraft.world.entity.vehicle that implement CommandSourceModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of CommandSource in net.minecraft.world.level
Classes in net.minecraft.world.level that implement CommandSource -
Uses of CommandSource in net.neoforged.neoforge.client
Constructors in net.neoforged.neoforge.client with parameters of type CommandSourceModifierConstructorDescriptionClientCommandSourceStack
(CommandSource source, Vec3 position, Vec2 rotation, int permission, String plainTextName, Component displayName, Entity executing) -
Uses of CommandSource in net.neoforged.neoforge.common.util
Classes in net.neoforged.neoforge.common.util that implement CommandSourceModifier and TypeClassDescriptionclass
A basic fake server player implementation that can be used to simulate player actions. -
Uses of CommandSource in net.neoforged.neoforge.debug.chat
Constructors in net.neoforged.neoforge.debug.chat with parameters of type CommandSourceModifierConstructorDescriptionErrorCatchingStack
(CommandSource p_81302_, Vec3 p_81303_, Vec2 p_81304_, ServerLevel p_81305_, int p_81306_, String p_81307_, Component p_81308_, MinecraftServer p_81309_, @Nullable Entity p_81310_) -
Uses of CommandSource in net.neoforged.neoforge.debug.entity
Classes in net.neoforged.neoforge.debug.entity that implement CommandSourceModifier and TypeClassDescriptionprivate static class
static final class
static final class
static final class
-
Uses of CommandSource in net.neoforged.neoforge.entity
Classes in net.neoforged.neoforge.entity that implement CommandSource -
Uses of CommandSource in net.neoforged.neoforge.oldtest.client.rendering
Classes in net.neoforged.neoforge.oldtest.client.rendering that implement CommandSource -
Uses of CommandSource in net.neoforged.neoforge.oldtest.entity
Classes in net.neoforged.neoforge.oldtest.entity that implement CommandSourceModifier and TypeClassDescriptionprivate static class
private static class
-
Uses of CommandSource in net.neoforged.testframework.gametest
Classes in net.neoforged.testframework.gametest that implement CommandSource -
Uses of CommandSource in net.neoforged.testframework.junit
Classes in net.neoforged.testframework.junit that implement CommandSource