Uses of Class
net.minecraft.commands.CommandSourceStack
Packages that use CommandSourceStack
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of CommandSourceStack in net.minecraft.commands
Fields in net.minecraft.commands with type parameters of type CommandSourceStackModifier and TypeFieldDescriptionprivate static final ThreadLocal
<ExecutionContext<CommandSourceStack>> Commands.CURRENT_EXECUTION_CONTEXT
private final com.mojang.brigadier.CommandDispatcher
<CommandSourceStack> Commands.dispatcher
private Optional
<CommandFunction<CommandSourceStack>> CacheableFunction.function
Methods in net.minecraft.commands that return CommandSourceStackModifier and TypeMethodDescriptionCommandSourceStack.facing
(Entity pEntity, EntityAnchorArgument.Anchor pAnchor) CommandSourceStack.withAnchor
(EntityAnchorArgument.Anchor pAnchor) CommandSourceStack.withCallback
(CommandResultCallback pCallback) CommandSourceStack.withCallback
(CommandResultCallback pCallback, BinaryOperator<CommandResultCallback> pOperator) CommandSourceStack.withEntity
(Entity pEntity) CommandSourceStack.withLevel
(ServerLevel pLevel) CommandSourceStack.withMaximumPermission
(int pPermissionLevel) CommandSourceStack.withPermission
(int pPermissionLevel) CommandSourceStack.withPosition
(Vec3 pPos) CommandSourceStack.withRotation
(Vec2 pRotation) CommandSourceStack.withSigningContext
(CommandSigningContext pSigningContext, TaskChainer pChatMessageChainer) CommandSourceStack.withSource
(CommandSource pSource) CommandSourceStack.withSuppressedOutput()
Methods in net.minecraft.commands that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic <T> com.mojang.brigadier.builder.RequiredArgumentBuilder
<CommandSourceStack, T> com.mojang.brigadier.CommandDispatcher
<CommandSourceStack> CommandSourceStack.dispatcher()
private static com.mojang.brigadier.context.ContextChain
<CommandSourceStack> Commands.finishParsing
(com.mojang.brigadier.ParseResults<CommandSourceStack> p_307220_, String p_307311_, CommandSourceStack p_307676_) CacheableFunction.get
(ServerFunctionManager pFunctionManager) com.mojang.brigadier.CommandDispatcher
<CommandSourceStack> Commands.getDispatcher()
static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> Methods in net.minecraft.commands with parameters of type CommandSourceStackModifier and TypeMethodDescriptionstatic void
Commands.executeCommandInContext
(CommandSourceStack pSource, Consumer<ExecutionContext<CommandSourceStack>> pContextConsumer) private void
Commands.fillUsableCommands
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_82113_, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> p_82114_, CommandSourceStack p_82115_, Map<com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> p_82116_) private static com.mojang.brigadier.context.ContextChain
<CommandSourceStack> Commands.finishParsing
(com.mojang.brigadier.ParseResults<CommandSourceStack> p_307220_, String p_307311_, CommandSourceStack p_307676_) void
Commands.performPrefixedCommand
(CommandSourceStack pSource, String pCommand) Method parameters in net.minecraft.commands with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic void
Commands.executeCommandInContext
(CommandSourceStack pSource, Consumer<ExecutionContext<CommandSourceStack>> pContextConsumer) private void
Commands.fillUsableCommands
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_82113_, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> p_82114_, CommandSourceStack p_82115_, Map<com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> p_82116_) private void
Commands.fillUsableCommands
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_82113_, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> p_82114_, CommandSourceStack p_82115_, Map<com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> p_82116_) private static com.mojang.brigadier.context.ContextChain
<CommandSourceStack> Commands.finishParsing
(com.mojang.brigadier.ParseResults<CommandSourceStack> p_307220_, String p_307311_, CommandSourceStack p_307676_) void
Commands.performCommand
(com.mojang.brigadier.ParseResults<CommandSourceStack> p_242844_, String p_242841_) -
Uses of CommandSourceStack in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments with type parameters of type CommandSourceStackModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> ScoreHolderArgument.SUGGEST_SCORE_HOLDERS
Methods in net.minecraft.commands.arguments with parameters of type CommandSourceStackModifier and TypeMethodDescriptionEntityAnchorArgument.Anchor.apply
(CommandSourceStack pSource) Gets the coordinate based on the given command source's position.private static CompletableFuture
<FilteredText> MessageArgument.filterPlainText
(CommandSourceStack pSource, PlayerChatMessage pMessage) float
AngleArgument.SingleAngle.getAngle
(CommandSourceStack pSource) Collection
<com.mojang.authlib.GameProfile> GameProfileArgument.Result.getNames
(CommandSourceStack pSource) Collection
<com.mojang.authlib.GameProfile> GameProfileArgument.SelectorResult.getNames
(CommandSourceStack pSource) ScoreHolderArgument.Result.getNames
(CommandSourceStack pSource, Supplier<Collection<ScoreHolder>> pObjectives) ScoreHolderArgument.SelectorResult.getNames
(CommandSourceStack pSource, Supplier<Collection<ScoreHolder>> pObjectives) (package private) Component
MessageArgument.Message.resolveComponent
(CommandSourceStack pSource) private static void
MessageArgument.resolveDisguisedMessage
(Consumer<PlayerChatMessage> pCallback, CommandSourceStack pSource, PlayerChatMessage pMessage) private static void
MessageArgument.resolveSignedMessage
(Consumer<PlayerChatMessage> pCallback, CommandSourceStack pSource, PlayerChatMessage pMessage) MessageArgument.Message.toComponent
(CommandSourceStack pSource, boolean pAllowSelectors) Converts this message into a text component, replacing any selectors in the text with the actual evaluated selector.MessageArgument.Part.toComponent
(CommandSourceStack pSource) Runs the selector and returns the component produced by it.Method parameters in net.minecraft.commands.arguments with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic AdvancementHolder
ResourceLocationArgument.getAdvancement
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_106988_, String p_106989_) static EntityAnchorArgument.Anchor
EntityAnchorArgument.getAnchor
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_90354_, String p_90355_) static float
AngleArgument.getAngle
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_83811_, String p_83812_) static Holder.Reference
<Attribute> ResourceArgument.getAttribute
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_248753_, String p_251157_) static ChatFormatting
ColorArgument.getColor
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_85467_, String p_85468_) static Component
ComponentArgument.getComponent
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_87118_, String p_87119_) static Holder.Reference
<ConfiguredFeature<?, ?>> ResourceArgument.getConfiguredFeature
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_250819_, String p_252256_) static Holder.Reference
<ConfiguredFeature<?, ?>> ResourceKeyArgument.getConfiguredFeature
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_249310_, String p_250729_) static ObjectiveCriteria
ObjectiveCriteriaArgument.getCriteria
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_102566_, String p_102567_) static ServerLevel
DimensionArgument.getDimension
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_88809_, String p_88810_) static DisplaySlot
ScoreboardSlotArgument.getDisplaySlot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_109200_, String p_109201_) static Holder.Reference
<Enchantment> ResourceArgument.getEnchantment
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_248656_, String p_248713_) static Collection
<? extends Entity> EntityArgument.getEntities
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91462_, String p_91463_) static Entity
EntityArgument.getEntity
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91453_, String p_91454_) static Holder.Reference
<EntityType<?>> ResourceArgument.getEntityType
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_251258_, String p_252322_) static GameType
GameModeArgument.getGameMode
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_259927_, String p_260246_) static Collection
<com.mojang.authlib.GameProfile> GameProfileArgument.getGameProfiles
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_94591_, String p_94592_) static Heightmap.Types
HeightmapTypeArgument.getHeightmap
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_275445_, String p_275449_) static ResourceLocation
ResourceLocationArgument.getId
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_107012_, String p_107013_) static Holder
<LootItemFunction> ResourceOrIdArgument.getLootModifier
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_335678_, String p_336178_) static Holder
<LootItemCondition> ResourceOrIdArgument.getLootPredicate
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_336183_, String p_336098_) ResourceOrIdArgument.getLootTable
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_335373_, String p_336017_) static Component
MessageArgument.getMessage
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_96836_, String p_96837_) static Mirror
TemplateMirrorArgument.getMirror
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_234345_, String p_234346_) static Holder.Reference
<MobEffect> ResourceArgument.getMobEffect
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_250521_, String p_249927_) static ScoreHolder
ScoreHolderArgument.getName
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_108224_, String p_108225_) static Collection
<ScoreHolder> ScoreHolderArgument.getNames
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_108244_, String p_108245_) static Collection
<ScoreHolder> ScoreHolderArgument.getNames
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_108227_, String p_108228_, Supplier<Collection<ScoreHolder>> p_108229_) static Collection
<ScoreHolder> ScoreHolderArgument.getNamesWithDefaultWildcard
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_108247_, String p_108248_) static Objective
ObjectiveArgument.getObjective
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_101961_, String p_101962_) static OperationArgument.Operation
OperationArgument.getOperation
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_103276_, String p_103277_) static Collection
<? extends Entity> EntityArgument.getOptionalEntities
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91468_, String p_91469_) static Collection
<ServerPlayer> EntityArgument.getOptionalPlayers
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91472_, String p_91473_) static ParticleOptions
ParticleArgument.getParticle
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_103938_, String p_103939_) static NbtPathArgument.NbtPath
NbtPathArgument.getPath
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_99499_, String p_99500_) static ServerPlayer
EntityArgument.getPlayer
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91475_, String p_91476_) static Collection
<ServerPlayer> EntityArgument.getPlayers
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91478_, String p_91479_) static MinMaxBounds.Doubles
RangeArgument.Floats.getRange
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_170805_, String p_170806_) static MinMaxBounds.Ints
RangeArgument.Ints.getRange
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_105420_, String p_105421_) static RecipeHolder
<?> ResourceLocationArgument.getRecipe
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_106995_, String p_106996_) private static <T> Registry
<T> ResourceKeyArgument.getRegistry
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_212379_, ResourceKey<? extends Registry<T>> p_212380_) private static <T> ResourceKey
<T> ResourceKeyArgument.getRegistryKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_212374_, String p_212375_, ResourceKey<Registry<T>> p_212376_, com.mojang.brigadier.exceptions.DynamicCommandExceptionType p_212377_) static <T> Holder.Reference
<T> ResourceArgument.getResource
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_251788_, String p_251996_, ResourceKey<Registry<T>> p_250077_) private static <T> Holder
<T> ResourceOrIdArgument.getResource
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_336122_, String p_335417_) static <T> ResourceOrTagArgument.Result
<T> ResourceOrTagArgument.getResourceOrTag
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_249001_, String p_251520_, ResourceKey<Registry<T>> p_250370_) static <T> ResourceOrTagKeyArgument.Result
<T> ResourceOrTagKeyArgument.getResourceOrTagKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_252162_, String p_248628_, ResourceKey<Registry<T>> p_249008_, com.mojang.brigadier.exceptions.DynamicCommandExceptionType p_251387_) static Rotation
TemplateRotationArgument.getRotation
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_234416_, String p_234417_) static int
SlotArgument.getSlot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_111280_, String p_111281_) static SlotRange
SlotsArgument.getSlots
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_332720_, String p_332685_) static Holder.Reference
<Structure> ResourceArgument.getStructure
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_250288_, String p_250856_) static Holder.Reference
<Structure> ResourceKeyArgument.getStructure
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_248804_, String p_251331_) ResourceKeyArgument.getStructureTemplatePool
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_252203_, String p_250407_) static Style
StyleArgument.getStyle
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_313889_, String p_313891_) static Holder.Reference
<EntityType<?>> ResourceArgument.getSummonableEntityType
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_251880_, String p_250243_) static PlayerTeam
TeamArgument.getTeam
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_112092_, String p_112093_) static UUID
UuidArgument.getUuid
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_113854_, String p_113855_) static Objective
ObjectiveArgument.getWritableObjective
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_101966_, String p_101967_) static void
MessageArgument.resolveChatMessage
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_249433_, String p_248718_, Consumer<PlayerChatMessage> p_249460_) private static <T> Holder.Reference
<T> ResourceKeyArgument.resolveKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_248662_, String p_252172_, ResourceKey<Registry<T>> p_249701_, com.mojang.brigadier.exceptions.DynamicCommandExceptionType p_249790_) -
Uses of CommandSourceStack in net.minecraft.commands.arguments.blocks
Method parameters in net.minecraft.commands.arguments.blocks with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic BlockInput
BlockStateArgument.getBlock
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_116124_, String p_116125_) static Predicate
<BlockInWorld> BlockPredicateArgument.getBlockPredicate
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_115574_, String p_115575_) -
Uses of CommandSourceStack in net.minecraft.commands.arguments.coordinates
Methods in net.minecraft.commands.arguments.coordinates with parameters of type CommandSourceStackModifier and TypeMethodDescriptiondefault BlockPos
Coordinates.getBlockPos
(CommandSourceStack pSource) Coordinates.getPosition
(CommandSourceStack pSource) LocalCoordinates.getPosition
(CommandSourceStack pSource) WorldCoordinates.getPosition
(CommandSourceStack pSource) Coordinates.getRotation
(CommandSourceStack pSource) LocalCoordinates.getRotation
(CommandSourceStack pSource) WorldCoordinates.getRotation
(CommandSourceStack pSource) Method parameters in net.minecraft.commands.arguments.coordinates with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic BlockPos
BlockPosArgument.getBlockPos
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_265651_, String p_265039_) static ColumnPos
ColumnPosArgument.getColumnPos
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_118993_, String p_118994_) static Coordinates
Vec3Argument.getCoordinates
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120850_, String p_120851_) static BlockPos
BlockPosArgument.getLoadedBlockPos
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_118243_, String p_118244_) static BlockPos
BlockPosArgument.getLoadedBlockPos
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_265283_, ServerLevel p_265219_, String p_265677_) static Coordinates
RotationArgument.getRotation
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120483_, String p_120484_) static BlockPos
BlockPosArgument.getSpawnablePos
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_174396_, String p_174397_) static EnumSet
<Direction.Axis> SwizzleArgument.getSwizzle
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120811_, String p_120812_) static Vec2
Vec2Argument.getVec2
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120826_, String p_120827_) static Vec3
Vec3Argument.getVec3
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120845_, String p_120846_) -
Uses of CommandSourceStack in net.minecraft.commands.arguments.item
Methods in net.minecraft.commands.arguments.item that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptionFunctionArgument.Result.create
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120955_) (package private) static CommandFunction
<CommandSourceStack> FunctionArgument.getFunction
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120929_, ResourceLocation p_120930_) static com.mojang.datafixers.util.Pair
<ResourceLocation, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.getFunctionCollection
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_314719_, String p_314716_) static com.mojang.datafixers.util.Pair
<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.getFunctionOrTag
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120921_, String p_120922_) static com.mojang.datafixers.util.Pair
<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.getFunctionOrTag
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120921_, String p_120922_) static Collection
<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctions
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120911_, String p_120912_) (package private) static Collection
<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctionTag
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_235274_, ResourceLocation p_235275_) com.mojang.datafixers.util.Pair
<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.Result.unwrap
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120956_) com.mojang.datafixers.util.Pair
<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.Result.unwrap
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120956_) com.mojang.datafixers.util.Pair
<ResourceLocation, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.Result.unwrapToCollection
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_314714_) Method parameters in net.minecraft.commands.arguments.item with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionFunctionArgument.Result.create
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120955_) (package private) static CommandFunction
<CommandSourceStack> FunctionArgument.getFunction
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120929_, ResourceLocation p_120930_) static com.mojang.datafixers.util.Pair
<ResourceLocation, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.getFunctionCollection
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_314719_, String p_314716_) static com.mojang.datafixers.util.Pair
<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.getFunctionOrTag
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120921_, String p_120922_) static Collection
<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctions
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120911_, String p_120912_) (package private) static Collection
<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctionTag
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_235274_, ResourceLocation p_235275_) static ItemPredicateArgument.Result
ItemPredicateArgument.getItemPredicate
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_121041_, String p_121042_) com.mojang.datafixers.util.Pair
<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.Result.unwrap
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120956_) com.mojang.datafixers.util.Pair
<ResourceLocation, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.Result.unwrapToCollection
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_314714_) -
Uses of CommandSourceStack in net.minecraft.commands.arguments.selector
Methods in net.minecraft.commands.arguments.selector with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate void
EntitySelector.checkPermissions
(CommandSourceStack pSource) EntitySelector.findEntities
(CommandSourceStack pSource) EntitySelector.findPlayers
(CommandSourceStack pSource) EntitySelector.findSingleEntity
(CommandSourceStack pSource) EntitySelector.findSinglePlayer
(CommandSourceStack pSource) -
Uses of CommandSourceStack in net.minecraft.commands.synchronization
Fields in net.minecraft.commands.synchronization with type parameters of type CommandSourceStackModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> SuggestionProviders.ALL_RECIPES
static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> SuggestionProviders.AVAILABLE_SOUNDS
static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> SuggestionProviders.SUMMONABLE_ENTITIES
-
Uses of CommandSourceStack in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as CommandSourceStackModifier and TypeFieldDescriptionprivate final CommandSourceStack
TestCommand.TestBatchSummaryDisplayer.source
The field for thesource
record component.private final CommandSourceStack
TestFinder.source
Methods in net.minecraft.gametest.framework that return CommandSourceStackModifier and TypeMethodDescriptionTestCommand.TestBatchSummaryDisplayer.source()
Returns the value of thesource
record component.TestFinder.source()
Methods in net.minecraft.gametest.framework that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320397_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320472_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320965_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320702_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_320600_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptionsAndBuildInfo
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320872_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320896_) Methods in net.minecraft.gametest.framework with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate T
TestFinder.Builder.build
(CommandSourceStack pSource, TestFunctionFinder pTestFunctionFinder, StructureBlockPosFinder pStructureBlockPosFinder) private static int
TestCommand.createNewStructure
(CommandSourceStack pSource, String pStructureName, int pX, int pY, int pZ) (package private) static BlockPos
TestCommand.createTestPositionAround
(CommandSourceStack pSource) private static int
TestCommand.exportTestStructure
(CommandSourceStack pSource, String pStructurePath) private static int
TestCommand.importTestStructure
(CommandSourceStack pSource, String pStructurePath) (package private) static int
TestCommand.saveAndExportTestStructure
(CommandSourceStack pSource, StructureBlockEntity pStructureBlockEntity) (package private) static void
TestCommand.say
(CommandSourceStack pSource, String pMessage) private static int
TestCommand.showPos
(CommandSourceStack pSource, String pVariableName) (package private) static Stream
<GameTestInfo> TestCommand.toGameTestInfo
(CommandSourceStack pSource, RetryOptions pRetryOptions, TestFunctionFinder pTestFunctionFinder, int pRotationSteps) (package private) static Stream
<GameTestInfo> TestCommand.toGameTestInfos
(CommandSourceStack pSource, RetryOptions pRetryOptions, StructureBlockPosFinder pStructureBlockPosFinder) (package private) static int
TestCommand.trackAndStartRunner
(CommandSourceStack pSource, ServerLevel pLevel, GameTestRunner pRunner) Method parameters in net.minecraft.gametest.framework with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionTestFinder.Builder.allNearby
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320216_) TestFinder.Builder.allTests
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320902_) TestFinder.Builder.allTestsInClass
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320256_, String p_320231_) TestFinder.Builder.byArgument
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320475_, String p_320707_) TestFinder.Builder.failedTests
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320220_) TestFinder.Builder.failedTests
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320960_, boolean p_320352_) static String
TestClassNameArgument.getTestClassName
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_127921_, String p_127922_) static TestFunction
TestFunctionArgument.getTestFunction
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_128092_, String p_128093_) TestFinder.Builder.locateByName
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_341208_, String p_341401_) TestFinder.Builder.lookedAt
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320178_) TestFinder.Builder.nearest
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320944_) TestFinder.Builder.radius
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320307_, int p_320811_) static void
TestCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_127947_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320397_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320472_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320397_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320472_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320965_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320702_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_320600_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320965_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320702_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_320600_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptionsAndBuildInfo
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320872_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320896_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptionsAndBuildInfo
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320872_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320896_) Constructors in net.minecraft.gametest.framework with parameters of type CommandSourceStackModifierConstructorDescription(package private)
Creates an instance of aTestBatchSummaryDisplayer
record class.(package private)
TestFinder
(CommandSourceStack pSource, Function<TestFinder<T>, T> pContextProvider, TestFunctionFinder pTestFunctionFinder, StructureBlockPosFinder pStructureBlockPosFinder) -
Uses of CommandSourceStack in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type CommandSourceStackModifier and TypeMethodDescriptionstatic ChatType.Bound
ChatType.bind
(ResourceKey<ChatType> pChatTypeKey, CommandSourceStack pSource) default MutableComponent
ComponentContents.resolve
(CommandSourceStack pNbtPathPattern, Entity pEntity, int pRecursionDepth) private static Style
ComponentUtils.resolveStyle
(CommandSourceStack pCommandSourceStack, Style pStyle, Entity pEntity, int pRecursionDepth) static Optional
<MutableComponent> ComponentUtils.updateForEntity
(CommandSourceStack pCommandSourceStack, Optional<Component> pOptionalComponent, Entity pEntity, int pRecursionDepth) static MutableComponent
ComponentUtils.updateForEntity
(CommandSourceStack pCommandSourceStack, Component pComponent, Entity pEntity, int pRecursionDepth) -
Uses of CommandSourceStack in net.minecraft.network.chat.contents
Methods in net.minecraft.network.chat.contents with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate ScoreHolder
ScoreContents.findTargetName
(CommandSourceStack pSource) BlockDataSource.getData
(CommandSourceStack pSource) DataSource.getData
(CommandSourceStack pSource) EntityDataSource.getData
(CommandSourceStack pSource) StorageDataSource.getData
(CommandSourceStack pSource) private MutableComponent
ScoreContents.getScore
(ScoreHolder pScoreHolder, CommandSourceStack pSource) NbtContents.resolve
(CommandSourceStack pNbtPathPattern, Entity pEntity, int pRecursionDepth) ScoreContents.resolve
(CommandSourceStack pNbtPathPattern, Entity pEntity, int pRecursionDepth) SelectorContents.resolve
(CommandSourceStack pNbtPathPattern, Entity pEntity, int pRecursionDepth) TranslatableContents.resolve
(CommandSourceStack pNbtPathPattern, Entity pEntity, int pRecursionDepth) -
Uses of CommandSourceStack in net.minecraft.server
Fields in net.minecraft.server declared as CommandSourceStackFields in net.minecraft.server with type parameters of type CommandSourceStackModifier and TypeFieldDescriptionprivate final com.mojang.brigadier.CommandDispatcher
<CommandSourceStack> ServerFunctionLibrary.dispatcher
private Map
<ResourceLocation, CommandFunction<CommandSourceStack>> ServerFunctionLibrary.functions
ServerFunctionLibrary.tags
private final TagLoader
<CommandFunction<CommandSourceStack>> ServerFunctionLibrary.tagsLoader
private List
<CommandFunction<CommandSourceStack>> ServerFunctionManager.ticking
static final ResourceKey
<Registry<CommandFunction<CommandSourceStack>>> ServerFunctionLibrary.TYPE_KEY
Methods in net.minecraft.server that return CommandSourceStackModifier and TypeMethodDescriptionMinecraftServer.createCommandSourceStack()
ServerFunctionManager.getGameLoopSender()
Methods in net.minecraft.server that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptionServerFunctionManager.get
(ResourceLocation pFunctionIdentifier) com.mojang.brigadier.CommandDispatcher
<CommandSourceStack> ServerFunctionManager.getDispatcher()
ServerFunctionLibrary.getFunction
(ResourceLocation p_136090_) ServerFunctionLibrary.getFunctions()
ServerFunctionLibrary.getTag
(ResourceLocation pLocation) ServerFunctionManager.getTag
(ResourceLocation pFunctionTagIdentifier) Methods in net.minecraft.server with parameters of type CommandSourceStackModifier and TypeMethodDescriptionvoid
ServerFunctionManager.execute
(CommandFunction<CommandSourceStack> pFunction, CommandSourceStack pSource) void
MinecraftServer.kickUnlistedPlayers
(CommandSourceStack pCommandSource) Method parameters in net.minecraft.server with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionvoid
ServerFunctionManager.execute
(CommandFunction<CommandSourceStack> pFunction, CommandSourceStack pSource) private void
ServerFunctionManager.executeTagFunctions
(Collection<CommandFunction<CommandSourceStack>> pFunctionObjects, ResourceLocation pIdentifier) Constructors in net.minecraft.server with parameters of type CommandSourceStackConstructor parameters in net.minecraft.server with type arguments of type CommandSourceStackModifierConstructorDescriptionServerFunctionLibrary
(int p_136053_, com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136054_) -
Uses of CommandSourceStack in net.minecraft.server.commands
Fields in net.minecraft.server.commands with type parameters of type CommandSourceStackModifier and TypeFieldDescription(package private) static final FunctionCommand.Callbacks
<CommandSourceStack> FunctionCommand.FULL_CONTEXT_CALLBACKS
private static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> DataPackCommand.SELECTED_PACKS
private static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> AdvancementCommands.SUGGEST_ADVANCEMENTS
static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> BossBarCommands.SUGGEST_BOSS_BAR
static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> FunctionCommand.SUGGEST_FUNCTION
static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> LootCommand.SUGGEST_LOOT_TABLE
private static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> ItemCommands.SUGGEST_MODIFIER
private static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> ExecuteCommand.SUGGEST_PREDICATE
private static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> ScheduleCommand.SUGGEST_SCHEDULE
private static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> PlaceCommand.SUGGEST_TEMPLATES
private static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> DataPackCommand.UNSELECTED_PACKS
Methods in net.minecraft.server.commands with type parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate static <T extends com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack,
T>>
TLootCommand.addTargets
(T p_137903_, LootCommand.TailProvider p_137904_) Methods in net.minecraft.server.commands that return CommandSourceStackModifier and TypeMethodDescriptionstatic CommandSourceStack
FunctionCommand.modifySenderForExecution
(CommandSourceStack pSource) private static CommandSourceStack
ExecuteCommand.spawnEntityAndRedirect
(CommandSourceStack pSource, Holder.Reference<EntityType<?>> pEntityType) private static CommandSourceStack
ExecuteCommand.storeData
(CommandSourceStack pSource, DataAccessor pAccessor, NbtPathArgument.NbtPath pPath, IntFunction<Tag> pTagConverter, boolean pStoringResult) private static CommandSourceStack
ExecuteCommand.storeValue
(CommandSourceStack pSource, Collection<ScoreHolder> pTargets, Objective pObjective, boolean pStoringResult) private static CommandSourceStack
ExecuteCommand.storeValue
(CommandSourceStack pSource, CustomBossEvent pBar, boolean pStoringValue, boolean pStoringResult) Methods in net.minecraft.server.commands that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addConditional
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_137075_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_137076_, boolean p_137077_, ExecuteCommand.CommandPredicate p_137078_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addConditionals
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_214438_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_214439_, boolean p_214440_, CommandBuildContext p_214441_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addIfBlocksConditional
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_137080_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_137081_, boolean p_137082_, boolean p_137083_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ScoreboardCommand.addNumberFormats
(CommandBuildContext p_323655_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_313757_, ScoreboardCommand.NumberFormatCommandExecutor p_313912_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.beginEndDestinationAndModeSuffix
(CommandBuildContext p_265681_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> p_265514_) com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> LootCommand.TailProvider.construct
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_138054_, LootCommand.DropConsumer p_138055_) private static com.mojang.brigadier.Command
<CommandSourceStack> ExecuteCommand.createNumericConditionalHandler
(boolean p_137167_, ExecuteCommand.CommandNumericPredicate p_137168_) private static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> ExecuteCommand.createRelationOperations
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_265189_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_265783_) private static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> ScoreboardCommand.createRenderTypeModify()
private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.destinationAndModeSuffix
(CommandBuildContext p_265238_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> p_265621_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> p_265296_) private static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> RandomCommand.drawRandomValueTree
(String p_295419_, boolean p_295785_) private static com.mojang.brigadier.RedirectModifier
<CommandSourceStack> ExecuteCommand.expandOneToManyEntityRelation
(Function<Entity, Stream<Entity>> p_265496_) private static com.mojang.brigadier.RedirectModifier
<CommandSourceStack> ExecuteCommand.expandOneToOneEntityRelation
(Function<Entity, Optional<Entity>> p_265114_) private static Collection
<CommandSourceStack> ExecuteCommand.expect
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137071_, boolean p_137072_, boolean p_137073_) private static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> PlaySoundCommand.source
(SoundSource p_138152_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.wrapStores
(com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack> p_137094_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_137095_, boolean p_137096_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.wrapWithCloneMode
(CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265374_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265134_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265546_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> p_265798_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_265069_) Methods in net.minecraft.server.commands with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate static int
ExperienceCommand.addExperience
(CommandSourceStack pSource, Collection<? extends ServerPlayer> pTargets, int pAmount, ExperienceCommand.Type pType) private static int
AttributeCommand.addModifier
(CommandSourceStack pSource, Entity pEntity, Holder<Attribute> pAttribute, ResourceLocation pId, double pAmount, AttributeModifier.Operation pOperation) private static int
ScoreboardCommand.addObjective
(CommandSourceStack pSource, String pName, ObjectiveCriteria pCriteria, Component pDisplayName) private static int
WhitelistCommand.addPlayers
(CommandSourceStack pSource, Collection<com.mojang.authlib.GameProfile> pPlayers) private static int
ScoreboardCommand.addScore
(CommandSourceStack pSource, Collection<ScoreHolder> pTargets, Objective pObjective, int pAmount) private static int
TagCommand.addTag
(CommandSourceStack pSource, Collection<? extends Entity> pEntities, String pTagName) static int
TimeCommand.addTime
(CommandSourceStack pSource, int pAmount) private static int
TriggerCommand.addValue
(CommandSourceStack pSource, ServerPlayer pPlayer, Objective pObjective, int pValue) private static boolean
ChaseCommand.alreadyRunning
(CommandSourceStack pSource) void
ExecuteCommand.ExecuteIfFunctionCustomModifier.apply
(CommandSourceStack p_309582_, List<CommandSourceStack> p_309642_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_309682_, ChainModifiers p_309694_, ExecutionControl<CommandSourceStack> p_309646_) private static ItemStack
ItemCommands.applyModifier
(CommandSourceStack pSource, Holder<LootItemFunction> pModifier, ItemStack pStack) private static int
BanIpCommands.banIp
(CommandSourceStack pSource, String pIp, Component pReason) private static int
BanIpCommands.banIpOrName
(CommandSourceStack pSource, String pUsername, Component pReason) private static int
BanPlayerCommands.banPlayers
(CommandSourceStack pSource, Collection<com.mojang.authlib.GameProfile> pGameProfiles, Component pReason) private static int
LootCommand.blockDistribute
(CommandSourceStack pSource, BlockPos pPos, List<ItemStack> pItems, LootCommand.Callback pCallback) private static int
LootCommand.blockReplace
(CommandSourceStack pSource, BlockPos pPos, int pSlot, int pNumSlots, List<ItemStack> pItems, LootCommand.Callback pCallback) private static int
ItemCommands.blockToBlock
(CommandSourceStack pSource, BlockPos pSourcePos, int pSourceSlot, BlockPos pPos, int pSlot) private static int
ItemCommands.blockToBlock
(CommandSourceStack pSource, BlockPos pSourcePos, int pSourceSlot, BlockPos pPos, int pSlot, Holder<LootItemFunction> pModifier) private static int
ItemCommands.blockToEntities
(CommandSourceStack pSource, BlockPos pPos, int pSourceSlot, Collection<? extends Entity> pTargets, int pSlot) private static int
ItemCommands.blockToEntities
(CommandSourceStack pSource, BlockPos pPos, int pSourceSlot, Collection<? extends Entity> pTargets, int pSlot, Holder<LootItemFunction> pModifier) private static void
LootCommand.callback
(CommandSourceStack pSource, List<ItemStack> pItems) private static void
LootCommand.callback
(CommandSourceStack pSource, List<ItemStack> pItems, ResourceKey<LootTable> pLootTable) private static int
ForceLoadCommand.changeForceLoad
(CommandSourceStack pSource, ColumnPos pFrom, ColumnPos pTo, boolean pAdd) private static int
RaidCommand.check
(CommandSourceStack pSource) private static boolean
ExecuteCommand.checkCustomPredicate
(CommandSourceStack pSource, Holder<LootItemCondition> pCondition) private static int
ScoreboardCommand.clearDisplaySlot
(CommandSourceStack pSource, DisplaySlot pSlot) private static int
EffectCommands.clearEffect
(CommandSourceStack pSource, Collection<? extends Entity> pTargets, Holder<MobEffect> pEffect) private static int
EffectCommands.clearEffects
(CommandSourceStack pSource, Collection<? extends Entity> pTargets) private static int
ClearInventoryCommands.clearInventory
(CommandSourceStack pSource, Collection<ServerPlayer> pTargetPlayers, Predicate<ItemStack> pItemPredicate, int pMaxCount) private static int
TitleCommand.clearTitle
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets) private static int
ClearInventoryCommands.clearUnlimited
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, Predicate<ItemStack> pFilter) private static int
CloneCommands.clone
(CommandSourceStack pSource, CloneCommands.DimensionAndPosition pBegin, CloneCommands.DimensionAndPosition pEnd, CloneCommands.DimensionAndPosition pTarget, Predicate<BlockInWorld> pFilter, CloneCommands.Mode pMode) private static int
DebugConfigCommand.config
(CommandSourceStack pSource, ServerPlayer pTarget) private static int
ExecuteCommand.countItems
(CommandSourceStack pSource, BlockPos pPos, SlotRange pSlotRange, Predicate<ItemStack> pFilter) private static int
BossBarCommands.createBar
(CommandSourceStack pSource, ResourceLocation pId, Component pDisplayName) static Entity
SummonCommand.createEntity
(CommandSourceStack pSource, Holder.Reference<EntityType<?>> pType, Vec3 pPos, CompoundTag pTag, boolean pRandomizeProperties) private static int
TeamCommand.createTeam
(CommandSourceStack pSource, String pName) private static int
TeamCommand.createTeam
(CommandSourceStack pSource, String pName, Component pDisplayName) private static int
DamageCommand.damage
(CommandSourceStack pSource, Entity pTarget, float pAmount, DamageSource pDamageType) private static int
TeamCommand.deleteTeam
(CommandSourceStack pSource, PlayerTeam pTeam) private static int
DeOpCommands.deopPlayers
(CommandSourceStack pSource, Collection<com.mojang.authlib.GameProfile> pPlayers) private static int
DataPackCommand.disablePack
(CommandSourceStack pSource, Pack pPack) Disables the given pack.private static int
WhitelistCommand.disableWhitelist
(CommandSourceStack pSource) private static int
RideCommand.dismount
(CommandSourceStack pSource, Entity pTarget) private static int
LootCommand.dropInWorld
(CommandSourceStack pSource, Vec3 pPos, List<ItemStack> pItems, LootCommand.Callback pCallback) private static int
TeamCommand.emptyTeam
(CommandSourceStack pSource, PlayerTeam pTeam) private static int
DataPackCommand.enablePack
(CommandSourceStack pSource, Pack pPack, DataPackCommand.Inserter pPriorityCallback) Enables the given pack.private static int
ScoreboardCommand.enableTrigger
(CommandSourceStack pSource, Collection<ScoreHolder> pTargets, Objective pObjective) private static int
WhitelistCommand.enableWhitelist
(CommandSourceStack pSource) private static int
EnchantCommand.enchant
(CommandSourceStack pSource, Collection<? extends Entity> pTargets, Holder<Enchantment> pEnchantment, int pLevel) private static int
ItemCommands.entityToBlock
(CommandSourceStack pSource, Entity pSourceEntity, int pSourceSlot, BlockPos pPos, int pSlot) private static int
ItemCommands.entityToBlock
(CommandSourceStack pSource, Entity pSourceEntity, int pSourceSlot, BlockPos pPos, int pSlot, Holder<LootItemFunction> pModifier) private static int
ItemCommands.entityToEntities
(CommandSourceStack pSource, Entity pSourceEntity, int pSourceSlot, Collection<? extends Entity> pTargets, int pSlot) private static int
ItemCommands.entityToEntities
(CommandSourceStack pSource, Entity pSourceEntity, int pSourceSlot, Collection<? extends Entity> pTargets, int pSlot, Holder<LootItemFunction> pModifier) private static int
FillBiomeCommand.fill
(CommandSourceStack pSource, BlockPos pFrom, BlockPos pTo, Holder.Reference<Biome> pBiome, Predicate<Holder<Biome>> pFilter) private static int
DebugPathCommand.fillBlocks
(CommandSourceStack pStack, BlockPos pPos) private static int
FillCommand.fillBlocks
(CommandSourceStack pSource, BoundingBox pArea, BlockInput pNewBlock, FillCommand.Mode pMode, Predicate<BlockInWorld> pReplacingPredicate) private static int
ChaseCommand.follow
(CommandSourceStack pSource, String pHost, int pPort) private static int
ListPlayersCommand.format
(CommandSourceStack pSource, Function<ServerPlayer, Component> pNameExtractor) private static int
AttributeCommand.getAttributeBase
(CommandSourceStack pSource, Entity pEntity, Holder<Attribute> pAttribute, double pScale) private static int
AttributeCommand.getAttributeModifier
(CommandSourceStack pSource, Entity pEntity, Holder<Attribute> pAttribute, ResourceLocation pId, double pScale) private static int
AttributeCommand.getAttributeValue
(CommandSourceStack pSource, Entity pEntity, Holder<Attribute> pAttribute, double pScale) private static ItemStack
ItemCommands.getBlockItem
(CommandSourceStack pSource, BlockPos pPos, int pSlot) (package private) static Container
ItemCommands.getContainer
(CommandSourceStack p_180328_, BlockPos p_180329_, com.mojang.brigadier.exceptions.Dynamic3CommandExceptionType p_180330_) private static Container
LootCommand.getContainer
(CommandSourceStack pSource, BlockPos pPos) private static int
WeatherCommand.getDuration
(CommandSourceStack pSource, int pTime, IntProvider pTimeProvider) private static int
BossBarCommands.getMax
(CommandSourceStack pSource, CustomBossEvent pBossbar) private static int
BossBarCommands.getPlayers
(CommandSourceStack pSource, CustomBossEvent pBossbar) private static int
ScoreboardCommand.getScore
(CommandSourceStack pSource, ScoreHolder pScoreHolder, Objective pObjective) private static int
WorldBorderCommand.getSize
(CommandSourceStack pSource) private static ItemStack
LootCommand.getSourceHandItem
(CommandSourceStack pSource, EquipmentSlot pSlot) private static int
BossBarCommands.getValue
(CommandSourceStack pSource, CustomBossEvent pBossbar) private static int
BossBarCommands.getVisible
(CommandSourceStack pSource, CustomBossEvent pBossbar) private static int
EffectCommands.giveEffect
(CommandSourceStack pSource, Collection<? extends Entity> pTargets, Holder<MobEffect> pEffect, Integer pSeconds, int pAmplifier, boolean pShowParticles) private static int
GiveCommand.giveItem
(CommandSourceStack pSource, ItemInput pItem, Collection<ServerPlayer> pTargets, int pCount) private static int
RecipeCommand.giveRecipes
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, Collection<RecipeHolder<?>> pRecipes) private static int
RaidCommand.glow
(CommandSourceStack pSource) private static int
TeamCommand.joinTeam
(CommandSourceStack pSource, PlayerTeam pTeam, Collection<ScoreHolder> pPlayers) private static int
KickCommand.kickPlayers
(CommandSourceStack pSource, Collection<ServerPlayer> pPlayers, Component pReason) private static int
KillCommand.kill
(CommandSourceStack pSource, Collection<? extends Entity> pTargets) private static int
ChaseCommand.lead
(CommandSourceStack pSource, String pBindAddress, int pPort) private static int
TeamCommand.leaveTeam
(CommandSourceStack pSource, Collection<ScoreHolder> pPlayers) Removes the listed players from their teams.private static int
DataPackCommand.listAvailablePacks
(CommandSourceStack pSource) Sends a list of available packs to the user.private static int
BossBarCommands.listBars
(CommandSourceStack pSource) private static int
DataPackCommand.listEnabledPacks
(CommandSourceStack pSource) Sends a list of enabled packs to the user.private static int
ForceLoadCommand.listForceLoad
(CommandSourceStack pSource) private static int
TeamCommand.listMembers
(CommandSourceStack pSource, PlayerTeam pTeam) private static int
ScoreboardCommand.listObjectives
(CommandSourceStack pSource) private static int
DataPackCommand.listPacks
(CommandSourceStack pSource) Sends a list of both enabled and available packs to the user.private static int
ListPlayersCommand.listPlayers
(CommandSourceStack pSource) private static int
ListPlayersCommand.listPlayersWithUuids
(CommandSourceStack pSource) private static int
TagCommand.listTags
(CommandSourceStack pSource, Collection<? extends Entity> pEntities) private static int
TeamCommand.listTeams
(CommandSourceStack pSource) private static int
ScoreboardCommand.listTrackedPlayers
(CommandSourceStack pSource) private static int
ScoreboardCommand.listTrackedPlayerScores
(CommandSourceStack pSource, ScoreHolder pScore) private static int
LocateCommand.locateBiome
(CommandSourceStack pSource, ResourceOrTagArgument.Result<Biome> pBiome) private static int
LocateCommand.locatePoi
(CommandSourceStack pSource, ResourceOrTagArgument.Result<PoiType> pPoiType) private static int
LocateCommand.locateStructure
(CommandSourceStack pSource, ResourceOrTagKeyArgument.Result<Structure> pStructure) private static void
GameModeCommand.logGamemodeChange
(CommandSourceStack pSource, ServerPlayer pPlayer, GameType pGameType) private static int
ItemCommands.modifyBlockItem
(CommandSourceStack pSource, BlockPos pPos, int pSlot, Holder<LootItemFunction> pModifier) private static int
ItemCommands.modifyEntityItem
(CommandSourceStack pSource, Collection<? extends Entity> pTargets, int pSourceSlot, Holder<LootItemFunction> pModifer) static CommandSourceStack
FunctionCommand.modifySenderForExecution
(CommandSourceStack pSource) private static int
RideCommand.mount
(CommandSourceStack pSource, Entity pTarget, Entity pVehicle) private static int
OpCommand.opPlayers
(CommandSourceStack pSource, Collection<com.mojang.authlib.GameProfile> pGameProfiles) private static int
PardonCommand.pardonPlayers
(CommandSourceStack pSource, Collection<com.mojang.authlib.GameProfile> pGameProfiles) private static int
AdvancementCommands.perform
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, AdvancementCommands.Action pAction, Collection<AdvancementHolder> pAdvancements) Performs the given action on each advancement in the list, for each player.void
TeleportCommand.LookAt.perform
(CommandSourceStack pSource, Entity pEntity) void
TeleportCommand.LookAtEntity.perform
(CommandSourceStack p_326864_, Entity p_326807_) void
TeleportCommand.LookAtPosition.perform
(CommandSourceStack p_326870_, Entity p_326894_) private static int
AdvancementCommands.performCriterion
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, AdvancementCommands.Action pAction, AdvancementHolder pAdvancement, String pCriterionName) private static int
ScoreboardCommand.performOperation
(CommandSourceStack pSource, Collection<ScoreHolder> pTargets, Objective pTargetObjectives, OperationArgument.Operation pOperation, Collection<ScoreHolder> pSourceEntities, Objective pSourceObjective) private static void
TeleportCommand.performTeleport
(CommandSourceStack pSource, Entity pEntity, ServerLevel pLevel, double pX, double pY, double pZ, Set<RelativeMovement> pRelativeList, float pYaw, float pPitch, TeleportCommand.LookAt pFacing) static int
PlaceCommand.placeFeature
(CommandSourceStack pSource, Holder.Reference<ConfiguredFeature<?, ?>> pFeature, BlockPos pPos) static int
PlaceCommand.placeJigsaw
(CommandSourceStack pSource, Holder<StructureTemplatePool> pTemplatePool, ResourceLocation pTarget, int pMaxDepth, BlockPos pPos) static int
PlaceCommand.placeStructure
(CommandSourceStack pSource, Holder.Reference<Structure> pStructure, BlockPos pPos) static int
PlaceCommand.placeTemplate
(CommandSourceStack pSource, ResourceLocation pTemplate, BlockPos pPos, Rotation pRotation, Mirror pMirror, float pIntegrity, int pSeed) private static int
PlaySoundCommand.playSound
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, ResourceLocation pSound, SoundSource pCategory, Vec3 pPos, float pVolume, float pPitch, float pMinVolume) private static int
RaidCommand.playSound
(CommandSourceStack pSource, Component pType) private static int
ServerPackCommand.popPack
(CommandSourceStack pSource, UUID pUuid) private static int
PublishCommand.publish
(CommandSourceStack pSource, int pPort, boolean pCheats, GameType pGameMode) private static int
ServerPackCommand.pushPack
(CommandSourceStack pSource, String pUrl, Optional<UUID> pUuid, Optional<String> pHash) private static int
ExperienceCommand.queryExperience
(CommandSourceStack pSource, ServerPlayer pPlayer, ExperienceCommand.Type pType) private static int
ForceLoadCommand.queryForceLoad
(CommandSourceStack pSource, ColumnPos pPos) (package private) static <T extends GameRules.Value<T>>
intGameRuleCommand.queryRule
(CommandSourceStack pSource, GameRules.Key<T> pGameRule) private static int
TimeCommand.queryTime
(CommandSourceStack pSource, int pTime) private static int
RandomCommand.randomSample
(CommandSourceStack pSource, MinMaxBounds.Ints pRange, ResourceLocation pSequence, boolean pDisplayResult) private static int
WhitelistCommand.reload
(CommandSourceStack pSource) static void
ReloadCommand.reloadPacks
(Collection<String> pSelectedIds, CommandSourceStack pSource) private static int
ScheduleCommand.remove
(CommandSourceStack pSource, String pFunction) private static int
ForceLoadCommand.removeAll
(CommandSourceStack pSource) private static int
BossBarCommands.removeBar
(CommandSourceStack pSource, CustomBossEvent pBossbar) private static int
AttributeCommand.removeModifier
(CommandSourceStack pSource, Entity pEntity, Holder<Attribute> pAttribute, ResourceLocation pId) private static int
ScoreboardCommand.removeObjective
(CommandSourceStack pSource, Objective pObjective) private static int
WhitelistCommand.removePlayers
(CommandSourceStack pSource, Collection<com.mojang.authlib.GameProfile> pPlayers) private static int
ScoreboardCommand.removeScore
(CommandSourceStack pSource, Collection<ScoreHolder> pTargets, Objective pObjective, int pAmount) private static int
TagCommand.removeTag
(CommandSourceStack pSource, Collection<? extends Entity> pEntities, String pTagName) private static int
RandomCommand.resetAllSequences
(CommandSourceStack pSource) private static int
RandomCommand.resetAllSequencesAndSetNewDefaults
(CommandSourceStack pSource, int pSeed, boolean pIncludeWorldSeed, boolean pIncludeSequenceId) private static int
ScoreboardCommand.resetScore
(CommandSourceStack pSource, Collection<ScoreHolder> pTargets, Objective pObjective) private static int
ScoreboardCommand.resetScores
(CommandSourceStack pSource, Collection<ScoreHolder> pTargets) private static int
RandomCommand.resetSequence
(CommandSourceStack pSource, ResourceLocation pSequence) private static int
RandomCommand.resetSequence
(CommandSourceStack pSource, ResourceLocation pSequence, int pSeed, boolean pIncludeWorldSeed, boolean pIncludeSequenceId) private static int
TitleCommand.resetTitle
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets) private static int
WardenSpawnTrackerCommand.resetTracker
(CommandSourceStack pSource, Collection<? extends Player> pTargets) void
DebugCommand.TraceCustomExecutor.runGuarded
(CommandSourceStack p_309716_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_306169_, ChainModifiers p_309697_, ExecutionControl<CommandSourceStack> p_306283_) void
FunctionCommand.FunctionCustomExecutor.runGuarded
(CommandSourceStack p_305800_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_305848_, ChainModifiers p_309662_, ExecutionControl<CommandSourceStack> p_306013_) private static int
SaveAllCommand.saveAll
(CommandSourceStack pSource, boolean pFlush) private static void
PerfCommand.saveResults
(CommandSourceStack pSource, Path pPath, MinecraftServer pServer) private static int
ScheduleCommand.schedule
(CommandSourceStack p_138429_, com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> p_138430_, int p_138431_, boolean p_138432_) private static void
MsgCommand.sendMessage
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, PlayerChatMessage pMessage) private static void
TeamMsgCommand.sendMessage
(CommandSourceStack pSource, Entity pSender, PlayerTeam pTeam, List<ServerPlayer> pTeamMembers, PlayerChatMessage pChatMessage) private static int
ParticleCommand.sendParticles
(CommandSourceStack pSource, ParticleOptions pParticleData, Vec3 pPos, Vec3 pDelta, float pSpeed, int pCount, boolean pForce, Collection<ServerPlayer> pViewers) private static void
ServerPackCommand.sendToAllConnections
(CommandSourceStack pSource, Packet<?> pPacket) private static int
AttributeCommand.setAttributeBase
(CommandSourceStack pSource, Entity pEntity, Holder<Attribute> pAttribute, double pValue) private static int
SetBlockCommand.setBlock
(CommandSourceStack pSource, BlockPos pPos, BlockInput pState, SetBlockCommand.Mode pMode, Predicate<BlockInWorld> pPredicate) private static int
ItemCommands.setBlockItem
(CommandSourceStack pSource, BlockPos pPos, int pSlot, ItemStack pItem) private static int
WorldBorderCommand.setCenter
(CommandSourceStack pSource, Vec2 pPos) private static int
WeatherCommand.setClear
(CommandSourceStack pSource, int pTime) private static int
TeamCommand.setCollision
(CommandSourceStack pSource, PlayerTeam pTeam, Team.CollisionRule pRule) private static int
BossBarCommands.setColor
(CommandSourceStack pSource, CustomBossEvent pBossbar, BossEvent.BossBarColor pColor) private static int
TeamCommand.setColor
(CommandSourceStack pSource, PlayerTeam pTeam, ChatFormatting pValue) private static int
WorldBorderCommand.setDamageAmount
(CommandSourceStack pSource, float pDamagePerBlock) private static int
WorldBorderCommand.setDamageBuffer
(CommandSourceStack pSource, float pDistance) private static int
TeamCommand.setDeathMessageVisibility
(CommandSourceStack pSource, PlayerTeam pTeam, Team.Visibility pVisibility) static int
DifficultyCommand.setDifficulty
(CommandSourceStack pSource, Difficulty pDifficulty) private static int
ScoreboardCommand.setDisplayAutoUpdate
(CommandSourceStack pSource, Objective pObjective, boolean pDisplayAutoUpdate) private static int
ScoreboardCommand.setDisplayName
(CommandSourceStack pSource, Objective pObjective, Component pDisplayName) private static int
TeamCommand.setDisplayName
(CommandSourceStack pSource, PlayerTeam pTeam, Component pValue) private static int
ScoreboardCommand.setDisplaySlot
(CommandSourceStack pSource, DisplaySlot pSlot, Objective pObjective) private static int
ItemCommands.setEntityItem
(CommandSourceStack pSource, Collection<? extends Entity> pTargets, int pSlot, ItemStack pItem) private static int
ExperienceCommand.setExperience
(CommandSourceStack pSource, Collection<? extends ServerPlayer> pTargets, int pAmount, ExperienceCommand.Type pType) private static int
TickCommand.setFreeze
(CommandSourceStack pSource, boolean pFrozen) private static int
TeamCommand.setFriendlyFire
(CommandSourceStack pSource, PlayerTeam pTeam, boolean pValue) private static int
TeamCommand.setFriendlySight
(CommandSourceStack pSource, PlayerTeam pTeam, boolean pValue) private static int
SetPlayerIdleTimeoutCommand.setIdleTimeout
(CommandSourceStack pSource, int pIdleTimeout) private static int
BossBarCommands.setMax
(CommandSourceStack pSource, CustomBossEvent pBossbar, int pMax) private static int
DefaultGameModeCommands.setMode
(CommandSourceStack pCommandSource, GameType pGamemode) Sets theGameType
of the player who ran the command.private static int
BossBarCommands.setName
(CommandSourceStack pSource, CustomBossEvent pBossbar, Component pName) private static int
TeamCommand.setNametagVisibility
(CommandSourceStack pSource, PlayerTeam pTeam, Team.Visibility pVisibility) private static int
ScoreboardCommand.setObjectiveFormat
(CommandSourceStack pSource, Objective pObjective, NumberFormat pFormat) private static int
BossBarCommands.setPlayers
(CommandSourceStack pSource, CustomBossEvent pBossbar, Collection<ServerPlayer> pPlayers) private static int
TeamCommand.setPrefix
(CommandSourceStack pSource, PlayerTeam pTeam, Component pPrefix) private static int
RaidCommand.setRaidOmenLevel
(CommandSourceStack pSource, int pLevel) private static int
WeatherCommand.setRain
(CommandSourceStack pSource, int pTime) private static int
ScoreboardCommand.setRenderType
(CommandSourceStack pSource, Objective pObjective, ObjectiveCriteria.RenderType pRenderType) private static int
ScoreboardCommand.setScore
(CommandSourceStack pSource, Collection<ScoreHolder> pTargets, Objective pObjective, int pNewValue) private static int
ScoreboardCommand.setScoreDisplay
(CommandSourceStack pSource, Collection<ScoreHolder> pTargets, Objective pObjective, Component pDisplayName) private static int
ScoreboardCommand.setScoreNumberFormat
(CommandSourceStack pSource, Collection<ScoreHolder> pTargets, Objective pObjective, NumberFormat pNumberFormat) private static int
WorldBorderCommand.setSize
(CommandSourceStack pSource, double pNewSize, long pTime) private static int
SetSpawnCommand.setSpawn
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, BlockPos pPos, float pAngle) private static int
SetWorldSpawnCommand.setSpawn
(CommandSourceStack pSource, BlockPos pPos, float pAngle) private static int
BossBarCommands.setStyle
(CommandSourceStack pSource, CustomBossEvent pBossbar, BossEvent.BossBarOverlay pStyle) private static int
TeamCommand.setSuffix
(CommandSourceStack pSource, PlayerTeam pTeam, Component pSuffix) private static int
WeatherCommand.setThunder
(CommandSourceStack pSource, int pTime) private static int
TickCommand.setTickingRate
(CommandSourceStack pSource, float pTickRate) static int
TimeCommand.setTime
(CommandSourceStack pSource, int pTime) private static int
TitleCommand.setTimes
(CommandSourceStack pSource, Collection<ServerPlayer> pTarget, int pFade, int pStay, int pFadeOut) private static int
BossBarCommands.setValue
(CommandSourceStack pSource, CustomBossEvent pBossbar, int pValue) private static int
TriggerCommand.setValue
(CommandSourceStack pSource, ServerPlayer pPlayer, Objective pObjective, int pValue) private static int
BossBarCommands.setVisible
(CommandSourceStack pSource, CustomBossEvent pBossbar, boolean pVisible) private static int
WorldBorderCommand.setWarningDistance
(CommandSourceStack pSource, int pDistance) private static int
WardenSpawnTrackerCommand.setWarningLevel
(CommandSourceStack pSource, Collection<? extends Player> pTargets, int pWarningLevel) private static int
WorldBorderCommand.setWarningTime
(CommandSourceStack pSource, int pTime) private static int
BanListCommands.showList
(CommandSourceStack pSource, Collection<? extends BanListEntry<?>> pBannedPlayerList) private static int
WhitelistCommand.showList
(CommandSourceStack pSource) static int
LocateCommand.showLocateResult
(CommandSourceStack p_263098_, ResourceOrTagArgument.Result<?> p_262956_, BlockPos p_262917_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_263074_, String p_262937_, boolean p_263051_, Duration p_263028_) static int
LocateCommand.showLocateResult
(CommandSourceStack p_263019_, ResourceOrTagKeyArgument.Result<?> p_263031_, BlockPos p_262989_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_262959_, String p_263045_, boolean p_262934_, Duration p_262960_) private static int
LocateCommand.showLocateResult
(CommandSourceStack p_262983_, BlockPos p_263016_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_262941_, String p_263083_, boolean p_263010_, String p_263048_, Duration p_263040_) private static int
TitleCommand.showTitle
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, Component pTitle, String pTitleType, Function<Component, Packet<?>> pPacketGetter) private static int
TriggerCommand.simpleTrigger
(CommandSourceStack pSource, ServerPlayer pPlayer, Objective pObjective) private static int
SpawnArmorTrimsCommand.spawnArmorTrims
(CommandSourceStack pSource, Player pPlayer) private static int
SummonCommand.spawnEntity
(CommandSourceStack pSource, Holder.Reference<EntityType<?>> pType, Vec3 pPos, CompoundTag pTag, boolean pRandomizeProperties) private static CommandSourceStack
ExecuteCommand.spawnEntityAndRedirect
(CommandSourceStack pSource, Holder.Reference<EntityType<?>> pEntityType) private static int
RaidCommand.spawnLeader
(CommandSourceStack pSource) private static int
DebugMobSpawningCommand.spawnMobs
(CommandSourceStack pSource, MobCategory pMobCategory, BlockPos pPos) private static int
SpectateCommand.spectate
(CommandSourceStack pSource, Entity pTarget, ServerPlayer pPlayer) private static int
SpreadPlayersCommand.spreadPlayers
(CommandSourceStack pSource, Vec2 pCenter, float pSpreadDistance, float pMaxRange, int pMaxHeight, boolean pRespectTeams, Collection<? extends Entity> pTargets) private static int
TickCommand.sprint
(CommandSourceStack pSource, int pSprintTime) private static int
DebugCommand.start
(CommandSourceStack pSource) private static int
RaidCommand.start
(CommandSourceStack pSource, int pBadOmenLevel) private static int
JfrCommand.startJfr
(CommandSourceStack pSource) private static int
PerfCommand.startProfilingDedicatedServer
(CommandSourceStack pSource) private static int
TickCommand.step
(CommandSourceStack pSource, int pTicks) private static int
ChaseCommand.stop
(CommandSourceStack pSource) private static int
DebugCommand.stop
(CommandSourceStack pSource) private static int
RaidCommand.stop
(CommandSourceStack pSource) private static int
JfrCommand.stopJfr
(CommandSourceStack pSource) private static int
PerfCommand.stopProfilingDedicatedServer
(CommandSourceStack pSource) private static int
StopSoundCommand.stopSound
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, SoundSource pCategory, ResourceLocation pSound) private static int
TickCommand.stopSprinting
(CommandSourceStack pSource) private static int
TickCommand.stopStepping
(CommandSourceStack pSource) private static CommandSourceStack
ExecuteCommand.storeData
(CommandSourceStack pSource, DataAccessor pAccessor, NbtPathArgument.NbtPath pPath, IntFunction<Tag> pTagConverter, boolean pStoringResult) private static CommandSourceStack
ExecuteCommand.storeValue
(CommandSourceStack pSource, Collection<ScoreHolder> pTargets, Objective pObjective, boolean pStoringResult) private static CommandSourceStack
ExecuteCommand.storeValue
(CommandSourceStack pSource, CustomBossEvent pBar, boolean pStoringValue, boolean pStoringResult) static CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> TriggerCommand.suggestObjectives
(CommandSourceStack p_139149_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_139150_) private static CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> ScoreboardCommand.suggestTriggers
(CommandSourceStack p_138511_, Collection<ScoreHolder> p_138512_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_138513_) private static int
RecipeCommand.takeRecipes
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, Collection<RecipeHolder<?>> pRecipes) private static int
TeleportCommand.teleportToEntity
(CommandSourceStack pSource, Collection<? extends Entity> pTargets, Entity pDestination) private static int
TeleportCommand.teleportToPos
(CommandSourceStack pSource, Collection<? extends Entity> pTargets, ServerLevel pLevel, Coordinates pPosition, Coordinates pRotation, TeleportCommand.LookAt pFacing) private static int
TickCommand.tickQuery
(CommandSourceStack pSource) private static int
TransferCommand.transfer
(CommandSourceStack pSource, String pHostname, int pPort, Collection<ServerPlayer> pPlayers) private static int
PardonIpCommand.unban
(CommandSourceStack pSource, String pIpAddress) private static int
DebugConfigCommand.unconfig
(CommandSourceStack pSource, UUID pTarget) private static void
PerfCommand.whenStopped
(CommandSourceStack pSource, ProfileResults pResults) Method parameters in net.minecraft.server.commands with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionint
LootCommand.DropConsumer.accept
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_138050_, List<ItemStack> p_138051_, LootCommand.Callback p_138052_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addConditional
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_137075_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_137076_, boolean p_137077_, ExecuteCommand.CommandPredicate p_137078_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addConditional
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_137075_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_137076_, boolean p_137077_, ExecuteCommand.CommandPredicate p_137078_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addConditionals
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_214438_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_214439_, boolean p_214440_, CommandBuildContext p_214441_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addConditionals
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_214438_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_214439_, boolean p_214440_, CommandBuildContext p_214441_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addIfBlocksConditional
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_137080_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_137081_, boolean p_137082_, boolean p_137083_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addIfBlocksConditional
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_137080_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_137081_, boolean p_137082_, boolean p_137083_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ScoreboardCommand.addNumberFormats
(CommandBuildContext p_323655_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_313757_, ScoreboardCommand.NumberFormatCommandExecutor p_313912_) void
ExecuteCommand.ExecuteIfFunctionCustomModifier.apply
(CommandSourceStack p_309582_, List<CommandSourceStack> p_309642_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_309682_, ChainModifiers p_309694_, ExecutionControl<CommandSourceStack> p_309646_) void
ExecuteCommand.ExecuteIfFunctionCustomModifier.apply
(CommandSourceStack p_309582_, List<CommandSourceStack> p_309642_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_309682_, ChainModifiers p_309694_, ExecutionControl<CommandSourceStack> p_309646_) void
ExecuteCommand.ExecuteIfFunctionCustomModifier.apply
(CommandSourceStack p_309582_, List<CommandSourceStack> p_309642_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_309682_, ChainModifiers p_309694_, ExecutionControl<CommandSourceStack> p_309646_) protected abstract CompoundTag
FunctionCommand.FunctionCustomExecutor.arguments
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_306010_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.beginEndDestinationAndModeSuffix
(CommandBuildContext p_265681_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> p_265514_) private static int
ExecuteCommand.checkIfRegions
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137068_, boolean p_137069_) private static OptionalInt
ExecuteCommand.checkRegions
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137221_, boolean p_137222_) private static boolean
ExecuteCommand.checkScore
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137059_, MinMaxBounds.Ints p_137060_) private static boolean
ExecuteCommand.checkScore
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137065_, ExecuteCommand.IntBiPredicate p_313900_) private static int
ExecuteCommand.checkUnlessRegions
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137194_, boolean p_137195_) com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> LootCommand.TailProvider.construct
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_138054_, LootCommand.DropConsumer p_138055_) private static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> ExecuteCommand.createRelationOperations
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_265189_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_265783_) private static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> ExecuteCommand.createRelationOperations
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_265189_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_265783_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.destinationAndModeSuffix
(CommandBuildContext p_265238_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> p_265621_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> p_265296_) private static int
LootCommand.drop
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_287721_, Holder<LootTable> p_335766_, LootParams p_287728_, LootCommand.DropConsumer p_287770_) private static int
LootCommand.dropBlockLoot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137913_, BlockPos p_137914_, ItemStack p_137915_, LootCommand.DropConsumer p_137916_) private static int
LootCommand.dropChestLoot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137933_, Holder<LootTable> p_336054_, LootCommand.DropConsumer p_137935_) private static int
LootCommand.dropFishingLoot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137927_, Holder<LootTable> p_335944_, BlockPos p_137929_, ItemStack p_137930_, LootCommand.DropConsumer p_137931_) private static int
LootCommand.dropKillLoot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137906_, Entity p_137907_, LootCommand.DropConsumer p_137908_) private static Collection
<CommandSourceStack> ExecuteCommand.expect
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137071_, boolean p_137072_, boolean p_137073_) private static List
<AdvancementHolder> AdvancementCommands.getAdvancements
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_300960_, AdvancementHolder p_301220_, AdvancementCommands.Mode p_136335_) static CustomBossEvent
BossBarCommands.getBossBar
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_136585_) private static CloneCommands.DimensionAndPosition
CloneCommands.getLoadedDimensionAndPosition
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_265513_, ServerLevel p_265183_, String p_265511_) private static Pack
DataPackCommand.getPack
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_136816_, String p_136817_, boolean p_136818_) static void
AdvancementCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136311_) static void
AttributeCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_251026_, CommandBuildContext p_250936_) static void
BanIpCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136528_) static void
BanListCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136544_) static void
BanPlayerCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136559_) static void
BossBarCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136583_, CommandBuildContext p_323939_) static void
ChaseCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_196078_) static void
ClearInventoryCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214421_, CommandBuildContext p_214422_) static void
CloneCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214424_, CommandBuildContext p_214425_) static void
DamageCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_270226_, CommandBuildContext p_270136_) static void
DataPackCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136809_) static void
DebugCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136906_) static void
DebugConfigCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_294998_) static void
DebugMobSpawningCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_180111_) static void
DebugPathCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_180124_) static void
DefaultGameModeCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136927_) static void
DeOpCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136889_) static void
DifficultyCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136939_) static void
EffectCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136954_, CommandBuildContext p_251610_) static void
EmoteCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136986_) static void
EnchantCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_251241_, CommandBuildContext p_251038_) static void
ExecuteCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214435_, CommandBuildContext p_214436_) static void
ExperienceCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137307_) static void
FillBiomeCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_261867_, CommandBuildContext p_262155_) static void
FillCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214443_, CommandBuildContext p_214444_) static void
ForceLoadCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137677_) static void
FunctionCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137715_) static void
GameModeCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137730_) static void
GameRuleCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137745_) static void
GiveCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214446_, CommandBuildContext p_214447_) static void
HelpCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137788_) static void
ItemCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214449_, CommandBuildContext p_214450_) static void
JfrCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_183646_) static void
KickCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137796_) static void
KillCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137808_) static void
ListPlayersCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137821_) static void
LocateCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_249870_, CommandBuildContext p_248936_) static void
LootCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214516_, CommandBuildContext p_214517_) static void
MsgCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138061_) static void
OpCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138080_) static void
PardonCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138094_) static void
PardonIpCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138109_) static void
ParticleCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138123_, CommandBuildContext p_248587_) static void
PerfCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_180438_) static void
PlaceCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214548_) static void
PlaySoundCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138157_) static void
PublishCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138185_) static void
RaidCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_180469_, CommandBuildContext p_323666_) static void
RandomCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_295018_) static void
RecipeCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138201_) static void
ReloadCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138227_) static void
RideCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_265201_) static void
SaveAllCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138272_) static void
SaveOffCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138285_) static void
SaveOnCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138293_) static void
SayCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138410_) static void
ScheduleCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138420_) static void
ScoreboardCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138469_, CommandBuildContext p_324608_) static void
SeedCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138590_, boolean p_138591_) static void
ServerPackCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_314567_) static void
SetBlockCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214731_, CommandBuildContext p_214732_) static void
SetPlayerIdleTimeoutCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138635_) static void
SetSpawnCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138644_) static void
SetWorldSpawnCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138661_) static void
SpawnArmorTrimsCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_266758_) static void
SpectateCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138678_) static void
SpreadPlayersCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138697_) static void
StopCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138786_) static void
StopSoundCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138795_) static void
SummonCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_250343_, CommandBuildContext p_250122_) static void
TagCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138837_) static void
TeamCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138878_, CommandBuildContext p_323744_) static void
TeamMsgCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139000_) static void
TeleportCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139009_) static void
TellRawCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139064_, CommandBuildContext p_324061_) static void
TickCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_309001_) static void
TimeCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139072_) static void
TitleCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139103_, CommandBuildContext p_324289_) static void
TransferCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_321596_) static void
TriggerCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139142_) static void
WardenSpawnTrackerCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214774_) static void
WeatherCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139167_) static void
WhitelistCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139202_) static void
WorldBorderCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139247_) int
ScoreboardCommand.NumberFormatCommandExecutor.run
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_313745_, NumberFormat p_313763_) void
DebugCommand.TraceCustomExecutor.runGuarded
(CommandSourceStack p_309716_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_306169_, ChainModifiers p_309697_, ExecutionControl<CommandSourceStack> p_306283_) void
DebugCommand.TraceCustomExecutor.runGuarded
(CommandSourceStack p_309716_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_306169_, ChainModifiers p_309697_, ExecutionControl<CommandSourceStack> p_306283_) void
FunctionCommand.FunctionCustomExecutor.runGuarded
(CommandSourceStack p_305800_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_305848_, ChainModifiers p_309662_, ExecutionControl<CommandSourceStack> p_306013_) void
FunctionCommand.FunctionCustomExecutor.runGuarded
(CommandSourceStack p_305800_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_305848_, ChainModifiers p_309662_, ExecutionControl<CommandSourceStack> p_306013_) private static int
ScheduleCommand.schedule
(CommandSourceStack p_138429_, com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> p_138430_, int p_138431_, boolean p_138432_) private static int
ScheduleCommand.schedule
(CommandSourceStack p_138429_, com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> p_138430_, int p_138431_, boolean p_138432_) private static int
GameModeCommand.setMode
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137732_, Collection<ServerPlayer> p_137733_, GameType p_137734_) (package private) static <T extends GameRules.Value<T>>
intGameRuleCommand.setRule
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137755_, GameRules.Key<T> p_137756_) private static CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> RandomCommand.suggestRandomSequence
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_296223_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_295797_) int
ExecuteCommand.CommandNumericPredicate.test
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137301_) boolean
ExecuteCommand.CommandPredicate.test
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137303_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.wrapStores
(com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack> p_137094_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_137095_, boolean p_137096_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.wrapStores
(com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack> p_137094_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_137095_, boolean p_137096_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.wrapWithCloneMode
(CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265374_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265134_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265546_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> p_265798_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_265069_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.wrapWithCloneMode
(CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265374_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265134_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265546_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> p_265798_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_265069_) -
Uses of CommandSourceStack in net.minecraft.server.commands.data
Fields in net.minecraft.server.commands.data with type parameters of type CommandSourceStackModifier and TypeFieldDescription(package private) static final com.mojang.brigadier.suggestion.SuggestionProvider
<CommandSourceStack> StorageDataAccessor.SUGGEST_STORAGE
Methods in net.minecraft.server.commands.data that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptioncom.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.DataManipulatorDecorator.create
(DataCommands.DataManipulator p_139501_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.decorateModification
(BiConsumer<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, DataCommands.DataManipulatorDecorator> p_139404_) com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.DataProvider.wrap
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_139502_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_139503_) Methods in net.minecraft.server.commands.data with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate static int
DataCommands.getData
(CommandSourceStack pSource, DataAccessor pAccessor) Gets all NBT on the object, and applies syntax highlighting.private static int
DataCommands.getData
(CommandSourceStack pSource, DataAccessor pAccessor, NbtPathArgument.NbtPath pPath) Gets a value, which can be of any known NBT type.private static int
DataCommands.getNumeric
(CommandSourceStack pSource, DataAccessor pAccessor, NbtPathArgument.NbtPath pPath, double pScale) Gets a single numeric element, scaled by the given amount.private static int
DataCommands.mergeData
(CommandSourceStack pSource, DataAccessor pAccessor, CompoundTag pNbt) Merges the given NBT into the targeted object's NBT.private static int
DataCommands.removeData
(CommandSourceStack pSource, DataAccessor pAccessor, NbtPathArgument.NbtPath pPath) Removes the tag at the end of the path.Method parameters in net.minecraft.server.commands.data with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionDataCommands.DataProvider.access
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139504_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.decorateModification
(BiConsumer<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, DataCommands.DataManipulatorDecorator> p_139404_) (package private) static CommandStorage
StorageDataAccessor.getGlobalTags
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139561_) DataCommands.getSingletonSource
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_265108_, DataCommands.DataProvider p_265370_) private static int
DataCommands.manipulateData
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139376_, DataCommands.DataProvider p_139377_, DataCommands.DataManipulator p_139378_, List<Tag> p_139379_) int
DataCommands.DataManipulator.modify
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139496_, CompoundTag p_139497_, NbtPathArgument.NbtPath p_139498_, List<Tag> p_139499_) static void
DataCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139366_) DataCommands.resolveSourcePath
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_265468_, DataCommands.DataProvider p_265670_) com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.DataProvider.wrap
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_139502_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_139503_) com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.DataProvider.wrap
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_139502_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_139503_) com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.DataProvider.wrap
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_139502_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_139503_) -
Uses of CommandSourceStack in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type CommandSourceStackModifier and TypeMethodDescriptionvoid
DedicatedServer.handleConsoleInput
(String pMsg, CommandSourceStack pSource) -
Uses of CommandSourceStack in net.minecraft.server.network
Methods in net.minecraft.server.network that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptionprivate com.mojang.brigadier.ParseResults
<CommandSourceStack> ServerGamePacketListenerImpl.parseCommand
(String p_242938_) -
Uses of CommandSourceStack in net.minecraft.server.players
Methods in net.minecraft.server.players with parameters of type CommandSourceStackModifier and TypeMethodDescriptionvoid
PlayerList.broadcastChatMessage
(PlayerChatMessage pMessage, CommandSourceStack pSender, ChatType.Bound pBoundChatType) -
Uses of CommandSourceStack in net.minecraft.server.rcon
Methods in net.minecraft.server.rcon that return CommandSourceStack -
Uses of CommandSourceStack in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return CommandSourceStack -
Uses of CommandSourceStack in net.minecraft.world.entity.vehicle
Methods in net.minecraft.world.entity.vehicle that return CommandSourceStackModifier and TypeMethodDescriptionMinecartCommandBlock.MinecartCommandBase.createCommandSourceStack()
-
Uses of CommandSourceStack in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type CommandSourceStackModifier and TypeMethodDescriptionstatic boolean
WrittenBookItem.resolveBookComponents
(ItemStack pBookStack, CommandSourceStack pResolvingSource, Player pResolvingPlayer) -
Uses of CommandSourceStack in net.minecraft.world.item.component
Methods in net.minecraft.world.item.component with parameters of type CommandSourceStackModifier and TypeMethodDescriptionWrittenBookContent.resolve
(CommandSourceStack pSource, Player pPlayer) private static Optional
<Filterable<Component>> WrittenBookContent.resolvePage
(CommandSourceStack pSource, Player pPlayer, Filterable<Component> pPages) -
Uses of CommandSourceStack in net.minecraft.world.level
Methods in net.minecraft.world.level that return CommandSourceStackModifier and TypeMethodDescriptionabstract CommandSourceStack
BaseCommandBlock.createCommandSourceStack()
Methods in net.minecraft.world.level that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptioncom.mojang.brigadier.builder.RequiredArgumentBuilder
<CommandSourceStack, ?> GameRules.Type.createArgument
(String p_46359_) Method parameters in net.minecraft.world.level with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionvoid
GameRules.Value.setFromArgument
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_46371_, String p_46372_) protected void
GameRules.BooleanValue.updateFromArgument
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_46231_, String p_46232_) protected void
GameRules.IntegerValue.updateFromArgument
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_46304_, String p_46305_) protected abstract void
GameRules.Value.updateFromArgument
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_46365_, String p_46366_) -
Uses of CommandSourceStack in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity that return CommandSourceStackModifier and TypeMethodDescriptionprivate CommandSourceStack
LecternBlockEntity.createCommandSourceStack
(Player pPlayer) Creates a CommandSourceStack for resolving the contents of a book.private static CommandSourceStack
SignBlockEntity.createCommandSourceStack
(Player pPlayer, Level pLevel, BlockPos pPos) -
Uses of CommandSourceStack in net.neoforged.neoforge.client
Subclasses of CommandSourceStack in net.neoforged.neoforge.clientModifier and TypeClassDescriptionclass
overrides forCommandSourceStack
so that the methods will run successfully client sideFields in net.neoforged.neoforge.client with type parameters of type CommandSourceStackModifier and TypeFieldDescriptionprivate static com.mojang.brigadier.CommandDispatcher
<CommandSourceStack> ClientCommandHandler.commands
Methods in net.neoforged.neoforge.client that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic com.mojang.brigadier.CommandDispatcher
<CommandSourceStack> ClientCommandHandler.getDispatcher()
-
Uses of CommandSourceStack in net.neoforged.neoforge.client.command
Methods in net.neoforged.neoforge.client.command that return types with arguments of type CommandSourceStackModifier and TypeMethodDescription(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ClientConfigCommand.ShowFile.register()
Method parameters in net.neoforged.neoforge.client.command with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic void
ClientConfigCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher) private static int
ClientConfigCommand.ShowFile.showFile
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context) -
Uses of CommandSourceStack in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type CommandSourceStackModifier and TypeFieldDescriptionprivate final com.mojang.brigadier.CommandDispatcher
<CommandSourceStack> RegisterClientCommandsEvent.dispatcher
Methods in net.neoforged.neoforge.client.event that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptioncom.mojang.brigadier.CommandDispatcher
<CommandSourceStack> RegisterClientCommandsEvent.getDispatcher()
Returns the command dispatcher for registering commands to be executed on the client.Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type CommandSourceStackModifierConstructorDescriptionRegisterClientCommandsEvent
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, CommandBuildContext context) -
Uses of CommandSourceStack in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return CommandSourceStack -
Uses of CommandSourceStack in net.neoforged.neoforge.debug.chat
Subclasses of CommandSourceStack in net.neoforged.neoforge.debug.chat -
Uses of CommandSourceStack in net.neoforged.neoforge.event
Fields in net.neoforged.neoforge.event with type parameters of type CommandSourceStackModifier and TypeFieldDescriptionprivate final com.mojang.brigadier.CommandDispatcher
<CommandSourceStack> RegisterCommandsEvent.dispatcher
private com.mojang.brigadier.ParseResults
<CommandSourceStack> CommandEvent.parse
Methods in net.neoforged.neoforge.event that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptioncom.mojang.brigadier.CommandDispatcher
<CommandSourceStack> RegisterCommandsEvent.getDispatcher()
Returns the command dispatcher for registering commands to be executed on the client.com.mojang.brigadier.ParseResults
<CommandSourceStack> CommandEvent.getParseResults()
Returns the parsed command results.Method parameters in net.neoforged.neoforge.event with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic void
EventHooks.onCommandRegister
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, Commands.CommandSelection environment, CommandBuildContext context) void
CommandEvent.setParseResults
(com.mojang.brigadier.ParseResults<CommandSourceStack> parse) Constructor parameters in net.neoforged.neoforge.event with type arguments of type CommandSourceStackModifierConstructorDescriptionCommandEvent
(com.mojang.brigadier.ParseResults<CommandSourceStack> parse) RegisterCommandsEvent
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, Commands.CommandSelection environment, CommandBuildContext context) -
Uses of CommandSourceStack in net.neoforged.neoforge.oldtest
Methods in net.neoforged.neoforge.oldtest with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate static boolean
PermissionTest.canUseCommand
(CommandSourceStack src, PermissionNode<Boolean> booleanPermission, PermissionDynamicContext<?>... context) Simple utility to catch exceptions with the test commands above. -
Uses of CommandSourceStack in net.neoforged.neoforge.oldtest.chat
Method parameters in net.neoforged.neoforge.oldtest.chat with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionprivate int
ClientCommandTest.testCommand
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context) -
Uses of CommandSourceStack in net.neoforged.neoforge.server.command
Methods in net.neoforged.neoforge.server.command that return types with arguments of type CommandSourceStackModifier and TypeMethodDescription(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ConfigCommand.ShowFile.register()
static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataComponentCommand.register()
(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DimensionsCommand.register()
static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DumpCommand.register()
(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> EntityCommand.EntityListCommand.register()
(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> EntityCommand.register()
(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> GenerateCommand.register()
(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ModListCommand.register()
static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TagsCommand.register()
(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TimeSpeedCommand.register()
(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TPSCommand.register()
(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TrackCommand.register()
(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TrackCommand.ResetTrackingCommand.register()
(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TrackCommand.StartTrackingCommand.register()
(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TrackCommand.TrackResultsBlockEntity.register()
(package private) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TrackCommand.TrackResultsEntity.register()
static <T extends Registry<?>>
com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> CommandUtils.suggestFromRegistry
(Function<Registry<?>, Iterable<ResourceLocation>> namesFunction, String argumentString, ResourceKey<Registry<T>> registryKey) Methods in net.neoforged.neoforge.server.command with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate static GenerationTask.Listener
GenerateCommand.createPregenListener
(CommandSourceStack source) private static int
EntityCommand.EntityListCommand.execute
(CommandSourceStack sender, String filter, ResourceKey<Level> dim) private static <T> int
TrackCommand.TrackResults.execute
(CommandSourceStack source, TimeTracker<T> tracker, Function<ObjectTimings<T>, Component> toString) private static int
GenerateCommand.executeGeneration
(CommandSourceStack source, BlockPos pos, int chunkRadius, boolean progressBar) private static int
GenerateCommand.getGenerationHelp
(CommandSourceStack source) private static int
GenerateCommand.getGenerationStatus
(CommandSourceStack source) private static Component
TimeSpeedCommand.levelName
(CommandSourceStack source) private static int
TimeSpeedCommand.query
(CommandSourceStack source) private static int
TimeSpeedCommand.setDaylength
(CommandSourceStack source, int minutes) private static int
TimeSpeedCommand.setDefault
(CommandSourceStack source) private static int
TimeSpeedCommand.setSpeed
(CommandSourceStack source, float speed) private static int
GenerateCommand.stopGeneration
(CommandSourceStack source) Method parameters in net.neoforged.neoforge.server.command with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionprivate static int
DumpCommand.dumpRegistry
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, boolean alphabeticalSort, boolean printNumericIds) private static boolean
GenerateCommand.getBool
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String name) private static int
GenerateCommand.getInt
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String name) static <T> Optional
<ResourceKey<T>> CommandUtils.getResourceKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String name, ResourceKey<Registry<T>> registryKey) private static int
DataComponentCommand.listComponents
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx) private static int
TagsCommand.listTagElements
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, int page) private static int
TagsCommand.listTags
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, int page) private static int
TagsCommand.queryElementTags
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, int page) static void
ConfigCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher) static void
NeoForgeCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher) private static int
TPSCommand.sendTime
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, @Nullable ServerLevel dimension) private static int
ConfigCommand.ShowFile.showFile
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context) static CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> CommandUtils.suggestRegistries
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) -
Uses of CommandSourceStack in net.neoforged.testframework.impl
Methods in net.neoforged.testframework.impl with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate void
Commands.parseGroupable
(CommandSourceStack stack, String id, Consumer<Group> isGroup, Consumer<Test> isTest) Method parameters in net.neoforged.testframework.impl with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionprivate int
Commands.processSetStatus
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String message) void
Commands.register
(com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> node) void
MutableTestFramework.registerCommands
(com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> node) void
TestFrameworkImpl.registerCommands
(com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> node)