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_CONTEXTprivate final com.mojang.brigadier.CommandDispatcher<CommandSourceStack> Commands.dispatcherprivate Optional<CommandFunction<CommandSourceStack>> CacheableFunction.functionMethods in net.minecraft.commands that return CommandSourceStackModifier and TypeMethodDescriptionCommandSourceStack.facing(Entity p_81332_, EntityAnchorArgument.Anchor p_81333_) CommandSourceStack.withAnchor(EntityAnchorArgument.Anchor p_81351_) CommandSourceStack.withCallback(CommandResultCallback p_309591_) CommandSourceStack.withCallback(CommandResultCallback p_309575_, BinaryOperator<CommandResultCallback> p_305804_) CommandSourceStack.withEntity(Entity p_81330_) CommandSourceStack.withLevel(ServerLevel p_81328_) CommandSourceStack.withMaximumPermission(int p_81359_) CommandSourceStack.withPermission(int p_81326_) CommandSourceStack.withPosition(Vec3 p_81349_) CommandSourceStack.withRotation(Vec2 p_81347_) CommandSourceStack.withSigningContext(CommandSigningContext p_230894_, TaskChainer p_302022_) CommandSourceStack.withSource(CommandSource p_165485_) CommandSourceStack.withSuppressedOutput()Methods in net.minecraft.commands that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic <T> com.mojang.brigadier.builder.RequiredArgumentBuilder<CommandSourceStack, T> com.mojang.brigadier.CommandDispatcher<CommandSourceStack> CommandSourceStack.dispatcher()private static com.mojang.brigadier.context.ContextChain<CommandSourceStack> Commands.finishParsing(com.mojang.brigadier.ParseResults<CommandSourceStack> p_307220_, String p_307311_, CommandSourceStack p_307676_) CacheableFunction.get(ServerFunctionManager p_305905_) com.mojang.brigadier.CommandDispatcher<CommandSourceStack> Commands.getDispatcher()static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> Methods in net.minecraft.commands with parameters of type CommandSourceStackModifier and TypeMethodDescriptionstatic voidCommands.executeCommandInContext(CommandSourceStack p_306118_, Consumer<ExecutionContext<CommandSourceStack>> p_306332_) private voidCommands.fillUsableCommands(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_82113_, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> p_82114_, CommandSourceStack p_82115_, Map<com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> p_82116_) private static com.mojang.brigadier.context.ContextChain<CommandSourceStack> Commands.finishParsing(com.mojang.brigadier.ParseResults<CommandSourceStack> p_307220_, String p_307311_, CommandSourceStack p_307676_) voidCommands.performPrefixedCommand(CommandSourceStack p_230958_, String p_230959_) Method parameters in net.minecraft.commands with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic voidCommands.executeCommandInContext(CommandSourceStack p_306118_, Consumer<ExecutionContext<CommandSourceStack>> p_306332_) private voidCommands.fillUsableCommands(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_82113_, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> p_82114_, CommandSourceStack p_82115_, Map<com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> p_82116_) private voidCommands.fillUsableCommands(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_82113_, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> p_82114_, CommandSourceStack p_82115_, Map<com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> p_82116_) private static com.mojang.brigadier.context.ContextChain<CommandSourceStack> Commands.finishParsing(com.mojang.brigadier.ParseResults<CommandSourceStack> p_307220_, String p_307311_, CommandSourceStack p_307676_) voidCommands.performCommand(com.mojang.brigadier.ParseResults<CommandSourceStack> p_242844_, String p_242841_) -
Uses of CommandSourceStack in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments with type parameters of type CommandSourceStackModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> ScoreHolderArgument.SUGGEST_SCORE_HOLDERSMethods in net.minecraft.commands.arguments with parameters of type CommandSourceStackModifier and TypeMethodDescriptionEntityAnchorArgument.Anchor.apply(CommandSourceStack p_90380_) private static CompletableFuture<FilteredText> MessageArgument.filterPlainText(CommandSourceStack p_252063_, PlayerChatMessage p_251184_) floatAngleArgument.SingleAngle.getAngle(CommandSourceStack p_83826_) Collection<com.mojang.authlib.GameProfile> GameProfileArgument.Result.getNames(CommandSourceStack p_94602_) Collection<com.mojang.authlib.GameProfile> GameProfileArgument.SelectorResult.getNames(CommandSourceStack p_94607_) ScoreHolderArgument.Result.getNames(CommandSourceStack p_108252_, Supplier<Collection<ScoreHolder>> p_108253_) ScoreHolderArgument.SelectorResult.getNames(CommandSourceStack p_108258_, Supplier<Collection<ScoreHolder>> p_108259_) (package private) ComponentMessageArgument.Message.resolveComponent(CommandSourceStack p_232197_) private static voidMessageArgument.resolveDisguisedMessage(Consumer<PlayerChatMessage> p_249162_, CommandSourceStack p_248759_, PlayerChatMessage p_252332_) private static voidMessageArgument.resolveSignedMessage(Consumer<PlayerChatMessage> p_250000_, CommandSourceStack p_252335_, PlayerChatMessage p_249420_) MessageArgument.Message.toComponent(CommandSourceStack p_96850_, boolean p_96851_) MessageArgument.Part.toComponent(CommandSourceStack p_96861_) Method parameters in net.minecraft.commands.arguments with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic AdvancementHolderResourceLocationArgument.getAdvancement(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_106988_, String p_106989_) static EntityAnchorArgument.AnchorEntityAnchorArgument.getAnchor(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_90354_, String p_90355_) static floatAngleArgument.getAngle(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_83811_, String p_83812_) static Holder.Reference<Attribute> ResourceArgument.getAttribute(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_248753_, String p_251157_) static ChatFormattingColorArgument.getColor(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_85467_, String p_85468_) static ComponentComponentArgument.getComponent(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_87118_, String p_87119_) static Holder.Reference<ConfiguredFeature<?, ?>> ResourceArgument.getConfiguredFeature(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_250819_, String p_252256_) static Holder.Reference<ConfiguredFeature<?, ?>> ResourceKeyArgument.getConfiguredFeature(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_249310_, String p_250729_) static ObjectiveCriteriaObjectiveCriteriaArgument.getCriteria(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_102566_, String p_102567_) static ServerLevelDimensionArgument.getDimension(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_88809_, String p_88810_) static DisplaySlotScoreboardSlotArgument.getDisplaySlot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_109200_, String p_109201_) static Holder.Reference<Enchantment> ResourceArgument.getEnchantment(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_248656_, String p_248713_) static Collection<? extends Entity> EntityArgument.getEntities(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91462_, String p_91463_) static EntityEntityArgument.getEntity(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91453_, String p_91454_) static Holder.Reference<EntityType<?>> ResourceArgument.getEntityType(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_251258_, String p_252322_) static GameTypeGameModeArgument.getGameMode(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_259927_, String p_260246_) static Collection<com.mojang.authlib.GameProfile> GameProfileArgument.getGameProfiles(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_94591_, String p_94592_) static Heightmap.TypesHeightmapTypeArgument.getHeightmap(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_275445_, String p_275449_) static ResourceLocationResourceLocationArgument.getId(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_107012_, String p_107013_) static Holder<LootItemFunction> ResourceOrIdArgument.getLootModifier(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_335678_, String p_336178_) static Holder<LootItemCondition> ResourceOrIdArgument.getLootPredicate(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_336183_, String p_336098_) ResourceOrIdArgument.getLootTable(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_335373_, String p_336017_) static ComponentMessageArgument.getMessage(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_96836_, String p_96837_) static MirrorTemplateMirrorArgument.getMirror(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_234345_, String p_234346_) static Holder.Reference<MobEffect> ResourceArgument.getMobEffect(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_250521_, String p_249927_) static ScoreHolderScoreHolderArgument.getName(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_108224_, String p_108225_) static Collection<ScoreHolder> ScoreHolderArgument.getNames(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_108244_, String p_108245_) static Collection<ScoreHolder> ScoreHolderArgument.getNames(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_108227_, String p_108228_, Supplier<Collection<ScoreHolder>> p_108229_) static Collection<ScoreHolder> ScoreHolderArgument.getNamesWithDefaultWildcard(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_108247_, String p_108248_) static ObjectiveObjectiveArgument.getObjective(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_101961_, String p_101962_) static OperationArgument.OperationOperationArgument.getOperation(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_103276_, String p_103277_) static Collection<? extends Entity> EntityArgument.getOptionalEntities(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91468_, String p_91469_) static Collection<ServerPlayer> EntityArgument.getOptionalPlayers(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91472_, String p_91473_) static ParticleOptionsParticleArgument.getParticle(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_103938_, String p_103939_) static NbtPathArgument.NbtPathNbtPathArgument.getPath(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_99499_, String p_99500_) static ServerPlayerEntityArgument.getPlayer(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91475_, String p_91476_) static Collection<ServerPlayer> EntityArgument.getPlayers(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91478_, String p_91479_) static MinMaxBounds.DoublesRangeArgument.Floats.getRange(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_170805_, String p_170806_) static MinMaxBounds.IntsRangeArgument.Ints.getRange(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_105420_, String p_105421_) static RecipeHolder<?> ResourceLocationArgument.getRecipe(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_106995_, String p_106996_) private static <T> Registry<T> ResourceKeyArgument.getRegistry(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_212379_, ResourceKey<? extends Registry<T>> p_212380_) private static <T> ResourceKey<T> ResourceKeyArgument.getRegistryKey(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_212374_, String p_212375_, ResourceKey<Registry<T>> p_212376_, com.mojang.brigadier.exceptions.DynamicCommandExceptionType p_212377_) static <T> Holder.Reference<T> ResourceArgument.getResource(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_251788_, String p_251996_, ResourceKey<Registry<T>> p_250077_) private static <T> Holder<T> ResourceOrIdArgument.getResource(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_336122_, String p_335417_) static <T> ResourceOrTagArgument.Result<T> ResourceOrTagArgument.getResourceOrTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_249001_, String p_251520_, ResourceKey<Registry<T>> p_250370_) static <T> ResourceOrTagKeyArgument.Result<T> ResourceOrTagKeyArgument.getResourceOrTagKey(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_252162_, String p_248628_, ResourceKey<Registry<T>> p_249008_, com.mojang.brigadier.exceptions.DynamicCommandExceptionType p_251387_) static RotationTemplateRotationArgument.getRotation(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_234416_, String p_234417_) static intSlotArgument.getSlot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_111280_, String p_111281_) static SlotRangeSlotsArgument.getSlots(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_332720_, String p_332685_) static Holder.Reference<Structure> ResourceArgument.getStructure(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_250288_, String p_250856_) static Holder.Reference<Structure> ResourceKeyArgument.getStructure(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_248804_, String p_251331_) ResourceKeyArgument.getStructureTemplatePool(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_252203_, String p_250407_) static StyleStyleArgument.getStyle(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_313889_, String p_313891_) static Holder.Reference<EntityType<?>> ResourceArgument.getSummonableEntityType(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_251880_, String p_250243_) static PlayerTeamTeamArgument.getTeam(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_112092_, String p_112093_) static UUIDUuidArgument.getUuid(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_113854_, String p_113855_) static ObjectiveObjectiveArgument.getWritableObjective(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_101966_, String p_101967_) static voidMessageArgument.resolveChatMessage(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_249433_, String p_248718_, Consumer<PlayerChatMessage> p_249460_) private static <T> Holder.Reference<T> ResourceKeyArgument.resolveKey(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_248662_, String p_252172_, ResourceKey<Registry<T>> p_249701_, com.mojang.brigadier.exceptions.DynamicCommandExceptionType p_249790_) -
Uses of CommandSourceStack in net.minecraft.commands.arguments.blocks
Method parameters in net.minecraft.commands.arguments.blocks with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic BlockInputBlockStateArgument.getBlock(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_116124_, String p_116125_) static Predicate<BlockInWorld> BlockPredicateArgument.getBlockPredicate(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_115574_, String p_115575_) -
Uses of CommandSourceStack in net.minecraft.commands.arguments.coordinates
Methods in net.minecraft.commands.arguments.coordinates with parameters of type CommandSourceStackModifier and TypeMethodDescriptiondefault BlockPosCoordinates.getBlockPos(CommandSourceStack p_119569_) Coordinates.getPosition(CommandSourceStack p_119566_) LocalCoordinates.getPosition(CommandSourceStack p_119912_) WorldCoordinates.getPosition(CommandSourceStack p_120893_) Coordinates.getRotation(CommandSourceStack p_119567_) LocalCoordinates.getRotation(CommandSourceStack p_119915_) WorldCoordinates.getRotation(CommandSourceStack p_120896_) Method parameters in net.minecraft.commands.arguments.coordinates with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionstatic BlockPosBlockPosArgument.getBlockPos(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_265651_, String p_265039_) static ColumnPosColumnPosArgument.getColumnPos(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_118993_, String p_118994_) static CoordinatesVec3Argument.getCoordinates(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120850_, String p_120851_) static BlockPosBlockPosArgument.getLoadedBlockPos(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_118243_, String p_118244_) static BlockPosBlockPosArgument.getLoadedBlockPos(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_265283_, ServerLevel p_265219_, String p_265677_) static CoordinatesRotationArgument.getRotation(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120483_, String p_120484_) static BlockPosBlockPosArgument.getSpawnablePos(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_174396_, String p_174397_) static EnumSet<Direction.Axis> SwizzleArgument.getSwizzle(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120811_, String p_120812_) static Vec2Vec2Argument.getVec2(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120826_, String p_120827_) static Vec3Vec3Argument.getVec3(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120845_, String p_120846_) -
Uses of CommandSourceStack in net.minecraft.commands.arguments.item
Methods in net.minecraft.commands.arguments.item that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptionFunctionArgument.Result.create(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120955_) (package private) static CommandFunction<CommandSourceStack> FunctionArgument.getFunction(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120929_, ResourceLocation p_120930_) static com.mojang.datafixers.util.Pair<ResourceLocation, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.getFunctionCollection(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_314719_, String p_314716_) static com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120921_, String p_120922_) static com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120921_, String p_120922_) static Collection<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctions(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120911_, String p_120912_) (package private) static Collection<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctionTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_235274_, ResourceLocation p_235275_) com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.Result.unwrap(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120956_) com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.Result.unwrap(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120956_) com.mojang.datafixers.util.Pair<ResourceLocation, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.Result.unwrapToCollection(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_314714_) Method parameters in net.minecraft.commands.arguments.item with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionFunctionArgument.Result.create(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120955_) (package private) static CommandFunction<CommandSourceStack> FunctionArgument.getFunction(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120929_, ResourceLocation p_120930_) static com.mojang.datafixers.util.Pair<ResourceLocation, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.getFunctionCollection(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_314719_, String p_314716_) static com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120921_, String p_120922_) static Collection<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctions(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120911_, String p_120912_) (package private) static Collection<CommandFunction<CommandSourceStack>> FunctionArgument.getFunctionTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_235274_, ResourceLocation p_235275_) static ItemPredicateArgument.ResultItemPredicateArgument.getItemPredicate(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_121041_, String p_121042_) com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> FunctionArgument.Result.unwrap(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120956_) com.mojang.datafixers.util.Pair<ResourceLocation, Collection<CommandFunction<CommandSourceStack>>> FunctionArgument.Result.unwrapToCollection(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_314714_) -
Uses of CommandSourceStack in net.minecraft.commands.arguments.selector
Methods in net.minecraft.commands.arguments.selector with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate voidEntitySelector.checkPermissions(CommandSourceStack p_121169_) EntitySelector.findEntities(CommandSourceStack p_121161_) EntitySelector.findEntitiesRaw(CommandSourceStack p_251934_) EntitySelector.findPlayers(CommandSourceStack p_121167_) EntitySelector.findSingleEntity(CommandSourceStack p_121140_) EntitySelector.findSinglePlayer(CommandSourceStack p_121164_) -
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_RECIPESstatic final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> SuggestionProviders.AVAILABLE_SOUNDSstatic 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 CommandSourceStackTestCommand.TestBatchSummaryDisplayer.sourceThe field for thesourcerecord component.private final CommandSourceStackTestFinder.sourceMethods in net.minecraft.gametest.framework that return CommandSourceStackModifier and TypeMethodDescriptionTestCommand.TestBatchSummaryDisplayer.source()Returns the value of thesourcerecord component.TestFinder.source()Methods in net.minecraft.gametest.framework that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptions(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320397_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320472_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptions(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320965_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320702_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_320600_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptionsAndBuildInfo(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320872_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320896_) Methods in net.minecraft.gametest.framework with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate TTestFinder.Builder.build(CommandSourceStack p_330622_, TestFunctionFinder p_330437_, StructureBlockPosFinder p_331860_) private static intTestCommand.createNewStructure(CommandSourceStack p_127968_, String p_127969_, int p_127970_, int p_127971_, int p_127972_) (package private) static BlockPosTestCommand.createTestPositionAround(CommandSourceStack p_308921_) private static intTestCommand.exportTestStructure(CommandSourceStack p_128011_, String p_128012_) private static intTestCommand.importTestStructure(CommandSourceStack p_128016_, String p_128017_) (package private) static intTestCommand.saveAndExportTestStructure(CommandSourceStack p_309558_, StructureBlockEntity p_309587_) (package private) static voidTestCommand.say(CommandSourceStack p_128004_, String p_128005_) private static intTestCommand.showPos(CommandSourceStack p_127960_, String p_127961_) (package private) static Stream<GameTestInfo> TestCommand.toGameTestInfo(CommandSourceStack p_320465_, RetryOptions p_320183_, TestFunctionFinder p_320598_, int p_320854_) (package private) static Stream<GameTestInfo> TestCommand.toGameTestInfos(CommandSourceStack p_320827_, RetryOptions p_320932_, StructureBlockPosFinder p_320543_) (package private) static intTestCommand.trackAndStartRunner(CommandSourceStack p_320627_, ServerLevel p_320564_, GameTestRunner p_320295_) Method parameters in net.minecraft.gametest.framework with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionTestFinder.Builder.allNearby(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320216_) TestFinder.Builder.allTests(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320902_) TestFinder.Builder.allTestsInClass(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320256_, String p_320231_) TestFinder.Builder.byArgument(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320475_, String p_320707_) TestFinder.Builder.failedTests(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320220_) TestFinder.Builder.failedTests(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320960_, boolean p_320352_) static StringTestClassNameArgument.getTestClassName(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_127921_, String p_127922_) static TestFunctionTestFunctionArgument.getTestFunction(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_128092_, String p_128093_) TestFinder.Builder.locateByName(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_341208_, String p_341401_) TestFinder.Builder.lookedAt(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320178_) TestFinder.Builder.nearest(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320944_) TestFinder.Builder.radius(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_320307_, int p_320811_) static voidTestCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_127947_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptions(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320397_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320472_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptions(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320397_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320472_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptions(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320965_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320702_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_320600_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptions(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320965_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320702_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_320600_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptionsAndBuildInfo(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320872_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320896_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptionsAndBuildInfo(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_320872_, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> p_320896_) Constructors in net.minecraft.gametest.framework with parameters of type CommandSourceStackModifierConstructorDescription(package private)Creates an instance of aTestBatchSummaryDisplayerrecord class.(package private)TestFinder(CommandSourceStack p_320004_, Function<TestFinder<T>, T> p_320489_, TestFunctionFinder p_320808_, StructureBlockPosFinder p_320448_) -
Uses of CommandSourceStack in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type CommandSourceStackModifier and TypeMethodDescriptionstatic ChatType.BoundChatType.bind(ResourceKey<ChatType> p_241345_, CommandSourceStack p_241466_) default MutableComponentComponentContents.resolve(CommandSourceStack p_237126_, Entity p_237127_, int p_237128_) private static StyleComponentUtils.resolveStyle(CommandSourceStack p_130737_, Style p_130738_, Entity p_130739_, int p_130740_) static Optional<MutableComponent> ComponentUtils.updateForEntity(CommandSourceStack p_178425_, Optional<Component> p_178426_, Entity p_178427_, int p_178428_) static MutableComponentComponentUtils.updateForEntity(CommandSourceStack p_130732_, Component p_130733_, Entity p_130734_, int p_130735_) -
Uses of CommandSourceStack in net.minecraft.network.chat.contents
Methods in net.minecraft.network.chat.contents with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate ScoreHolderScoreContents.findTargetName(CommandSourceStack p_237442_) BlockDataSource.getData(CommandSourceStack p_237323_) DataSource.getData(CommandSourceStack p_237326_) EntityDataSource.getData(CommandSourceStack p_237341_) StorageDataSource.getData(CommandSourceStack p_237491_) private MutableComponentScoreContents.getScore(ScoreHolder p_313863_, CommandSourceStack p_237451_) NbtContents.resolve(CommandSourceStack p_237401_, Entity p_237402_, int p_237403_) ScoreContents.resolve(CommandSourceStack p_237444_, Entity p_237445_, int p_237446_) SelectorContents.resolve(CommandSourceStack p_237468_, Entity p_237469_, int p_237470_) TranslatableContents.resolve(CommandSourceStack p_237512_, Entity p_237513_, int p_237514_) -
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.dispatcherprivate Map<ResourceLocation, CommandFunction<CommandSourceStack>> ServerFunctionLibrary.functionsServerFunctionLibrary.tagsprivate final TagLoader<CommandFunction<CommandSourceStack>> ServerFunctionLibrary.tagsLoaderprivate List<CommandFunction<CommandSourceStack>> ServerFunctionManager.tickingMethods 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 p_136119_) com.mojang.brigadier.CommandDispatcher<CommandSourceStack> ServerFunctionManager.getDispatcher()ServerFunctionLibrary.getFunction(ResourceLocation p_136090_) ServerFunctionLibrary.getFunctions()ServerFunctionLibrary.getTag(ResourceLocation p_214328_) ServerFunctionManager.getTag(ResourceLocation p_214332_) Methods in net.minecraft.server with parameters of type CommandSourceStackModifier and TypeMethodDescriptionvoidServerFunctionManager.execute(CommandFunction<CommandSourceStack> p_305881_, CommandSourceStack p_136114_) voidMinecraftServer.kickUnlistedPlayers(CommandSourceStack p_129850_) Method parameters in net.minecraft.server with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionvoidServerFunctionManager.execute(CommandFunction<CommandSourceStack> p_305881_, CommandSourceStack p_136114_) private voidServerFunctionManager.executeTagFunctions(Collection<CommandFunction<CommandSourceStack>> p_136116_, ResourceLocation p_136117_) Constructors in net.minecraft.server with parameters of type CommandSourceStackConstructor parameters in net.minecraft.server with type arguments of type CommandSourceStackModifierConstructorDescriptionServerFunctionLibrary(int p_136053_, com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136054_) -
Uses of CommandSourceStack in net.minecraft.server.commands
Fields in net.minecraft.server.commands with type parameters of type CommandSourceStackModifier and TypeFieldDescription(package private) static final FunctionCommand.Callbacks<CommandSourceStack> FunctionCommand.FULL_CONTEXT_CALLBACKSprivate static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> DataPackCommand.SELECTED_PACKSprivate static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> AdvancementCommands.SUGGEST_ADVANCEMENTSstatic final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> BossBarCommands.SUGGEST_BOSS_BARstatic final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> FunctionCommand.SUGGEST_FUNCTIONstatic final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> LootCommand.SUGGEST_LOOT_TABLEprivate static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> ItemCommands.SUGGEST_MODIFIERprivate static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> ExecuteCommand.SUGGEST_PREDICATEprivate static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> ScheduleCommand.SUGGEST_SCHEDULEprivate static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> PlaceCommand.SUGGEST_TEMPLATESprivate static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> DataPackCommand.UNSELECTED_PACKSMethods in net.minecraft.server.commands with type parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate static <T extends com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack,T>>
TLootCommand.addTargets(T p_137903_, LootCommand.TailProvider p_137904_) Methods in net.minecraft.server.commands that return CommandSourceStackModifier and TypeMethodDescriptionstatic CommandSourceStackFunctionCommand.modifySenderForExecution(CommandSourceStack p_305783_) private static CommandSourceStackExecuteCommand.spawnEntityAndRedirect(CommandSourceStack p_270320_, Holder.Reference<EntityType<?>> p_270344_) private static CommandSourceStackExecuteCommand.storeData(CommandSourceStack p_137118_, DataAccessor p_137119_, NbtPathArgument.NbtPath p_137120_, IntFunction<Tag> p_137121_, boolean p_137122_) private static CommandSourceStackExecuteCommand.storeValue(CommandSourceStack p_137108_, Collection<ScoreHolder> p_137109_, Objective p_137110_, boolean p_137111_) private static CommandSourceStackExecuteCommand.storeValue(CommandSourceStack p_137113_, CustomBossEvent p_137114_, boolean p_137115_, boolean p_137116_) Methods in net.minecraft.server.commands that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.addConditional(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_137075_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_137076_, boolean p_137077_, ExecuteCommand.CommandPredicate p_137078_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.addConditionals(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_214438_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_214439_, boolean p_214440_, CommandBuildContext p_214441_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.addIfBlocksConditional(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_137080_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_137081_, boolean p_137082_, boolean p_137083_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ScoreboardCommand.addNumberFormats(CommandBuildContext p_323655_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_313757_, ScoreboardCommand.NumberFormatCommandExecutor p_313912_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> CloneCommands.beginEndDestinationAndModeSuffix(CommandBuildContext p_265681_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> p_265514_) com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> LootCommand.TailProvider.construct(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_138054_, LootCommand.DropConsumer p_138055_) private static com.mojang.brigadier.Command<CommandSourceStack> ExecuteCommand.createNumericConditionalHandler(boolean p_137167_, ExecuteCommand.CommandNumericPredicate p_137168_) private static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> ExecuteCommand.createRelationOperations(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_265189_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_265783_) private static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> ScoreboardCommand.createRenderTypeModify()private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> CloneCommands.destinationAndModeSuffix(CommandBuildContext p_265238_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> p_265621_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> p_265296_) private static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> RandomCommand.drawRandomValueTree(String p_295419_, boolean p_295785_) private static com.mojang.brigadier.RedirectModifier<CommandSourceStack> ExecuteCommand.expandOneToManyEntityRelation(Function<Entity, Stream<Entity>> p_265496_) private static com.mojang.brigadier.RedirectModifier<CommandSourceStack> ExecuteCommand.expandOneToOneEntityRelation(Function<Entity, Optional<Entity>> p_265114_) private static Collection<CommandSourceStack> ExecuteCommand.expect(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137071_, boolean p_137072_, boolean p_137073_) private static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> PlaySoundCommand.source(SoundSource p_138152_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.wrapStores(com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack> p_137094_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_137095_, boolean p_137096_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> CloneCommands.wrapWithCloneMode(CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265374_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265134_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265546_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> p_265798_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_265069_) Methods in net.minecraft.server.commands with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate static intExperienceCommand.addExperience(CommandSourceStack p_137317_, Collection<? extends ServerPlayer> p_137318_, int p_137319_, ExperienceCommand.Type p_137320_) private static intAttributeCommand.addModifier(CommandSourceStack p_136470_, Entity p_136471_, Holder<Attribute> p_251636_, UUID p_136473_, String p_136474_, double p_136475_, AttributeModifier.Operation p_136476_) private static intScoreboardCommand.addObjective(CommandSourceStack p_138503_, String p_138504_, ObjectiveCriteria p_138505_, Component p_138506_) private static intWhitelistCommand.addPlayers(CommandSourceStack p_139211_, Collection<com.mojang.authlib.GameProfile> p_139212_) private static intScoreboardCommand.addScore(CommandSourceStack p_138545_, Collection<ScoreHolder> p_138546_, Objective p_138547_, int p_138548_) private static intTagCommand.addTag(CommandSourceStack p_138849_, Collection<? extends Entity> p_138850_, String p_138851_) static intTimeCommand.addTime(CommandSourceStack p_139083_, int p_139084_) private static intTriggerCommand.addValue(CommandSourceStack p_139155_, ServerPlayer p_313736_, Objective p_313848_, int p_139157_) private static booleanChaseCommand.alreadyRunning(CommandSourceStack p_196090_) voidExecuteCommand.ExecuteIfFunctionCustomModifier.apply(CommandSourceStack p_309582_, List<CommandSourceStack> p_309642_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_309682_, ChainModifiers p_309694_, ExecutionControl<CommandSourceStack> p_309646_) private static ItemStackItemCommands.applyModifier(CommandSourceStack p_180284_, Holder<LootItemFunction> p_335682_, ItemStack p_180286_) private static intBanIpCommands.banIp(CommandSourceStack p_136540_, String p_136541_, Component p_136542_) private static intBanIpCommands.banIpOrName(CommandSourceStack p_136534_, String p_136535_, Component p_136536_) private static intBanPlayerCommands.banPlayers(CommandSourceStack p_136565_, Collection<com.mojang.authlib.GameProfile> p_136566_, Component p_136567_) private static intLootCommand.blockDistribute(CommandSourceStack p_137961_, BlockPos p_137962_, List<ItemStack> p_137963_, LootCommand.Callback p_137964_) private static intLootCommand.blockReplace(CommandSourceStack p_137954_, BlockPos p_137955_, int p_137956_, int p_137957_, List<ItemStack> p_137958_, LootCommand.Callback p_137959_) private static intItemCommands.blockToBlock(CommandSourceStack p_180302_, BlockPos p_180303_, int p_180304_, BlockPos p_180305_, int p_180306_) private static intItemCommands.blockToBlock(CommandSourceStack p_180308_, BlockPos p_180309_, int p_180310_, BlockPos p_180311_, int p_180312_, Holder<LootItemFunction> p_335838_) private static intItemCommands.blockToEntities(CommandSourceStack p_180315_, BlockPos p_180316_, int p_180317_, Collection<? extends Entity> p_180318_, int p_180319_) private static intItemCommands.blockToEntities(CommandSourceStack p_180321_, BlockPos p_180322_, int p_180323_, Collection<? extends Entity> p_180324_, int p_180325_, Holder<LootItemFunction> p_336168_) private static voidLootCommand.callback(CommandSourceStack p_137966_, List<ItemStack> p_137967_) private static voidLootCommand.callback(CommandSourceStack p_137969_, List<ItemStack> p_137970_, ResourceKey<LootTable> p_336191_) private static intForceLoadCommand.changeForceLoad(CommandSourceStack p_137686_, ColumnPos p_137687_, ColumnPos p_137688_, boolean p_137689_) private static intRaidCommand.check(CommandSourceStack p_180494_) private static booleanExecuteCommand.checkCustomPredicate(CommandSourceStack p_137105_, Holder<LootItemCondition> p_335673_) private static intScoreboardCommand.clearDisplaySlot(CommandSourceStack p_138478_, DisplaySlot p_294251_) private static intEffectCommands.clearEffect(CommandSourceStack p_250069_, Collection<? extends Entity> p_248561_, Holder<MobEffect> p_249198_) private static intEffectCommands.clearEffects(CommandSourceStack p_136960_, Collection<? extends Entity> p_136961_) private static intClearInventoryCommands.clearInventory(CommandSourceStack p_136706_, Collection<ServerPlayer> p_136707_, Predicate<ItemStack> p_136708_, int p_136709_) private static intTitleCommand.clearTitle(CommandSourceStack p_139109_, Collection<ServerPlayer> p_139110_) private static intClearInventoryCommands.clearUnlimited(CommandSourceStack p_332708_, Collection<ServerPlayer> p_332807_, Predicate<ItemStack> p_332684_) private static intCloneCommands.clone(CommandSourceStack p_265047_, CloneCommands.DimensionAndPosition p_265232_, CloneCommands.DimensionAndPosition p_265188_, CloneCommands.DimensionAndPosition p_265594_, Predicate<BlockInWorld> p_265585_, CloneCommands.Mode p_265530_) private static intDebugConfigCommand.config(CommandSourceStack p_295666_, ServerPlayer p_294477_) private static intExecuteCommand.countItems(CommandSourceStack p_332730_, BlockPos p_332679_, SlotRange p_332656_, Predicate<ItemStack> p_332801_) private static intBossBarCommands.createBar(CommandSourceStack p_136592_, ResourceLocation p_136593_, Component p_136594_) static EntitySummonCommand.createEntity(CommandSourceStack p_270582_, Holder.Reference<EntityType<?>> p_270277_, Vec3 p_270366_, CompoundTag p_270197_, boolean p_270947_) private static intTeamCommand.createTeam(CommandSourceStack p_138911_, String p_138912_) private static intTeamCommand.createTeam(CommandSourceStack p_138914_, String p_138915_, Component p_138916_) private static intDamageCommand.damage(CommandSourceStack p_270409_, Entity p_270496_, float p_270836_, DamageSource p_270727_) private static intTeamCommand.deleteTeam(CommandSourceStack p_138927_, PlayerTeam p_138928_) private static intDeOpCommands.deopPlayers(CommandSourceStack p_136898_, Collection<com.mojang.authlib.GameProfile> p_136899_) private static intDataPackCommand.disablePack(CommandSourceStack p_136826_, Pack p_136827_) private static intWhitelistCommand.disableWhitelist(CommandSourceStack p_139226_) private static intRideCommand.dismount(CommandSourceStack p_265724_, Entity p_265678_) private static intLootCommand.dropInWorld(CommandSourceStack p_137946_, Vec3 p_137947_, List<ItemStack> p_137948_, LootCommand.Callback p_137949_) private static intTeamCommand.emptyTeam(CommandSourceStack p_138884_, PlayerTeam p_138885_) private static intDataPackCommand.enablePack(CommandSourceStack p_136829_, Pack p_136830_, DataPackCommand.Inserter p_136831_) private static intScoreboardCommand.enableTrigger(CommandSourceStack p_138515_, Collection<ScoreHolder> p_138516_, Objective p_138517_) private static intWhitelistCommand.enableWhitelist(CommandSourceStack p_139219_) private static intEnchantCommand.enchant(CommandSourceStack p_249815_, Collection<? extends Entity> p_248848_, Holder<Enchantment> p_251252_, int p_249941_) private static intItemCommands.entityToBlock(CommandSourceStack p_180258_, Entity p_180259_, int p_180260_, BlockPos p_180261_, int p_180262_) private static intItemCommands.entityToBlock(CommandSourceStack p_180264_, Entity p_180265_, int p_180266_, BlockPos p_180267_, int p_180268_, Holder<LootItemFunction> p_335965_) private static intItemCommands.entityToEntities(CommandSourceStack p_180271_, Entity p_180272_, int p_180273_, Collection<? extends Entity> p_180274_, int p_180275_) private static intItemCommands.entityToEntities(CommandSourceStack p_180277_, Entity p_180278_, int p_180279_, Collection<? extends Entity> p_180280_, int p_180281_, Holder<LootItemFunction> p_335469_) private static intFillBiomeCommand.fill(CommandSourceStack p_262664_, BlockPos p_262651_, BlockPos p_262678_, Holder.Reference<Biome> p_262612_, Predicate<Holder<Biome>> p_262697_) private static intDebugPathCommand.fillBlocks(CommandSourceStack p_180130_, BlockPos p_180131_) private static intFillCommand.fillBlocks(CommandSourceStack p_137386_, BoundingBox p_137387_, BlockInput p_137388_, FillCommand.Mode p_137389_, Predicate<BlockInWorld> p_137390_) private static intChaseCommand.follow(CommandSourceStack p_196092_, String p_196093_, int p_196094_) private static intListPlayersCommand.format(CommandSourceStack p_137827_, Function<ServerPlayer, Component> p_137828_) private static intAttributeCommand.getAttributeBase(CommandSourceStack p_248780_, Entity p_251083_, Holder<Attribute> p_250388_, double p_250194_) private static intAttributeCommand.getAttributeModifier(CommandSourceStack p_136464_, Entity p_136465_, Holder<Attribute> p_250680_, UUID p_136467_, double p_136468_) private static intAttributeCommand.getAttributeValue(CommandSourceStack p_251776_, Entity p_249647_, Holder<Attribute> p_250986_, double p_251395_) private static ItemStackItemCommands.getBlockItem(CommandSourceStack p_180288_, BlockPos p_180289_, int p_180290_) (package private) static ContainerItemCommands.getContainer(CommandSourceStack p_180328_, BlockPos p_180329_, com.mojang.brigadier.exceptions.Dynamic3CommandExceptionType p_180330_) private static ContainerLootCommand.getContainer(CommandSourceStack p_137951_, BlockPos p_137952_) private static intWeatherCommand.getDuration(CommandSourceStack p_265382_, int p_265171_, IntProvider p_265122_) private static intBossBarCommands.getMax(CommandSourceStack p_136629_, CustomBossEvent p_136630_) private static intBossBarCommands.getPlayers(CommandSourceStack p_136645_, CustomBossEvent p_136646_) private static intScoreboardCommand.getScore(CommandSourceStack p_138499_, ScoreHolder p_313820_, Objective p_138501_) private static intWorldBorderCommand.getSize(CommandSourceStack p_139251_) private static ItemStackLootCommand.getSourceHandItem(CommandSourceStack p_137939_, EquipmentSlot p_137940_) private static intBossBarCommands.getValue(CommandSourceStack p_136596_, CustomBossEvent p_136597_) private static intBossBarCommands.getVisible(CommandSourceStack p_136640_, CustomBossEvent p_136641_) private static intEffectCommands.giveEffect(CommandSourceStack p_250553_, Collection<? extends Entity> p_250411_, Holder<MobEffect> p_249495_, Integer p_249652_, int p_251498_, boolean p_249944_) private static intGiveCommand.giveItem(CommandSourceStack p_137779_, ItemInput p_137780_, Collection<ServerPlayer> p_137781_, int p_137782_) private static intRecipeCommand.giveRecipes(CommandSourceStack p_138207_, Collection<ServerPlayer> p_138208_, Collection<RecipeHolder<?>> p_138209_) private static intRaidCommand.glow(CommandSourceStack p_180473_) private static intTeamCommand.joinTeam(CommandSourceStack p_138895_, PlayerTeam p_138896_, Collection<ScoreHolder> p_138897_) private static intKickCommand.kickPlayers(CommandSourceStack p_137802_, Collection<ServerPlayer> p_137803_, Component p_137804_) private static intKillCommand.kill(CommandSourceStack p_137814_, Collection<? extends Entity> p_137815_) private static intChaseCommand.lead(CommandSourceStack p_196084_, String p_196085_, int p_196086_) private static intTeamCommand.leaveTeam(CommandSourceStack p_138918_, Collection<ScoreHolder> p_138919_) private static intDataPackCommand.listAvailablePacks(CommandSourceStack p_136855_) private static intBossBarCommands.listBars(CommandSourceStack p_136590_) private static intDataPackCommand.listEnabledPacks(CommandSourceStack p_136866_) private static intForceLoadCommand.listForceLoad(CommandSourceStack p_137681_) private static intTeamCommand.listMembers(CommandSourceStack p_138944_, PlayerTeam p_138945_) private static intScoreboardCommand.listObjectives(CommandSourceStack p_138539_) private static intDataPackCommand.listPacks(CommandSourceStack p_136824_) private static intListPlayersCommand.listPlayers(CommandSourceStack p_137825_) private static intListPlayersCommand.listPlayersWithUuids(CommandSourceStack p_137832_) private static intTagCommand.listTags(CommandSourceStack p_138846_, Collection<? extends Entity> p_138847_) private static intTeamCommand.listTeams(CommandSourceStack p_138882_) private static intScoreboardCommand.listTrackedPlayers(CommandSourceStack p_138476_) private static intScoreboardCommand.listTrackedPlayerScores(CommandSourceStack p_138496_, ScoreHolder p_313835_) private static intLocateCommand.locateBiome(CommandSourceStack p_252062_, ResourceOrTagArgument.Result<Biome> p_249756_) private static intLocateCommand.locatePoi(CommandSourceStack p_252013_, ResourceOrTagArgument.Result<PoiType> p_249480_) private static intLocateCommand.locateStructure(CommandSourceStack p_214472_, ResourceOrTagKeyArgument.Result<Structure> p_249893_) private static voidGameModeCommand.logGamemodeChange(CommandSourceStack p_137738_, ServerPlayer p_137739_, GameType p_137740_) private static intItemCommands.modifyBlockItem(CommandSourceStack p_180297_, BlockPos p_180298_, int p_180299_, Holder<LootItemFunction> p_335627_) private static intItemCommands.modifyEntityItem(CommandSourceStack p_180337_, Collection<? extends Entity> p_180338_, int p_180339_, Holder<LootItemFunction> p_335904_) static CommandSourceStackFunctionCommand.modifySenderForExecution(CommandSourceStack p_305783_) private static intRideCommand.mount(CommandSourceStack p_265285_, Entity p_265711_, Entity p_265339_) private static intOpCommand.opPlayers(CommandSourceStack p_138089_, Collection<com.mojang.authlib.GameProfile> p_138090_) private static intPardonCommand.pardonPlayers(CommandSourceStack p_138103_, Collection<com.mojang.authlib.GameProfile> p_138104_) private static intAdvancementCommands.perform(CommandSourceStack p_136320_, Collection<ServerPlayer> p_136321_, AdvancementCommands.Action p_136322_, Collection<AdvancementHolder> p_136323_) voidTeleportCommand.LookAt.perform(CommandSourceStack p_139061_, Entity p_139062_) voidTeleportCommand.LookAtEntity.perform(CommandSourceStack p_326864_, Entity p_326807_) voidTeleportCommand.LookAtPosition.perform(CommandSourceStack p_326870_, Entity p_326894_) private static intAdvancementCommands.performCriterion(CommandSourceStack p_136325_, Collection<ServerPlayer> p_136326_, AdvancementCommands.Action p_136327_, AdvancementHolder p_301324_, String p_136329_) private static intScoreboardCommand.performOperation(CommandSourceStack p_138524_, Collection<ScoreHolder> p_138525_, Objective p_138526_, OperationArgument.Operation p_138527_, Collection<ScoreHolder> p_138528_, Objective p_138529_) private static voidTeleportCommand.performTeleport(CommandSourceStack p_139015_, Entity p_139016_, ServerLevel p_139017_, double p_139018_, double p_139019_, double p_139020_, Set<RelativeMovement> p_139021_, float p_139022_, float p_139023_, TeleportCommand.LookAt p_139024_) static intPlaceCommand.placeFeature(CommandSourceStack p_214576_, Holder.Reference<ConfiguredFeature<?, ?>> p_248822_, BlockPos p_214578_) static intPlaceCommand.placeJigsaw(CommandSourceStack p_214570_, Holder<StructureTemplatePool> p_214571_, ResourceLocation p_214572_, int p_214573_, BlockPos p_214574_) static intPlaceCommand.placeStructure(CommandSourceStack p_214588_, Holder.Reference<Structure> p_251799_, BlockPos p_214590_) static intPlaceCommand.placeTemplate(CommandSourceStack p_214562_, ResourceLocation p_214563_, BlockPos p_214564_, Rotation p_214565_, Mirror p_214566_, float p_214567_, int p_214568_) private static intPlaySoundCommand.playSound(CommandSourceStack p_138161_, Collection<ServerPlayer> p_138162_, ResourceLocation p_138163_, SoundSource p_138164_, Vec3 p_138165_, float p_138166_, float p_138167_, float p_138168_) private static intRaidCommand.playSound(CommandSourceStack p_180478_, Component p_180479_) private static intServerPackCommand.popPack(CommandSourceStack p_314505_, UUID p_314433_) private static intPublishCommand.publish(CommandSourceStack p_260117_, int p_259411_, boolean p_260137_, GameType p_259145_) private static intServerPackCommand.pushPack(CommandSourceStack p_314575_, String p_314506_, Optional<UUID> p_314543_, Optional<String> p_314491_) private static intExperienceCommand.queryExperience(CommandSourceStack p_137313_, ServerPlayer p_137314_, ExperienceCommand.Type p_137315_) private static intForceLoadCommand.queryForceLoad(CommandSourceStack p_137683_, ColumnPos p_137684_) (package private) static <T extends GameRules.Value<T>>
intGameRuleCommand.queryRule(CommandSourceStack p_137758_, GameRules.Key<T> p_137759_) private static intTimeCommand.queryTime(CommandSourceStack p_139088_, int p_139089_) private static intRandomCommand.randomSample(CommandSourceStack p_295774_, MinMaxBounds.Ints p_295453_, ResourceLocation p_294336_, boolean p_296222_) private static intWhitelistCommand.reload(CommandSourceStack p_139209_) static voidReloadCommand.reloadPacks(Collection<String> p_138236_, CommandSourceStack p_138237_) private static intScheduleCommand.remove(CommandSourceStack p_138434_, String p_138435_) private static intForceLoadCommand.removeAll(CommandSourceStack p_137696_) private static intBossBarCommands.removeBar(CommandSourceStack p_136650_, CustomBossEvent p_136651_) private static intAttributeCommand.removeModifier(CommandSourceStack p_136459_, Entity p_136460_, Holder<Attribute> p_250830_, UUID p_136462_) private static intScoreboardCommand.removeObjective(CommandSourceStack p_138485_, Objective p_138486_) private static intWhitelistCommand.removePlayers(CommandSourceStack p_139221_, Collection<com.mojang.authlib.GameProfile> p_139222_) private static intScoreboardCommand.removeScore(CommandSourceStack p_138554_, Collection<ScoreHolder> p_138555_, Objective p_138556_, int p_138557_) private static intTagCommand.removeTag(CommandSourceStack p_138857_, Collection<? extends Entity> p_138858_, String p_138859_) private static intRandomCommand.resetAllSequences(CommandSourceStack p_294291_) private static intRandomCommand.resetAllSequencesAndSetNewDefaults(CommandSourceStack p_294151_, int p_295754_, boolean p_294405_, boolean p_294396_) private static intResetChunksCommand.resetChunks(CommandSourceStack p_183685_, int p_183686_, boolean p_183687_) private static intScoreboardCommand.resetScore(CommandSourceStack p_138541_, Collection<ScoreHolder> p_138542_, Objective p_138543_) private static intScoreboardCommand.resetScores(CommandSourceStack p_138508_, Collection<ScoreHolder> p_138509_) private static intRandomCommand.resetSequence(CommandSourceStack p_295984_, ResourceLocation p_296220_) private static intRandomCommand.resetSequence(CommandSourceStack p_296416_, ResourceLocation p_294611_, int p_295199_, boolean p_295241_, boolean p_294844_) private static intTitleCommand.resetTitle(CommandSourceStack p_139125_, Collection<ServerPlayer> p_139126_) private static intWardenSpawnTrackerCommand.resetTracker(CommandSourceStack p_214780_, Collection<? extends Player> p_214781_) voidDebugCommand.TraceCustomExecutor.runGuarded(CommandSourceStack p_309716_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_306169_, ChainModifiers p_309697_, ExecutionControl<CommandSourceStack> p_306283_) voidFunctionCommand.FunctionCustomExecutor.runGuarded(CommandSourceStack p_305800_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_305848_, ChainModifiers p_309662_, ExecutionControl<CommandSourceStack> p_306013_) private static intSaveAllCommand.saveAll(CommandSourceStack p_138278_, boolean p_138279_) private static voidPerfCommand.saveResults(CommandSourceStack p_180447_, Path p_180448_, MinecraftServer p_180449_) private static intScheduleCommand.schedule(CommandSourceStack p_138429_, com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> p_138430_, int p_138431_, boolean p_138432_) private static voidMsgCommand.sendMessage(CommandSourceStack p_250209_, Collection<ServerPlayer> p_252344_, PlayerChatMessage p_249416_) private static voidTeamMsgCommand.sendMessage(CommandSourceStack p_248778_, Entity p_248891_, PlayerTeam p_250504_, List<ServerPlayer> p_249706_, PlayerChatMessage p_249707_) private static intParticleCommand.sendParticles(CommandSourceStack p_138129_, ParticleOptions p_138130_, Vec3 p_138131_, Vec3 p_138132_, float p_138133_, int p_138134_, boolean p_138135_, Collection<ServerPlayer> p_138136_) private static voidServerPackCommand.sendToAllConnections(CommandSourceStack p_314494_, Packet<?> p_314523_) private static intAttributeCommand.setAttributeBase(CommandSourceStack p_248556_, Entity p_248620_, Holder<Attribute> p_249456_, double p_252212_) private static intSetBlockCommand.setBlock(CommandSourceStack p_138608_, BlockPos p_138609_, BlockInput p_138610_, SetBlockCommand.Mode p_138611_, Predicate<BlockInWorld> p_138612_) private static intItemCommands.setBlockItem(CommandSourceStack p_180292_, BlockPos p_180293_, int p_180294_, ItemStack p_180295_) private static intWorldBorderCommand.setCenter(CommandSourceStack p_139263_, Vec2 p_139264_) private static intWeatherCommand.setClear(CommandSourceStack p_139173_, int p_139174_) private static intTeamCommand.setCollision(CommandSourceStack p_138887_, PlayerTeam p_138888_, Team.CollisionRule p_138889_) private static intBossBarCommands.setColor(CommandSourceStack p_136603_, CustomBossEvent p_136604_, BossEvent.BossBarColor p_136605_) private static intTeamCommand.setColor(CommandSourceStack p_138899_, PlayerTeam p_138900_, ChatFormatting p_138901_) private static intWorldBorderCommand.setDamageAmount(CommandSourceStack p_139270_, float p_139271_) private static intWorldBorderCommand.setDamageBuffer(CommandSourceStack p_139257_, float p_139258_) private static intTeamCommand.setDeathMessageVisibility(CommandSourceStack p_138930_, PlayerTeam p_138931_, Team.Visibility p_138932_) static intDifficultyCommand.setDifficulty(CommandSourceStack p_136945_, Difficulty p_136946_) private static intScoreboardCommand.setDisplayAutoUpdate(CommandSourceStack p_313915_, Objective p_313747_, boolean p_313790_) private static intScoreboardCommand.setDisplayName(CommandSourceStack p_138492_, Objective p_138493_, Component p_138494_) private static intTeamCommand.setDisplayName(CommandSourceStack p_138903_, PlayerTeam p_138904_, Component p_138905_) private static intScoreboardCommand.setDisplaySlot(CommandSourceStack p_138481_, DisplaySlot p_294651_, Objective p_138483_) private static intItemCommands.setEntityItem(CommandSourceStack p_180332_, Collection<? extends Entity> p_180333_, int p_180334_, ItemStack p_180335_) private static intExperienceCommand.setExperience(CommandSourceStack p_137326_, Collection<? extends ServerPlayer> p_137327_, int p_137328_, ExperienceCommand.Type p_137329_) private static intTickCommand.setFreeze(CommandSourceStack p_309056_, boolean p_309141_) private static intTeamCommand.setFriendlyFire(CommandSourceStack p_138938_, PlayerTeam p_138939_, boolean p_138940_) private static intTeamCommand.setFriendlySight(CommandSourceStack p_138907_, PlayerTeam p_138908_, boolean p_138909_) private static intSetPlayerIdleTimeoutCommand.setIdleTimeout(CommandSourceStack p_138641_, int p_138642_) private static intBossBarCommands.setMax(CommandSourceStack p_136632_, CustomBossEvent p_136633_, int p_136634_) private static intDefaultGameModeCommands.setMode(CommandSourceStack p_136931_, GameType p_136932_) private static intBossBarCommands.setName(CommandSourceStack p_136615_, CustomBossEvent p_136616_, Component p_136617_) private static intTeamCommand.setNametagVisibility(CommandSourceStack p_138891_, PlayerTeam p_138892_, Team.Visibility p_138893_) private static intScoreboardCommand.setObjectiveFormat(CommandSourceStack p_313788_, Objective p_313769_, NumberFormat p_313731_) private static intBossBarCommands.setPlayers(CommandSourceStack p_136611_, CustomBossEvent p_136612_, Collection<ServerPlayer> p_136613_) private static intTeamCommand.setPrefix(CommandSourceStack p_138934_, PlayerTeam p_138935_, Component p_138936_) private static intRaidCommand.setRaidOmenLevel(CommandSourceStack p_180475_, int p_180476_) private static intWeatherCommand.setRain(CommandSourceStack p_139178_, int p_139179_) private static intScoreboardCommand.setRenderType(CommandSourceStack p_138488_, Objective p_138489_, ObjectiveCriteria.RenderType p_138490_) private static intScoreboardCommand.setScore(CommandSourceStack p_138519_, Collection<ScoreHolder> p_138520_, Objective p_138521_, int p_138522_) private static intScoreboardCommand.setScoreDisplay(CommandSourceStack p_313937_, Collection<ScoreHolder> p_313923_, Objective p_313702_, Component p_313807_) private static intScoreboardCommand.setScoreNumberFormat(CommandSourceStack p_313794_, Collection<ScoreHolder> p_313780_, Objective p_313752_, NumberFormat p_313869_) private static intWorldBorderCommand.setSize(CommandSourceStack p_139253_, double p_139254_, long p_139255_) private static intSetSpawnCommand.setSpawn(CommandSourceStack p_138650_, Collection<ServerPlayer> p_138651_, BlockPos p_138652_, float p_138653_) private static intSetWorldSpawnCommand.setSpawn(CommandSourceStack p_138667_, BlockPos p_138668_, float p_138669_) private static intBossBarCommands.setStyle(CommandSourceStack p_136607_, CustomBossEvent p_136608_, BossEvent.BossBarOverlay p_136609_) private static intTeamCommand.setSuffix(CommandSourceStack p_138947_, PlayerTeam p_138948_, Component p_138949_) private static intWeatherCommand.setThunder(CommandSourceStack p_139183_, int p_139184_) private static intTickCommand.setTickingRate(CommandSourceStack p_309112_, float p_309104_) static intTimeCommand.setTime(CommandSourceStack p_139078_, int p_139079_) private static intTitleCommand.setTimes(CommandSourceStack p_139112_, Collection<ServerPlayer> p_139113_, int p_139114_, int p_139115_, int p_139116_) private static intBossBarCommands.setValue(CommandSourceStack p_136599_, CustomBossEvent p_136600_, int p_136601_) private static intTriggerCommand.setValue(CommandSourceStack p_139161_, ServerPlayer p_313837_, Objective p_313724_, int p_139163_) private static intBossBarCommands.setVisible(CommandSourceStack p_136619_, CustomBossEvent p_136620_, boolean p_136621_) private static intWorldBorderCommand.setWarningDistance(CommandSourceStack p_139273_, int p_139274_) private static intWardenSpawnTrackerCommand.setWarningLevel(CommandSourceStack p_214783_, Collection<? extends Player> p_214784_, int p_214785_) private static intWorldBorderCommand.setWarningTime(CommandSourceStack p_139260_, int p_139261_) private static intBanListCommands.showList(CommandSourceStack p_136550_, Collection<? extends BanListEntry<?>> p_136551_) private static intWhitelistCommand.showList(CommandSourceStack p_139230_) static intLocateCommand.showLocateResult(CommandSourceStack p_263098_, ResourceOrTagArgument.Result<?> p_262956_, BlockPos p_262917_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_263074_, String p_262937_, boolean p_263051_, Duration p_263028_) static intLocateCommand.showLocateResult(CommandSourceStack p_263019_, ResourceOrTagKeyArgument.Result<?> p_263031_, BlockPos p_262989_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_262959_, String p_263045_, boolean p_262934_, Duration p_262960_) private static intLocateCommand.showLocateResult(CommandSourceStack p_262983_, BlockPos p_263016_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_262941_, String p_263083_, boolean p_263010_, String p_263048_, Duration p_263040_) private static intTitleCommand.showTitle(CommandSourceStack p_142781_, Collection<ServerPlayer> p_142782_, Component p_142783_, String p_142784_, Function<Component, Packet<?>> p_142785_) private static intTriggerCommand.simpleTrigger(CommandSourceStack p_139152_, ServerPlayer p_313865_, Objective p_313706_) private static intSpawnArmorTrimsCommand.spawnArmorTrims(CommandSourceStack p_266993_, Player p_266983_) private static intSummonCommand.spawnEntity(CommandSourceStack p_249752_, Holder.Reference<EntityType<?>> p_251948_, Vec3 p_251429_, CompoundTag p_250568_, boolean p_250229_) private static CommandSourceStackExecuteCommand.spawnEntityAndRedirect(CommandSourceStack p_270320_, Holder.Reference<EntityType<?>> p_270344_) private static intRaidCommand.spawnLeader(CommandSourceStack p_180483_) private static intDebugMobSpawningCommand.spawnMobs(CommandSourceStack p_180115_, MobCategory p_180116_, BlockPos p_180117_) private static intSpectateCommand.spectate(CommandSourceStack p_138684_, Entity p_138685_, ServerPlayer p_138686_) private static intSpreadPlayersCommand.spreadPlayers(CommandSourceStack p_138703_, Vec2 p_138704_, float p_138705_, float p_138706_, int p_138707_, boolean p_138708_, Collection<? extends Entity> p_138709_) private static intTickCommand.sprint(CommandSourceStack p_309049_, int p_308892_) private static intDebugCommand.start(CommandSourceStack p_136910_) private static intRaidCommand.start(CommandSourceStack p_180485_, int p_180486_) private static intJfrCommand.startJfr(CommandSourceStack p_183650_) private static intPerfCommand.startProfilingDedicatedServer(CommandSourceStack p_180442_) private static intTickCommand.step(CommandSourceStack p_309024_, int p_309080_) private static intChaseCommand.stop(CommandSourceStack p_196082_) private static intDebugCommand.stop(CommandSourceStack p_136916_) private static intRaidCommand.stop(CommandSourceStack p_180490_) private static intJfrCommand.stopJfr(CommandSourceStack p_183659_) private static intPerfCommand.stopProfilingDedicatedServer(CommandSourceStack p_180457_) private static intStopSoundCommand.stopSound(CommandSourceStack p_138801_, Collection<ServerPlayer> p_138802_, SoundSource p_138803_, ResourceLocation p_138804_) private static intTickCommand.stopSprinting(CommandSourceStack p_308870_) private static intTickCommand.stopStepping(CommandSourceStack p_308875_) private static CommandSourceStackExecuteCommand.storeData(CommandSourceStack p_137118_, DataAccessor p_137119_, NbtPathArgument.NbtPath p_137120_, IntFunction<Tag> p_137121_, boolean p_137122_) private static CommandSourceStackExecuteCommand.storeValue(CommandSourceStack p_137108_, Collection<ScoreHolder> p_137109_, Objective p_137110_, boolean p_137111_) private static CommandSourceStackExecuteCommand.storeValue(CommandSourceStack p_137113_, CustomBossEvent p_137114_, boolean p_137115_, boolean p_137116_) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> TriggerCommand.suggestObjectives(CommandSourceStack p_139149_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_139150_) private static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> ScoreboardCommand.suggestTriggers(CommandSourceStack p_138511_, Collection<ScoreHolder> p_138512_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_138513_) private static intRecipeCommand.takeRecipes(CommandSourceStack p_138213_, Collection<ServerPlayer> p_138214_, Collection<RecipeHolder<?>> p_138215_) private static intTeleportCommand.teleportToEntity(CommandSourceStack p_139033_, Collection<? extends Entity> p_139034_, Entity p_139035_) private static intTeleportCommand.teleportToPos(CommandSourceStack p_139026_, Collection<? extends Entity> p_139027_, ServerLevel p_139028_, Coordinates p_139029_, Coordinates p_139030_, TeleportCommand.LookAt p_139031_) private static intTickCommand.tickQuery(CommandSourceStack p_309091_) private static intTransferCommand.transfer(CommandSourceStack p_321844_, String p_321828_, int p_321760_, Collection<ServerPlayer> p_321481_) private static intPardonIpCommand.unban(CommandSourceStack p_138118_, String p_138119_) private static intDebugConfigCommand.unconfig(CommandSourceStack p_294216_, UUID p_296468_) private static voidPerfCommand.whenStopped(CommandSourceStack p_180444_, ProfileResults p_180445_) Method parameters in net.minecraft.server.commands with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionintLootCommand.DropConsumer.accept(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_138050_, List<ItemStack> p_138051_, LootCommand.Callback p_138052_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.addConditional(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_137075_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_137076_, boolean p_137077_, ExecuteCommand.CommandPredicate p_137078_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.addConditional(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_137075_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_137076_, boolean p_137077_, ExecuteCommand.CommandPredicate p_137078_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.addConditionals(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_214438_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_214439_, boolean p_214440_, CommandBuildContext p_214441_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.addConditionals(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_214438_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_214439_, boolean p_214440_, CommandBuildContext p_214441_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.addIfBlocksConditional(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_137080_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_137081_, boolean p_137082_, boolean p_137083_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.addIfBlocksConditional(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_137080_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_137081_, boolean p_137082_, boolean p_137083_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ScoreboardCommand.addNumberFormats(CommandBuildContext p_323655_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_313757_, ScoreboardCommand.NumberFormatCommandExecutor p_313912_) voidExecuteCommand.ExecuteIfFunctionCustomModifier.apply(CommandSourceStack p_309582_, List<CommandSourceStack> p_309642_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_309682_, ChainModifiers p_309694_, ExecutionControl<CommandSourceStack> p_309646_) voidExecuteCommand.ExecuteIfFunctionCustomModifier.apply(CommandSourceStack p_309582_, List<CommandSourceStack> p_309642_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_309682_, ChainModifiers p_309694_, ExecutionControl<CommandSourceStack> p_309646_) voidExecuteCommand.ExecuteIfFunctionCustomModifier.apply(CommandSourceStack p_309582_, List<CommandSourceStack> p_309642_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_309682_, ChainModifiers p_309694_, ExecutionControl<CommandSourceStack> p_309646_) protected abstract CompoundTagFunctionCommand.FunctionCustomExecutor.arguments(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_306010_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> CloneCommands.beginEndDestinationAndModeSuffix(CommandBuildContext p_265681_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> p_265514_) private static intExecuteCommand.checkIfRegions(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137068_, boolean p_137069_) private static OptionalIntExecuteCommand.checkRegions(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137221_, boolean p_137222_) private static booleanExecuteCommand.checkScore(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137059_, MinMaxBounds.Ints p_137060_) private static booleanExecuteCommand.checkScore(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137065_, ExecuteCommand.IntBiPredicate p_313900_) private static intExecuteCommand.checkUnlessRegions(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137194_, boolean p_137195_) com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> LootCommand.TailProvider.construct(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_138054_, LootCommand.DropConsumer p_138055_) private static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> ExecuteCommand.createRelationOperations(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_265189_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_265783_) private static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> ExecuteCommand.createRelationOperations(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_265189_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_265783_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> CloneCommands.destinationAndModeSuffix(CommandBuildContext p_265238_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> p_265621_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ServerLevel> p_265296_) private static intLootCommand.drop(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_287721_, Holder<LootTable> p_335766_, LootParams p_287728_, LootCommand.DropConsumer p_287770_) private static intLootCommand.dropBlockLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137913_, BlockPos p_137914_, ItemStack p_137915_, LootCommand.DropConsumer p_137916_) private static intLootCommand.dropChestLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137933_, Holder<LootTable> p_336054_, LootCommand.DropConsumer p_137935_) private static intLootCommand.dropFishingLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137927_, Holder<LootTable> p_335944_, BlockPos p_137929_, ItemStack p_137930_, LootCommand.DropConsumer p_137931_) private static intLootCommand.dropKillLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137906_, Entity p_137907_, LootCommand.DropConsumer p_137908_) private static Collection<CommandSourceStack> ExecuteCommand.expect(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137071_, boolean p_137072_, boolean p_137073_) private static List<AdvancementHolder> AdvancementCommands.getAdvancements(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_300960_, AdvancementHolder p_301220_, AdvancementCommands.Mode p_136335_) static CustomBossEventBossBarCommands.getBossBar(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_136585_) private static CloneCommands.DimensionAndPositionCloneCommands.getLoadedDimensionAndPosition(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_265513_, ServerLevel p_265183_, String p_265511_) private static PackDataPackCommand.getPack(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_136816_, String p_136817_, boolean p_136818_) static voidAdvancementCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136311_) static voidAttributeCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_251026_, CommandBuildContext p_250936_) static voidBanIpCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136528_) static voidBanListCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136544_) static voidBanPlayerCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136559_) static voidBossBarCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136583_, CommandBuildContext p_323939_) static voidChaseCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_196078_) static voidClearInventoryCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214421_, CommandBuildContext p_214422_) static voidCloneCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214424_, CommandBuildContext p_214425_) static voidDamageCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_270226_, CommandBuildContext p_270136_) static voidDataPackCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136809_) static voidDebugCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136906_) static voidDebugConfigCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_294998_) static voidDebugMobSpawningCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_180111_) static voidDebugPathCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_180124_) static voidDefaultGameModeCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136927_) static voidDeOpCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136889_) static voidDifficultyCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136939_) static voidEffectCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136954_, CommandBuildContext p_251610_) static voidEmoteCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136986_) static voidEnchantCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_251241_, CommandBuildContext p_251038_) static voidExecuteCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214435_, CommandBuildContext p_214436_) static voidExperienceCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137307_) static voidFillBiomeCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_261867_, CommandBuildContext p_262155_) static voidFillCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214443_, CommandBuildContext p_214444_) static voidForceLoadCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137677_) static voidFunctionCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137715_) static voidGameModeCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137730_) static voidGameRuleCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137745_) static voidGiveCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214446_, CommandBuildContext p_214447_) static voidHelpCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137788_) static voidItemCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214449_, CommandBuildContext p_214450_) static voidJfrCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_183646_) static voidKickCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137796_) static voidKillCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137808_) static voidListPlayersCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137821_) static voidLocateCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_249870_, CommandBuildContext p_248936_) static voidLootCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214516_, CommandBuildContext p_214517_) static voidMsgCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138061_) static voidOpCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138080_) static voidPardonCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138094_) static voidPardonIpCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138109_) static voidParticleCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138123_, CommandBuildContext p_248587_) static voidPerfCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_180438_) static voidPlaceCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214548_) static voidPlaySoundCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138157_) static voidPublishCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138185_) static voidRaidCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_180469_, CommandBuildContext p_323666_) static voidRandomCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_295018_) static voidRecipeCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138201_) static voidReloadCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138227_) static voidResetChunksCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_183667_) static voidRideCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_265201_) static voidSaveAllCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138272_) static voidSaveOffCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138285_) static voidSaveOnCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138293_) static voidSayCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138410_) static voidScheduleCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138420_) static voidScoreboardCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138469_, CommandBuildContext p_324608_) static voidSeedCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138590_, boolean p_138591_) static voidServerPackCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_314567_) static voidSetBlockCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214731_, CommandBuildContext p_214732_) static voidSetPlayerIdleTimeoutCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138635_) static voidSetSpawnCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138644_) static voidSetWorldSpawnCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138661_) static voidSpawnArmorTrimsCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_266758_) static voidSpectateCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138678_) static voidSpreadPlayersCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138697_) static voidStopCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138786_) static voidStopSoundCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138795_) static voidSummonCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_250343_, CommandBuildContext p_250122_) static voidTagCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138837_) static voidTeamCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138878_, CommandBuildContext p_323744_) static voidTeamMsgCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139000_) static voidTeleportCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139009_) static voidTellRawCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139064_, CommandBuildContext p_324061_) static voidTickCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_309001_) static voidTimeCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139072_) static voidTitleCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139103_, CommandBuildContext p_324289_) static voidTransferCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_321596_) static voidTriggerCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139142_) static voidWardenSpawnTrackerCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214774_) static voidWeatherCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139167_) static voidWhitelistCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139202_) static voidWorldBorderCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139247_) intScoreboardCommand.NumberFormatCommandExecutor.run(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_313745_, NumberFormat p_313763_) voidDebugCommand.TraceCustomExecutor.runGuarded(CommandSourceStack p_309716_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_306169_, ChainModifiers p_309697_, ExecutionControl<CommandSourceStack> p_306283_) voidDebugCommand.TraceCustomExecutor.runGuarded(CommandSourceStack p_309716_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_306169_, ChainModifiers p_309697_, ExecutionControl<CommandSourceStack> p_306283_) voidFunctionCommand.FunctionCustomExecutor.runGuarded(CommandSourceStack p_305800_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_305848_, ChainModifiers p_309662_, ExecutionControl<CommandSourceStack> p_306013_) voidFunctionCommand.FunctionCustomExecutor.runGuarded(CommandSourceStack p_305800_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_305848_, ChainModifiers p_309662_, ExecutionControl<CommandSourceStack> p_306013_) private static intScheduleCommand.schedule(CommandSourceStack p_138429_, com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> p_138430_, int p_138431_, boolean p_138432_) private static intScheduleCommand.schedule(CommandSourceStack p_138429_, com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<CommandFunction<CommandSourceStack>, Collection<CommandFunction<CommandSourceStack>>>> p_138430_, int p_138431_, boolean p_138432_) private static intGameModeCommand.setMode(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137732_, Collection<ServerPlayer> p_137733_, GameType p_137734_) (package private) static <T extends GameRules.Value<T>>
intGameRuleCommand.setRule(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137755_, GameRules.Key<T> p_137756_) private static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> RandomCommand.suggestRandomSequence(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_296223_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_295797_) intExecuteCommand.CommandNumericPredicate.test(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137301_) booleanExecuteCommand.CommandPredicate.test(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137303_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.wrapStores(com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack> p_137094_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_137095_, boolean p_137096_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.wrapStores(com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack> p_137094_, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> p_137095_, boolean p_137096_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> CloneCommands.wrapWithCloneMode(CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265374_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265134_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265546_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> p_265798_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_265069_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> CloneCommands.wrapWithCloneMode(CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265374_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265134_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> p_265546_, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> p_265798_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_265069_) -
Uses of CommandSourceStack in net.minecraft.server.commands.data
Fields in net.minecraft.server.commands.data with type parameters of type CommandSourceStackModifier and TypeFieldDescription(package private) static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> StorageDataAccessor.SUGGEST_STORAGEMethods in net.minecraft.server.commands.data that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptioncom.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> DataCommands.DataManipulatorDecorator.create(DataCommands.DataManipulator p_139501_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> DataCommands.decorateModification(BiConsumer<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, DataCommands.DataManipulatorDecorator> p_139404_) com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> DataCommands.DataProvider.wrap(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_139502_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_139503_) Methods in net.minecraft.server.commands.data with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate static intDataCommands.getData(CommandSourceStack p_139383_, DataAccessor p_139384_) private static intDataCommands.getData(CommandSourceStack p_139444_, DataAccessor p_139445_, NbtPathArgument.NbtPath p_139446_) private static intDataCommands.getNumeric(CommandSourceStack p_139390_, DataAccessor p_139391_, NbtPathArgument.NbtPath p_139392_, double p_139393_) private static intDataCommands.mergeData(CommandSourceStack p_139395_, DataAccessor p_139396_, CompoundTag p_139397_) private static intDataCommands.removeData(CommandSourceStack p_139386_, DataAccessor p_139387_, NbtPathArgument.NbtPath p_139388_) Method parameters in net.minecraft.server.commands.data with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionDataCommands.DataProvider.access(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139504_) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> DataCommands.decorateModification(BiConsumer<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, DataCommands.DataManipulatorDecorator> p_139404_) (package private) static CommandStorageStorageDataAccessor.getGlobalTags(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139561_) DataCommands.getSingletonSource(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_265108_, DataCommands.DataProvider p_265370_) private static intDataCommands.manipulateData(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139376_, DataCommands.DataProvider p_139377_, DataCommands.DataManipulator p_139378_, List<Tag> p_139379_) intDataCommands.DataManipulator.modify(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139496_, CompoundTag p_139497_, NbtPathArgument.NbtPath p_139498_, List<Tag> p_139499_) static voidDataCommands.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139366_) DataCommands.resolveSourcePath(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_265468_, DataCommands.DataProvider p_265670_) com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> DataCommands.DataProvider.wrap(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_139502_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_139503_) com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> DataCommands.DataProvider.wrap(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_139502_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_139503_) com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> DataCommands.DataProvider.wrap(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_139502_, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> p_139503_) -
Uses of CommandSourceStack in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type CommandSourceStackModifier and TypeMethodDescriptionvoidDedicatedServer.handleConsoleInput(String p_139646_, CommandSourceStack p_139647_) -
Uses of CommandSourceStack in net.minecraft.server.network
Methods in net.minecraft.server.network that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptionprivate com.mojang.brigadier.ParseResults<CommandSourceStack> ServerGamePacketListenerImpl.parseCommand(String p_242938_) -
Uses of CommandSourceStack in net.minecraft.server.players
Methods in net.minecraft.server.players with parameters of type CommandSourceStackModifier and TypeMethodDescriptionvoidPlayerList.broadcastChatMessage(PlayerChatMessage p_243229_, CommandSourceStack p_243254_, ChatType.Bound p_243255_) -
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 booleanWrittenBookItem.resolveBookComponents(ItemStack p_43462_, CommandSourceStack p_43463_, Player p_43464_) -
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 p_330312_, Player p_331808_) private static Optional<Filterable<Component>> WrittenBookContent.resolvePage(CommandSourceStack p_330620_, Player p_330555_, Filterable<Component> p_330218_) -
Uses of CommandSourceStack in net.minecraft.world.level
Methods in net.minecraft.world.level that return CommandSourceStackModifier and TypeMethodDescriptionabstract CommandSourceStackBaseCommandBlock.createCommandSourceStack()Methods in net.minecraft.world.level that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptioncom.mojang.brigadier.builder.RequiredArgumentBuilder<CommandSourceStack, ?> GameRules.Type.createArgument(String p_46359_) Method parameters in net.minecraft.world.level with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionvoidGameRules.Value.setFromArgument(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_46371_, String p_46372_) protected voidGameRules.BooleanValue.updateFromArgument(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_46231_, String p_46232_) protected voidGameRules.IntegerValue.updateFromArgument(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_46304_, String p_46305_) protected abstract voidGameRules.Value.updateFromArgument(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_46365_, String p_46366_) -
Uses of CommandSourceStack in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity that return CommandSourceStackModifier and TypeMethodDescriptionprivate CommandSourceStackLecternBlockEntity.createCommandSourceStack(Player p_59535_) private static CommandSourceStackSignBlockEntity.createCommandSourceStack(Player p_279428_, Level p_279359_, BlockPos p_279430_) -
Uses of CommandSourceStack in net.neoforged.neoforge.client
Subclasses of CommandSourceStack in net.neoforged.neoforge.clientModifier and TypeClassDescriptionclassoverrides forCommandSourceStackso 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.commandsMethods 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 voidClientConfigCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher) private static intClientConfigCommand.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.dispatcherMethods in net.neoforged.neoforge.client.event that return types with arguments of type CommandSourceStackModifier and TypeMethodDescriptioncom.mojang.brigadier.CommandDispatcher<CommandSourceStack> RegisterClientCommandsEvent.getDispatcher()Returns the command dispatcher for registering commands to be executed on the client.Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type CommandSourceStackModifierConstructorDescriptionRegisterClientCommandsEvent(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, CommandBuildContext context) -
Uses of CommandSourceStack in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return CommandSourceStack -
Uses of CommandSourceStack in net.neoforged.neoforge.debug.chat
Subclasses of CommandSourceStack in net.neoforged.neoforge.debug.chat -
Uses of CommandSourceStack in net.neoforged.neoforge.event
Fields in net.neoforged.neoforge.event with type parameters of type CommandSourceStackModifier and TypeFieldDescriptionprivate final com.mojang.brigadier.CommandDispatcher<CommandSourceStack> RegisterCommandsEvent.dispatcherprivate com.mojang.brigadier.ParseResults<CommandSourceStack> CommandEvent.parseMethods 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 voidEventHooks.onCommandRegister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, Commands.CommandSelection environment, CommandBuildContext context) voidCommandEvent.setParseResults(com.mojang.brigadier.ParseResults<CommandSourceStack> parse) Constructor parameters in net.neoforged.neoforge.event with type arguments of type CommandSourceStackModifierConstructorDescriptionCommandEvent(com.mojang.brigadier.ParseResults<CommandSourceStack> parse) RegisterCommandsEvent(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, Commands.CommandSelection environment, CommandBuildContext context) -
Uses of CommandSourceStack in net.neoforged.neoforge.oldtest
Methods in net.neoforged.neoforge.oldtest with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate static booleanPermissionTest.canUseCommand(CommandSourceStack src, PermissionNode<Boolean> booleanPermission, PermissionDynamicContext<?>... context) Simple utility to catch exceptions with the test commands above. -
Uses of CommandSourceStack in net.neoforged.neoforge.oldtest.chat
Method parameters in net.neoforged.neoforge.oldtest.chat with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionprivate intClientCommandTest.testCommand(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context) -
Uses of CommandSourceStack in net.neoforged.neoforge.server.command
Methods in net.neoforged.neoforge.server.command that return types with arguments of type CommandSourceStackModifier and TypeMethodDescription(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ConfigCommand.ShowFile.register()(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, ?> 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.ListenerGenerateCommand.createPregenListener(CommandSourceStack source) private static intEntityCommand.EntityListCommand.execute(CommandSourceStack sender, String filter, ResourceKey<Level> dim) private static <T> intTrackCommand.TrackResults.execute(CommandSourceStack source, TimeTracker<T> tracker, Function<ObjectTimings<T>, Component> toString) private static intGenerateCommand.executeGeneration(CommandSourceStack source, BlockPos pos, int chunkRadius, boolean progressBar) private static intGenerateCommand.getGenerationHelp(CommandSourceStack source) private static intGenerateCommand.getGenerationStatus(CommandSourceStack source) private static intTPSCommand.sendTime(CommandSourceStack cs, ServerLevel dim) private static intGenerateCommand.stopGeneration(CommandSourceStack source) Method parameters in net.neoforged.neoforge.server.command with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionprivate static intDumpCommand.dumpRegistry(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, boolean alphabeticalSort, boolean printNumericIds) private static booleanGenerateCommand.getBool(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String name) private static intGenerateCommand.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 intTagsCommand.listTagElements(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, int page) private static intTagsCommand.listTags(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, int page) private static intTagsCommand.queryElementTags(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, int page) static voidConfigCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher) static voidNeoForgeCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher) private static intConfigCommand.ShowFile.showFile(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> CommandUtils.suggestRegistries(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) -
Uses of CommandSourceStack in net.neoforged.testframework.impl
Methods in net.neoforged.testframework.impl with parameters of type CommandSourceStackModifier and TypeMethodDescriptionprivate voidCommands.parseGroupable(CommandSourceStack stack, String id, Consumer<Group> isGroup, Consumer<Test> isTest) Method parameters in net.neoforged.testframework.impl with type arguments of type CommandSourceStackModifier and TypeMethodDescriptionprivate intCommands.processSetStatus(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String message) voidCommands.register(com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> node) voidMutableTestFramework.registerCommands(com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> node) voidTestFrameworkImpl.registerCommands(com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> node)