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 CommandSourceCommandSource.NULLfinal CommandSourceCommandSourceStack.sourceMethods in net.minecraft.commands with parameters of type CommandSourceConstructors in net.minecraft.commands with parameters of type CommandSourceModifierConstructorDescriptionCommandSourceStack(CommandSource source, Vec3 position, Vec2 rotation, ServerLevel level, PermissionSet permissions, String textName, Component displayName, MinecraftServer server, @Nullable Entity entity) privateCommandSourceStack(CommandSource source, Vec3 position, Vec2 rotation, ServerLevel level, PermissionSet permissions, String textName, Component displayName, MinecraftServer server, @Nullable Entity entity, boolean silent, CommandResultCallback resultCallback, EntityAnchorArgument.Anchor anchor, CommandSigningContext signingContext, TaskChainer chatMessageChainer) -
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.minecart
Methods in net.minecraft.world.entity.vehicle.minecart with parameters of type CommandSourceModifier and TypeMethodDescriptionMinecartCommandBlock.MinecartCommandBase.createCommandSourceStack(ServerLevel level, CommandSource source) -
Uses of CommandSource in net.minecraft.world.level
Classes in net.minecraft.world.level that implement CommandSourceMethods in net.minecraft.world.level with parameters of type CommandSourceModifier and TypeMethodDescriptionabstract CommandSourceStackBaseCommandBlock.createCommandSourceStack(ServerLevel level, CommandSource source) -
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, PermissionSet permissions, String plainTextName, Component displayName, Entity executing)