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> Creates a new argument.com.mojang.brigadier.CommandDispatcher
<CommandSourceStack> CommandSourceStack.dispatcher()
private static com.mojang.brigadier.context.ContextChain
<CommandSourceStack> Commands.finishParsing
(com.mojang.brigadier.ParseResults<CommandSourceStack> pParseResults, String pCommand, CommandSourceStack pSource) CacheableFunction.get
(ServerFunctionManager pFunctionManager) com.mojang.brigadier.CommandDispatcher
<CommandSourceStack> Commands.getDispatcher()
static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> Creates a new argument.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> pRootCommandSource, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> pRootSuggestion, CommandSourceStack pSource, Map<com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> pCommandNodeToSuggestionNode) private static com.mojang.brigadier.context.ContextChain
<CommandSourceStack> Commands.finishParsing
(com.mojang.brigadier.ParseResults<CommandSourceStack> pParseResults, String pCommand, CommandSourceStack pSource) 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> pRootCommandSource, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> pRootSuggestion, CommandSourceStack pSource, Map<com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> pCommandNodeToSuggestionNode) private void
Commands.fillUsableCommands
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> pRootCommandSource, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> pRootSuggestion, CommandSourceStack pSource, Map<com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> pCommandNodeToSuggestionNode) private static com.mojang.brigadier.context.ContextChain
<CommandSourceStack> Commands.finishParsing
(com.mojang.brigadier.ParseResults<CommandSourceStack> pParseResults, String pCommand, CommandSourceStack pSource) void
Commands.performCommand
(com.mojang.brigadier.ParseResults<CommandSourceStack> pParseResults, String pCommand) -
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> pContext, String pName) static EntityAnchorArgument.Anchor
EntityAnchorArgument.getAnchor
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static float
AngleArgument.getAngle
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Holder.Reference
<Attribute> ResourceArgument.getAttribute
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) static ChatFormatting
ColorArgument.getColor
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Component
ComponentArgument.getComponent
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Holder.Reference
<ConfiguredFeature<?, ?>> ResourceArgument.getConfiguredFeature
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) static Holder.Reference
<ConfiguredFeature<?, ?>> ResourceKeyArgument.getConfiguredFeature
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) static ObjectiveCriteria
ObjectiveCriteriaArgument.getCriteria
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static ServerLevel
DimensionArgument.getDimension
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static DisplaySlot
ScoreboardSlotArgument.getDisplaySlot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pSlot) static Holder.Reference
<Enchantment> ResourceArgument.getEnchantment
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) static Collection
<? extends Entity> EntityArgument.getEntities
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Entity
EntityArgument.getEntity
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Holder.Reference
<EntityType<?>> ResourceArgument.getEntityType
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) static GameType
GameModeArgument.getGameMode
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Collection
<com.mojang.authlib.GameProfile> GameProfileArgument.getGameProfiles
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Heightmap.Types
HeightmapTypeArgument.getHeightmap
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) static ResourceLocation
ResourceLocationArgument.getId
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Holder
<LootItemFunction> ResourceOrIdArgument.getLootModifier
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Holder
<LootItemCondition> ResourceOrIdArgument.getLootPredicate
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) ResourceOrIdArgument.getLootTable
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Component
MessageArgument.getMessage
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Mirror
TemplateMirrorArgument.getMirror
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Holder.Reference
<MobEffect> ResourceArgument.getMobEffect
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) static ScoreHolder
ScoreHolderArgument.getName
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Collection
<ScoreHolder> ScoreHolderArgument.getNames
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) Gets one or more score holders, with no objectives list.static Collection
<ScoreHolder> ScoreHolderArgument.getNames
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName, Supplier<Collection<ScoreHolder>> pObjectives) Gets one or more score holders.static Collection
<ScoreHolder> ScoreHolderArgument.getNamesWithDefaultWildcard
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) Gets one or more score holders, using the server's complete list of objectives.static Objective
ObjectiveArgument.getObjective
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static OperationArgument.Operation
OperationArgument.getOperation
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Collection
<? extends Entity> EntityArgument.getOptionalEntities
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Collection
<ServerPlayer> EntityArgument.getOptionalPlayers
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static ParticleOptions
ParticleArgument.getParticle
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static NbtPathArgument.NbtPath
NbtPathArgument.getPath
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static ServerPlayer
EntityArgument.getPlayer
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Collection
<ServerPlayer> EntityArgument.getPlayers
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static MinMaxBounds.Doubles
RangeArgument.Floats.getRange
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static MinMaxBounds.Ints
RangeArgument.Ints.getRange
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static RecipeHolder
<?> ResourceLocationArgument.getRecipe
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) private static <T> Registry
<T> ResourceKeyArgument.getRegistry
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, ResourceKey<? extends Registry<T>> pRegistryKey) private static <T> ResourceKey
<T> ResourceKeyArgument.getRegistryKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument, ResourceKey<Registry<T>> pRegistryKey, com.mojang.brigadier.exceptions.DynamicCommandExceptionType pException) static <T> Holder.Reference
<T> ResourceArgument.getResource
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument, ResourceKey<Registry<T>> pRegistryKey) private static <T> Holder
<T> ResourceOrIdArgument.getResource
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static <T> ResourceOrTagArgument.Result
<T> ResourceOrTagArgument.getResourceOrTag
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument, ResourceKey<Registry<T>> pRegistryKey) static <T> ResourceOrTagKeyArgument.Result
<T> ResourceOrTagKeyArgument.getResourceOrTagKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument, ResourceKey<Registry<T>> pRegistryKey, com.mojang.brigadier.exceptions.DynamicCommandExceptionType pDynamicCommandExceptionType) static Rotation
TemplateRotationArgument.getRotation
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static int
SlotArgument.getSlot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static SlotRange
SlotsArgument.getSlots
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Holder.Reference
<Structure> ResourceArgument.getStructure
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) static Holder.Reference
<Structure> ResourceKeyArgument.getStructure
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) ResourceKeyArgument.getStructureTemplatePool
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) static Style
StyleArgument.getStyle
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Holder.Reference
<EntityType<?>> ResourceArgument.getSummonableEntityType
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) static PlayerTeam
TeamArgument.getTeam
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static UUID
UuidArgument.getUuid
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Objective
ObjectiveArgument.getWritableObjective
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static void
MessageArgument.resolveChatMessage
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pKey, Consumer<PlayerChatMessage> pCallback) private static <T> Holder.Reference
<T> ResourceKeyArgument.resolveKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument, ResourceKey<Registry<T>> pRegistryKey, com.mojang.brigadier.exceptions.DynamicCommandExceptionType pException) -
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> pContext, String pName) static Predicate
<BlockInWorld> BlockPredicateArgument.getBlockPredicate
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) -
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> pContext, String pName) static ColumnPos
ColumnPosArgument.getColumnPos
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Coordinates
Vec3Argument.getCoordinates
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static BlockPos
BlockPosArgument.getLoadedBlockPos
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static BlockPos
BlockPosArgument.getLoadedBlockPos
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, ServerLevel pLevel, String pName) static Coordinates
RotationArgument.getRotation
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static BlockPos
BlockPosArgument.getSpawnablePos
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static EnumSet
<Direction.Axis> SwizzleArgument.getSwizzle
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Vec2
Vec2Argument.getVec2
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Vec3
Vec3Argument.getVec3
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) -
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> pContext) (package private) static CommandFunction
<CommandSourceStack> FunctionArgument.getFunction
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, ResourceLocation pId) static com.mojang.datafixers.util.Pair
<ResourceLocation, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.getFunctionCollection
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) 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> pContext, String pName) 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> pContext, String pName) static Collection
<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctions
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) (package private) static Collection
<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctionTag
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, ResourceLocation pId) 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> pContext) 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> pContext) com.mojang.datafixers.util.Pair
<ResourceLocation, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.Result.unwrapToCollection
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) Method parameters in net.minecraft.commands.arguments.item with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionFunctionArgument.Result.create
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) (package private) static CommandFunction
<CommandSourceStack> FunctionArgument.getFunction
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, ResourceLocation pId) static com.mojang.datafixers.util.Pair
<ResourceLocation, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.getFunctionCollection
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) 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> pContext, String pName) static Collection
<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctions
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) (package private) static Collection
<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctionTag
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, ResourceLocation pId) static ItemPredicateArgument.Result
ItemPredicateArgument.getItemPredicate
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) 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> pContext) com.mojang.datafixers.util.Pair
<ResourceLocation, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.Result.unwrapToCollection
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) -
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, ?> pArgumentBuilder, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> pRunnerGetter) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> pRunnerGetter, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> pModifier) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptionsAndBuildInfo
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> pRunnerGetter) 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> pContext) TestFinder.Builder.allTests
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) TestFinder.Builder.allTestsInClass
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pClassName) TestFinder.Builder.byArgument
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgumentName) TestFinder.Builder.failedTests
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) TestFinder.Builder.failedTests
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, boolean pOnlyRequired) static String
TestClassNameArgument.getTestClassName
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) static TestFunction
TestFunctionArgument.getTestFunction
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pArgument) TestFinder.Builder.locateByName
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) TestFinder.Builder.lookedAt
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) TestFinder.Builder.nearest
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) TestFinder.Builder.radius
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, int pRadius) static void
TestCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> pRunnerGetter) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> pRunnerGetter) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> pRunnerGetter, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> pModifier) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> pRunnerGetter, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> pModifier) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptionsAndBuildInfo
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> pRunnerGetter) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptionsAndBuildInfo
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> pRunnerGetter) 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 pFunctionCompilationLevel, com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) -
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 pBuilder, LootCommand.TailProvider pTailProvider) 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> pCommandNode, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pBuilder, boolean pValue, ExecuteCommand.CommandPredicate pTest) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addConditionals
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> pParent, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> pLiteral, boolean pIsIf, CommandBuildContext pContext) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addIfBlocksConditional
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> pCommandNode, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pLiteral, boolean pIsIf, boolean pIsMasked) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ScoreboardCommand.addNumberFormats
(CommandBuildContext pContext, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, ScoreboardCommand.NumberFormatCommandExecutor pExecutor) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.beginEndDestinationAndModeSuffix
(CommandBuildContext pBuildContext, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> pLevelGetter) com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> LootCommand.TailProvider.construct
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pBuilder, LootCommand.DropConsumer pDropConsumer) private static com.mojang.brigadier.Command
<CommandSourceStack> ExecuteCommand.createNumericConditionalHandler
(boolean pIsIf, ExecuteCommand.CommandNumericPredicate pPredicate) private static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> ExecuteCommand.createRelationOperations
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> pNode, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> pArgumentBuilder) private static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> ScoreboardCommand.createRenderTypeModify()
private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.destinationAndModeSuffix
(CommandBuildContext pBuildContext, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> pSourceLevelGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> pDestinationLevelGetter) private static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> RandomCommand.drawRandomValueTree
(String pSubcommand, boolean pDisplayResult) private static com.mojang.brigadier.RedirectModifier
<CommandSourceStack> ExecuteCommand.expandOneToManyEntityRelation
(Function<Entity, Stream<Entity>> pRelation) private static com.mojang.brigadier.RedirectModifier
<CommandSourceStack> ExecuteCommand.expandOneToOneEntityRelation
(Function<Entity, Optional<Entity>> pRelation) private static Collection
<CommandSourceStack> ExecuteCommand.expect
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, boolean pActual, boolean pExpected) If actual and expected match, returns a collection containing only the source player.private static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> PlaySoundCommand.source
(SoundSource pCategory) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.wrapStores
(com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack> pParent, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> pLiteral, boolean pStoringResult) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.wrapWithCloneMode
(CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> pBeginGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> pEndGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> pTargetGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> pFilterGetter, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder) 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 pOriginalSource, List<CommandSourceStack> pSoruces, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) 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 pSource, BlockPos pPos, com.mojang.brigadier.exceptions.Dynamic3CommandExceptionType pException) 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 pSource, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) void
FunctionCommand.FunctionCustomExecutor.runGuarded
(CommandSourceStack pSource, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) 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 pSource, com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> pFunction, int pTime, boolean pAppend) 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 pSource, ResourceOrTagArgument.Result<?> pResult, BlockPos pSourcePosition, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> pResultWithPosition, String pTranslationKey, boolean pAbsoluteY, Duration pDuration) static int
LocateCommand.showLocateResult
(CommandSourceStack pSource, ResourceOrTagKeyArgument.Result<?> pResult, BlockPos pSourcePosition, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> pResultWithPosition, String pTranslationKey, boolean pAbsoluteY, Duration pDuration) private static int
LocateCommand.showLocateResult
(CommandSourceStack pSource, BlockPos pSourcePosition, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> pResultWithoutPosition, String pTranslationKey, boolean pAbsoluteY, String pElementName, Duration pDuration) 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 pSource, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder) private static CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> ScoreboardCommand.suggestTriggers
(CommandSourceStack pSource, Collection<ScoreHolder> pTargets, com.mojang.brigadier.suggestion.SuggestionsBuilder pSuggestions) 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> pContext, List<ItemStack> pItems, LootCommand.Callback pCallback) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addConditional
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> pCommandNode, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pBuilder, boolean pValue, ExecuteCommand.CommandPredicate pTest) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addConditional
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> pCommandNode, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pBuilder, boolean pValue, ExecuteCommand.CommandPredicate pTest) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addConditionals
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> pParent, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> pLiteral, boolean pIsIf, CommandBuildContext pContext) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addConditionals
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> pParent, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> pLiteral, boolean pIsIf, CommandBuildContext pContext) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addIfBlocksConditional
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> pCommandNode, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pLiteral, boolean pIsIf, boolean pIsMasked) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.addIfBlocksConditional
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> pCommandNode, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pLiteral, boolean pIsIf, boolean pIsMasked) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ScoreboardCommand.addNumberFormats
(CommandBuildContext pContext, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, ScoreboardCommand.NumberFormatCommandExecutor pExecutor) void
ExecuteCommand.ExecuteIfFunctionCustomModifier.apply
(CommandSourceStack pOriginalSource, List<CommandSourceStack> pSoruces, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) void
ExecuteCommand.ExecuteIfFunctionCustomModifier.apply
(CommandSourceStack pOriginalSource, List<CommandSourceStack> pSoruces, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) void
ExecuteCommand.ExecuteIfFunctionCustomModifier.apply
(CommandSourceStack pOriginalSource, List<CommandSourceStack> pSoruces, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) protected abstract CompoundTag
FunctionCommand.FunctionCustomExecutor.arguments
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.beginEndDestinationAndModeSuffix
(CommandBuildContext pBuildContext, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> pLevelGetter) private static int
ExecuteCommand.checkIfRegions
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, boolean pIsMasked) private static OptionalInt
ExecuteCommand.checkRegions
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, boolean pIsMasked) private static boolean
ExecuteCommand.checkScore
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, MinMaxBounds.Ints pBounds) private static boolean
ExecuteCommand.checkScore
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pSource, ExecuteCommand.IntBiPredicate pPredicate) private static int
ExecuteCommand.checkUnlessRegions
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, boolean pIsMasked) com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> LootCommand.TailProvider.construct
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pBuilder, LootCommand.DropConsumer pDropConsumer) private static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> ExecuteCommand.createRelationOperations
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> pNode, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> pArgumentBuilder) private static com.mojang.brigadier.builder.LiteralArgumentBuilder
<CommandSourceStack> ExecuteCommand.createRelationOperations
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> pNode, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> pArgumentBuilder) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.destinationAndModeSuffix
(CommandBuildContext pBuildContext, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> pSourceLevelGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> pDestinationLevelGetter) private static int
LootCommand.drop
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, Holder<LootTable> pLootTable, LootParams pParams, LootCommand.DropConsumer pDropConsumer) private static int
LootCommand.dropBlockLoot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, BlockPos pPos, ItemStack pTool, LootCommand.DropConsumer pDropConsumer) private static int
LootCommand.dropChestLoot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, Holder<LootTable> pLootTable, LootCommand.DropConsumer pDropCOnsimer) private static int
LootCommand.dropFishingLoot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, Holder<LootTable> pLootTable, BlockPos pPos, ItemStack pTool, LootCommand.DropConsumer pDropConsumet) private static int
LootCommand.dropKillLoot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, Entity pEntity, LootCommand.DropConsumer pDropConsumer) private static Collection
<CommandSourceStack> ExecuteCommand.expect
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, boolean pActual, boolean pExpected) If actual and expected match, returns a collection containing only the source player.private static List
<AdvancementHolder> AdvancementCommands.getAdvancements
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, AdvancementHolder pAdvancement, AdvancementCommands.Mode pMode) static CustomBossEvent
BossBarCommands.getBossBar
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pSource) private static CloneCommands.DimensionAndPosition
CloneCommands.getLoadedDimensionAndPosition
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, ServerLevel pLevel, String pName) private static Pack
DataPackCommand.getPack
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName, boolean pEnabling) static void
AdvancementCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
AttributeCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
BanIpCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
BanListCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
BanPlayerCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
BossBarCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
ChaseCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
ClearInventoryCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
CloneCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
DamageCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
DataPackCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
DebugCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
DebugConfigCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
DebugMobSpawningCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
DebugPathCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
DefaultGameModeCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
DeOpCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
DifficultyCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
EffectCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
EmoteCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
EnchantCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
ExecuteCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
ExperienceCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
FillBiomeCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
FillCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
ForceLoadCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
FunctionCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
GameModeCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
GameRuleCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
GiveCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
HelpCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
ItemCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
JfrCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
KickCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
KillCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
ListPlayersCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
LocateCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
LootCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
MsgCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
OpCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
PardonCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
PardonIpCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
ParticleCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
PerfCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
PlaceCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
PlaySoundCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
PublishCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
RaidCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
RandomCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
RecipeCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
ReloadCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
RideCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
SaveAllCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
SaveOffCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
SaveOnCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
SayCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
ScheduleCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
ScoreboardCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
SeedCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, boolean pNotIntegratedServer) static void
ServerPackCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
SetBlockCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
SetPlayerIdleTimeoutCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
SetSpawnCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
SetWorldSpawnCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
SpawnArmorTrimsCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
SpectateCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
SpreadPlayersCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
StopCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
StopSoundCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
SummonCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
TagCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
TeamCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
TeamMsgCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
TeleportCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
TellRawCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
TickCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
TimeCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
TitleCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) static void
TransferCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
TriggerCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
WardenSpawnTrackerCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
WeatherCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
WhitelistCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) static void
WorldBorderCommand.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) int
ScoreboardCommand.NumberFormatCommandExecutor.run
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, NumberFormat pFormat) void
DebugCommand.TraceCustomExecutor.runGuarded
(CommandSourceStack pSource, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) void
DebugCommand.TraceCustomExecutor.runGuarded
(CommandSourceStack pSource, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) void
FunctionCommand.FunctionCustomExecutor.runGuarded
(CommandSourceStack pSource, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) void
FunctionCommand.FunctionCustomExecutor.runGuarded
(CommandSourceStack pSource, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) private static int
ScheduleCommand.schedule
(CommandSourceStack pSource, com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> pFunction, int pTime, boolean pAppend) private static int
ScheduleCommand.schedule
(CommandSourceStack pSource, com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> pFunction, int pTime, boolean pAppend) private static int
GameModeCommand.setMode
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pSource, Collection<ServerPlayer> pPlayers, GameType pGameType) (package private) static <T extends GameRules.Value<T>>
intGameRuleCommand.setRule
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pSource, GameRules.Key<T> pGameRule) 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> pContext) boolean
ExecuteCommand.CommandPredicate.test
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.wrapStores
(com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack> pParent, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> pLiteral, boolean pStoringResult) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> ExecuteCommand.wrapStores
(com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack> pParent, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> pLiteral, boolean pStoringResult) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.wrapWithCloneMode
(CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> pBeginGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> pEndGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> pTargetGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> pFilterGetter, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.wrapWithCloneMode
(CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> pBeginGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> pEndGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> pTargetGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> pFilterGetter, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder) -
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 pDataManipulator) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.decorateModification
(BiConsumer<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, DataCommands.DataManipulatorDecorator> pDecorator) com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.DataProvider.wrap
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pBuilder, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> pAction) Creates an argument used for accessing data related to this type of thing, including a literal to distinguish from other types.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> pContext) Creates an accessor based on the command context.private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.decorateModification
(BiConsumer<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, DataCommands.DataManipulatorDecorator> pDecorator) (package private) static CommandStorage
StorageDataAccessor.getGlobalTags
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) DataCommands.getSingletonSource
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, DataCommands.DataProvider pDataProvider) private static int
DataCommands.manipulateData
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pSource, DataCommands.DataProvider pDataProvider, DataCommands.DataManipulator pDataManipulator, List<Tag> pTags) int
DataCommands.DataManipulator.modify
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, CompoundTag pNbt, NbtPathArgument.NbtPath pNbtPath, List<Tag> pTags) static void
DataCommands.register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) DataCommands.resolveSourcePath
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, DataCommands.DataProvider pDataProvider) com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.DataProvider.wrap
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pBuilder, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> pAction) Creates an argument used for accessing data related to this type of thing, including a literal to distinguish from other types.com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.DataProvider.wrap
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pBuilder, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> pAction) Creates an argument used for accessing data related to this type of thing, including a literal to distinguish from other types.com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> DataCommands.DataProvider.wrap
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pBuilder, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> pAction) Creates an argument used for accessing data related to this type of thing, including a literal to distinguish from other types. -
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 pCommand) -
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 pName) Method parameters in net.minecraft.world.level with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionvoid
GameRules.Value.setFromArgument
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pParamName) protected void
GameRules.BooleanValue.updateFromArgument
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pParamName) protected void
GameRules.IntegerValue.updateFromArgument
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pParamName) protected abstract void
GameRules.Value.updateFromArgument
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pParamName) -
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.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.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)