Uses of Interface
net.minecraft.commands.CommandSource
Packages that use CommandSource
Package
Description
-
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
Fields in net.minecraft.server.level declared as CommandSourceMethods in net.minecraft.server.level that return 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.vehicle
Classes in net.minecraft.world.entity.vehicle that implement CommandSource -
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)