net.minecraft.server.command

public class ExecuteCommand

net.minecraft.server.commands.ExecuteCommand
net.minecraft.class_3050
net.minecraft.server.command.ExecuteCommand

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
LOGGER
field_60332
LOGGER
private static final int
MAX_TEST_AREA
field_33390
MAX_BLOCKS
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
ERROR_AREA_TOO_LARGE
field_13635
BLOCKS_TOOBIG_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_CONDITIONAL_FAILED
field_13636
CONDITIONAL_FAIL_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
ERROR_CONDITIONAL_FAILED_COUNT
field_13637
CONDITIONAL_FAIL_COUNT_EXCEPTION
public static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
ERROR_FUNCTION_CONDITION_INSTANTATION_FAILURE
field_46642
INSTANTIATION_FAILURE_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, CommandBuildContext context)
method_13271(com.mojang.brigadier.CommandDispatcher<class_2168> arg0, class_7157 arg1)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess commandRegistryAccess)
private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>
wrapStores(com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack> execute, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> literal, boolean storeResult)
method_13289(com.mojang.brigadier.tree.LiteralCommandNode<class_2168> arg0, com.mojang.brigadier.builder.LiteralArgumentBuilder<class_2168> arg1, boolean arg2)
addStoreArguments(com.mojang.brigadier.tree.LiteralCommandNode<ServerCommandSource> node, com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource> builder, boolean requestResult)
private static ServerCommandSource
storeValue(CommandSourceStack source, Collection<ScoreHolder> names, Objective objective, boolean storeResult)
method_13290(class_2168 arg0, Collection<class_9015> arg1, class_266 arg2, boolean arg3)
executeStoreScore(ServerCommandSource source, Collection<ScoreHolder> targets, ScoreboardObjective objective, boolean requestResult)
private static ServerCommandSource
storeValue(CommandSourceStack source, CustomBossEvent event, boolean storeIntoValue, boolean storeResult)
method_13297(class_2168 arg0, class_3002 arg1, boolean arg2, boolean arg3)
executeStoreBossbar(ServerCommandSource source, CommandBossBar bossBar, boolean storeInValue, boolean requestResult)
private static ServerCommandSource
storeData(CommandSourceStack source, DataAccessor accessor, NbtPathArgument$NbtPath path, IntFunction<Tag> constructor, boolean storeResult)
method_13265(class_2168 arg0, class_3162 arg1, class_2203$class_2209 arg2, IntFunction<class_2520> arg3, boolean arg4)
executeStoreData(ServerCommandSource source, DataCommandObject object, NbtPathArgumentType$NbtPath path, IntFunction<NbtElement> nbtSetter, boolean requestResult)
private static boolean
isChunkLoaded(ServerLevel level, BlockPos pos)
method_48059(class_3218 arg0, class_2338 arg1)
isLoaded(ServerWorld world, BlockPos pos)
private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>
addConditionals(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> execute, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> parent, boolean expected, CommandBuildContext context)
method_13298(com.mojang.brigadier.tree.CommandNode<class_2168> arg0, com.mojang.brigadier.builder.LiteralArgumentBuilder<class_2168> arg1, boolean arg2, class_7157 arg3)
addConditionArguments(com.mojang.brigadier.tree.CommandNode<ServerCommandSource> root, com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource> argumentBuilder, boolean positive, CommandRegistryAccess commandRegistryAccess)
private static int
countItems(CommandSourceStack source, ItemAccessor<?> accessor, SlotSourceArgument$Result slotSource, Predicate<ItemStack> predicate)
method_1_6655(class_2168 arg0, class_1_1061<?> arg1, class_1_1077$class_1_1080 arg2, Predicate<class_1799> arg3)
testItemPredicate(ServerCommandSource source, InventorySource<?> sourceArg, SlotSourceArgumentType$SlotSourceProvider slots, Predicate<ItemStack> itemPredicate)
private static int
countSlots(CommandSourceStack source, ItemAccessor<?> accessor, SlotSourceArgument$Result slotSource)
method_1_6656(class_2168 arg0, class_1_1061<?> arg1, class_1_1077$class_1_1080 arg2)
testItemSlots(ServerCommandSource source, InventorySource<?> sourceArg, SlotSourceArgumentType$SlotSourceProvider slots)
private static com.mojang.brigadier.Command<ServerCommandSource>
createNumericConditionalHandler(boolean expected, ExecuteCommand$CommandNumericPredicate condition)
method_13323(boolean arg0, class_3050$class_3051 arg1)
getExistsConditionExecute(boolean positive, ExecuteCommand$ExistsCondition condition)
private static int
checkMatchingData(DataAccessor accessor, NbtPathArgument$NbtPath path)
method_13303(class_3162 arg0, class_2203$class_2209 arg1)
countPathMatches(DataCommandObject object, NbtPathArgumentType$NbtPath path)
private static boolean
checkScore(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, ExecuteCommand$IntBiPredicate operation)
method_13263(com.mojang.brigadier.context.CommandContext<class_2168> arg0, class_3050$class_9007 arg1)
testScoreCondition(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, ExecuteCommand$ScoreComparisonPredicate predicate)
private static boolean
checkScore(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, MinMaxBounds$Ints range)
method_13313(com.mojang.brigadier.context.CommandContext<class_2168> arg0, class_2096$class_2100 arg1)
testScoreMatch(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, NumberRange$IntRange range)
private static boolean
checkStopwatch(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, MinMaxBounds$Doubles range)
method_74975(com.mojang.brigadier.context.CommandContext<class_2168> arg0, class_2096$class_2099 arg1)
testStopwatchRange(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, NumberRange$DoubleRange range)
private static boolean
checkCustomPredicate(CommandSourceStack source, Holder<LootItemCondition> predicate)
method_22829(class_2168 arg0, class_6880<class_5341> arg1)
testLootCondition(ServerCommandSource source, RegistryEntry<LootCondition> lootCondition)
private static Collection<ServerCommandSource>
expect(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, boolean expected, boolean result)
method_13319(com.mojang.brigadier.context.CommandContext<class_2168> arg0, boolean arg1, boolean arg2)
getSourceOrEmptyForConditionFork(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean positive, boolean value)
private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>
addConditional(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> root, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> argument, boolean expected, ExecuteCommand$CommandPredicate predicate)
method_13310(com.mojang.brigadier.tree.CommandNode<class_2168> arg0, com.mojang.brigadier.builder.ArgumentBuilder<class_2168, ?> arg1, boolean arg2, class_3050$class_3052 arg3)
addConditionLogic(com.mojang.brigadier.tree.CommandNode<ServerCommandSource> root, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, boolean positive, ExecuteCommand$Condition condition)
private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>
addIfBlocksConditional(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> root, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> argument, boolean expected, boolean skipAir)
method_13320(com.mojang.brigadier.tree.CommandNode<class_2168> arg0, com.mojang.brigadier.builder.ArgumentBuilder<class_2168, ?> arg1, boolean arg2, boolean arg3)
addBlocksConditionLogic(com.mojang.brigadier.tree.CommandNode<ServerCommandSource> root, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, boolean positive, boolean masked)
private static int
checkIfRegions(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, boolean skipAir)
method_13306(com.mojang.brigadier.context.CommandContext<class_2168> arg0, boolean arg1)
executePositiveBlockCondition(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean masked)
private static int
checkUnlessRegions(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, boolean skipAir)
method_13304(com.mojang.brigadier.context.CommandContext<class_2168> arg0, boolean arg1)
executeNegativeBlockCondition(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean masked)
private static OptionalInt
checkRegions(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, boolean skipAir)
method_13272(com.mojang.brigadier.context.CommandContext<class_2168> arg0, boolean arg1)
testBlocksCondition(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean masked)
private static OptionalInt
checkRegions(ServerLevel level, BlockPos startPos, BlockPos endPos, BlockPos destPos, boolean skipAir)
method_13261(class_3218 arg0, class_2338 arg1, class_2338 arg2, class_2338 arg3, boolean arg4)
testBlocksCondition(ServerWorld world, BlockPos start, BlockPos end, BlockPos destination, boolean masked)
private static com.mojang.brigadier.RedirectModifier<ServerCommandSource>
expandOneToOneEntityRelation(Function<Entity, Optional<Entity>> unpacker)
method_48063(Function<class_1297, Optional<class_1297>> arg0)
createEntityModifier(Function<Entity, Optional<Entity>> function)
private static com.mojang.brigadier.RedirectModifier<ServerCommandSource>
expandOneToManyEntityRelation(Function<Entity, Stream<Entity>> unpacker)
method_48066(Function<class_1297, Stream<class_1297>> arg0)
createMultiEntityModifier(Function<Entity, Stream<Entity>> function)
private static com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource>
createRelationOperations(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> execute, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> on)
method_48061(com.mojang.brigadier.tree.CommandNode<class_2168> arg0, com.mojang.brigadier.builder.LiteralArgumentBuilder<class_2168> arg1)
addOnArguments(com.mojang.brigadier.tree.CommandNode<ServerCommandSource> node, com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource> builder)
private static ServerCommandSource
spawnEntityAndRedirect(CommandSourceStack source, Holder$Reference<EntityType<?>> type)
method_48756(class_2168 arg0, class_6880$class_6883<class_1299<?>> arg1)
summon(ServerCommandSource source, RegistryEntry$Reference<EntityType<?>> entityType)
public static <T extends AbstractServerCommandSource<T>> void
scheduleFunctionConditionsAndTest(T originalSource, List<T> currentSources, Function<T, T> functionContextModifier, IntPredicate check, com.mojang.brigadier.context.ContextChain<T> currentStep, CompoundTag parameters, ExecutionControl<T> output, InCommandFunction<com.mojang.brigadier.context.CommandContext<T>, Collection<CommandFunction<T>>> functionGetter, ChainModifiers modifiers)
method_54264(T arg0, List<T> arg1, Function<T, T> arg2, IntPredicate arg3, com.mojang.brigadier.context.ContextChain<T> arg4, class_2487 arg5, class_8855<T> arg6, class_10618<com.mojang.brigadier.context.CommandContext<T>, Collection<class_2158<T>>> arg7, class_8936 arg8)
enqueueExecutions(T baseSource, List<T> sources, Function<T, T> functionSourceGetter, IntPredicate predicate, com.mojang.brigadier.context.ContextChain<T> contextChain, NbtCompound args, ExecutionControl<T> control, ArgumentGetter<com.mojang.brigadier.context.CommandContext<T>, Collection<CommandFunction<T>>> functionNamesGetter, ExecutionFlags flags)
private static void
lambda$scheduleFunctionConditionsAndTest$1(List arg0, ExecutionCommandSource arg1, ExecutionControl arg2)
method_54852(List arg0, class_8839 arg1, class_8855 arg2)
method_54852(List arg0, AbstractServerCommandSource arg1, ExecutionControl newControl)
private static void
lambda$scheduleFunctionConditionsAndTest$0(IntPredicate arg0, List arg1, ExecutionCommandSource arg2, boolean arg3, int arg4)
method_54853(IntPredicate arg0, List arg1, class_8839 arg2, boolean arg3, int arg4)
method_54853(IntPredicate arg0, List arg1, AbstractServerCommandSource arg2, boolean successful, int returnValue)
private static Stream
lambda$createRelationOperations$7(Entity arg0)
method_48060(class_1297 arg0)
method_48060(Entity entity)
private static Optional
lambda$createRelationOperations$6(Entity arg0)
method_48332(class_1297 arg0)
method_48332(Entity entity)
private static Optional
lambda$createRelationOperations$5(Entity arg0)
method_48065(class_1297 arg0)
method_48065(Entity entity)
private static Optional
lambda$createRelationOperations$4(Entity arg0)
method_48068(class_1297 arg0)
method_48068(Entity entity)
private static Optional
lambda$createRelationOperations$3(Entity arg0)
method_48069(class_1297 arg0)
method_48069(Entity entity)
private static Optional
lambda$createRelationOperations$2(Entity arg0)
method_48071(class_1297 arg0)
method_48071(Entity entity)
private static Optional
lambda$createRelationOperations$1(Entity arg0)
method_48072(class_1297 arg0)
method_48072(Entity entity)
private static Optional
lambda$createRelationOperations$0(Entity arg0)
method_48073(class_1297 arg0)
method_48073(Entity entity)
private static Collection
lambda$expandOneToManyEntityRelation$0(Function arg0, com.mojang.brigadier.context.CommandContext arg1)
method_48064(Function arg0, com.mojang.brigadier.context.CommandContext arg1)
method_48064(Function arg0, com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$expandOneToManyEntityRelation$1(Entity arg0)
method_48074(class_1297 arg0)
method_48074(Entity entity)
private static Collection
lambda$expandOneToOneEntityRelation$0(Function arg0, com.mojang.brigadier.context.CommandContext arg1)
method_48067(Function arg0, com.mojang.brigadier.context.CommandContext arg1)
method_48067(Function arg0, com.mojang.brigadier.context.CommandContext context)
private static List
lambda$expandOneToOneEntityRelation$2(CommandSourceStack arg0, Entity arg1)
method_48062(class_2168 arg0, class_1297 arg1)
method_48062(ServerCommandSource arg0, Entity entity)
private static boolean
lambda$expandOneToOneEntityRelation$1(Entity arg0)
method_48075(class_1297 arg0)
method_48075(Entity entity)
private static Text
lambda$checkUnlessRegions$0()
method_51965()
method_51965()
private static Text
lambda$checkIfRegions$0(OptionalInt arg0)
method_51967(OptionalInt arg0)
method_51967(OptionalInt arg0)
private static int
lambda$addIfBlocksConditional$2(boolean arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13273(boolean arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13273(boolean arg0, com.mojang.brigadier.context.CommandContext context)
private static int
lambda$addIfBlocksConditional$1(boolean arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13315(boolean arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13315(boolean arg0, com.mojang.brigadier.context.CommandContext context)
private static Collection
lambda$addIfBlocksConditional$0(boolean arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13287(boolean arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13287(boolean arg0, boolean arg1, com.mojang.brigadier.context.CommandContext context)
private static int
lambda$addConditional$1(boolean arg0, ExecuteCommand$CommandPredicate arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13270(boolean arg0, class_3050$class_3052 arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13270(boolean arg0, ExecuteCommand$Condition arg1, com.mojang.brigadier.context.CommandContext context)
private static Text
lambda$addConditional$2()
method_51968()
method_51968()
private static Collection
lambda$addConditional$0(boolean arg0, ExecuteCommand$CommandPredicate arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13267(boolean arg0, class_3050$class_3052 arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13267(boolean arg0, ExecuteCommand$Condition arg1, com.mojang.brigadier.context.CommandContext context)
private static int
lambda$createNumericConditionalHandler$2(ExecuteCommand$CommandNumericPredicate arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13296(class_3050$class_3051 arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13296(ExecuteCommand$ExistsCondition arg0, com.mojang.brigadier.context.CommandContext context)
private static Text
lambda$createNumericConditionalHandler$3()
method_51969()
method_51969()
private static int
lambda$createNumericConditionalHandler$0(ExecuteCommand$CommandNumericPredicate arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13305(class_3050$class_3051 arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13305(ExecuteCommand$ExistsCondition arg0, com.mojang.brigadier.context.CommandContext context)
private static Text
lambda$createNumericConditionalHandler$1(int arg0)
method_51966(int arg0)
method_51966(int arg0)
private static com.mojang.brigadier.builder.ArgumentBuilder
lambda$addConditionals$25(CommandBuildContext arg0, com.mojang.brigadier.tree.CommandNode arg1, boolean arg2, ArgProvider arg3, com.mojang.brigadier.builder.ArgumentBuilder arg4)
method_1_6660(class_7157 arg0, com.mojang.brigadier.tree.CommandNode arg1, boolean arg2, class_1_1047 arg3, com.mojang.brigadier.builder.ArgumentBuilder arg4)
method_1_6660(CommandRegistryAccess arg0, com.mojang.brigadier.tree.CommandNode arg1, boolean arg2, ArgumentSpec arg3, com.mojang.brigadier.builder.ArgumentBuilder builder)
private static int
lambda$addConditionals$27(ArgProvider arg0, com.mojang.brigadier.context.CommandContext arg1)
method_1_6662(class_1_1047 arg0, com.mojang.brigadier.context.CommandContext arg1)
method_1_6662(ArgumentSpec arg0, com.mojang.brigadier.context.CommandContext context)
private static Collection
lambda$addConditionals$26(boolean arg0, ArgProvider arg1, com.mojang.brigadier.context.CommandContext arg2)
method_1_6661(boolean arg0, class_1_1047 arg1, com.mojang.brigadier.context.CommandContext arg2)
method_1_6661(boolean arg0, ArgumentSpec arg1, com.mojang.brigadier.context.CommandContext context)
private static com.mojang.brigadier.builder.ArgumentBuilder
lambda$addConditionals$22(CommandBuildContext arg0, com.mojang.brigadier.tree.CommandNode arg1, boolean arg2, ArgProvider arg3, com.mojang.brigadier.builder.ArgumentBuilder arg4)
method_1_6657(class_7157 arg0, com.mojang.brigadier.tree.CommandNode arg1, boolean arg2, class_1_1047 arg3, com.mojang.brigadier.builder.ArgumentBuilder arg4)
method_1_6657(CommandRegistryAccess arg0, com.mojang.brigadier.tree.CommandNode arg1, boolean arg2, ArgumentSpec arg3, com.mojang.brigadier.builder.ArgumentBuilder builder)
private static int
lambda$addConditionals$24(ArgProvider arg0, com.mojang.brigadier.context.CommandContext arg1)
method_1_6659(class_1_1047 arg0, com.mojang.brigadier.context.CommandContext arg1)
method_1_6659(ArgumentSpec arg0, com.mojang.brigadier.context.CommandContext context)
private static Collection
lambda$addConditionals$23(boolean arg0, ArgProvider arg1, com.mojang.brigadier.context.CommandContext arg2)
method_1_6658(boolean arg0, class_1_1047 arg1, com.mojang.brigadier.context.CommandContext arg2)
method_1_6658(boolean arg0, ArgumentSpec arg1, com.mojang.brigadier.context.CommandContext context)
private static com.mojang.brigadier.builder.ArgumentBuilder
lambda$addConditionals$19(com.mojang.brigadier.tree.CommandNode arg0, boolean arg1, ArgProvider arg2, com.mojang.brigadier.builder.ArgumentBuilder arg3)
method_13258(com.mojang.brigadier.tree.CommandNode arg0, boolean arg1, class_1_1047 arg2, com.mojang.brigadier.builder.ArgumentBuilder arg3)
method_13258(com.mojang.brigadier.tree.CommandNode arg0, boolean arg1, ArgumentSpec arg2, com.mojang.brigadier.builder.ArgumentBuilder builder)
private static int
lambda$addConditionals$21(ArgProvider arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13317(class_1_1047 arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13317(ArgumentSpec arg0, com.mojang.brigadier.context.CommandContext context)
private static Collection
lambda$addConditionals$20(boolean arg0, ArgProvider arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13301(boolean arg0, class_1_1047 arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13301(boolean arg0, ArgumentSpec arg1, com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$addConditionals$18(com.mojang.brigadier.context.CommandContext arg0)
method_74974(com.mojang.brigadier.context.CommandContext arg0)
method_74974(com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$addConditionals$17(com.mojang.brigadier.context.CommandContext arg0)
method_22830(com.mojang.brigadier.context.CommandContext arg0)
method_22830(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$addConditionals$16(com.mojang.brigadier.context.CommandContext arg0)
method_13321(com.mojang.brigadier.context.CommandContext arg0)
method_13321(com.mojang.brigadier.context.CommandContext context)
private static Collection
lambda$addConditionals$15(boolean arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13300(boolean arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13300(boolean arg0, com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$addConditionals$14(com.mojang.brigadier.context.CommandContext arg0)
method_13262(com.mojang.brigadier.context.CommandContext arg0)
method_13262(com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$addConditionals$12(com.mojang.brigadier.context.CommandContext arg0)
method_13266(com.mojang.brigadier.context.CommandContext arg0)
method_13266(com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$addConditionals$13(int arg0, int arg1)
method_13302(int arg0, int arg1)
method_13302(int targetScore, int sourceScore)
private static boolean
lambda$addConditionals$10(com.mojang.brigadier.context.CommandContext arg0)
method_13249(com.mojang.brigadier.context.CommandContext arg0)
method_13249(com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$addConditionals$11(int arg0, int arg1)
method_13250(int arg0, int arg1)
method_13250(int targetScore, int sourceScore)
private static boolean
lambda$addConditionals$8(com.mojang.brigadier.context.CommandContext arg0)
method_13288(com.mojang.brigadier.context.CommandContext arg0)
method_13288(com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$addConditionals$9(int arg0, int arg1)
method_13299(int arg0, int arg1)
method_13299(int targetScore, int sourceScore)
private static boolean
lambda$addConditionals$6(com.mojang.brigadier.context.CommandContext arg0)
method_13282(com.mojang.brigadier.context.CommandContext arg0)
method_13282(com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$addConditionals$7(int arg0, int arg1)
method_13257(int arg0, int arg1)
method_13257(int targetScore, int sourceScore)
private static boolean
lambda$addConditionals$4(com.mojang.brigadier.context.CommandContext arg0)
method_13280(com.mojang.brigadier.context.CommandContext arg0)
method_13280(com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$addConditionals$5(int arg0, int arg1)
method_55338(int arg0, int arg1)
method_55338(int targetScore, int sourceScore)
private static boolean
lambda$addConditionals$3(com.mojang.brigadier.context.CommandContext arg0)
method_48076(com.mojang.brigadier.context.CommandContext arg0)
method_48076(com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$addConditionals$2(com.mojang.brigadier.context.CommandContext arg0)
method_48070(com.mojang.brigadier.context.CommandContext arg0)
method_48070(com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$addConditionals$1(com.mojang.brigadier.context.CommandContext arg0)
method_47527(com.mojang.brigadier.context.CommandContext arg0)
method_47527(com.mojang.brigadier.context.CommandContext context)
private static boolean
lambda$addConditionals$0(com.mojang.brigadier.context.CommandContext arg0)
method_13274(com.mojang.brigadier.context.CommandContext arg0)
method_13274(com.mojang.brigadier.context.CommandContext context)
private static void
lambda$storeData$0(DataAccessor arg0, boolean arg1, NbtPathArgument$NbtPath arg2, IntFunction arg3, boolean arg4, int arg5)
method_13294(class_3162 arg0, boolean arg1, class_2203$class_2209 arg2, IntFunction arg3, boolean arg4, int arg5)
method_13294(DataCommandObject arg0, boolean arg1, NbtPathArgumentType$NbtPath arg2, IntFunction arg3, boolean successful, int returnValue)
private static void
lambda$storeValue$1(boolean arg0, boolean arg1, CustomBossEvent arg2, boolean arg3, int arg4)
method_13277(boolean arg0, boolean arg1, class_3002 arg2, boolean arg3, int arg4)
method_13277(boolean arg0, boolean arg1, CommandBossBar arg2, boolean successful, int returnValue)
private static void
lambda$storeValue$0(Collection arg0, Scoreboard arg1, Objective arg2, boolean arg3, boolean arg4, int arg5)
method_13260(Collection arg0, class_269 arg1, class_266 arg2, boolean arg3, boolean arg4, int arg5)
method_13260(Collection arg0, Scoreboard arg1, ScoreboardObjective arg2, boolean arg3, boolean successful, int returnValue)
private static com.mojang.brigadier.builder.ArgumentBuilder
lambda$wrapStores$3(com.mojang.brigadier.tree.LiteralCommandNode arg0, ArgProvider arg1, boolean arg2, com.mojang.brigadier.builder.ArgumentBuilder arg3)
method_13253(com.mojang.brigadier.tree.LiteralCommandNode arg0, class_1_1047 arg1, boolean arg2, com.mojang.brigadier.builder.ArgumentBuilder arg3)
method_13253(com.mojang.brigadier.tree.LiteralCommandNode arg0, ArgumentSpec arg1, boolean arg2, com.mojang.brigadier.builder.ArgumentBuilder builderx)
private static ServerCommandSource
lambda$wrapStores$14(ArgProvider arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13309(class_1_1047 arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13309(ArgumentSpec arg0, boolean arg1, com.mojang.brigadier.context.CommandContext context)
private static NbtElement
lambda$wrapStores$15(com.mojang.brigadier.context.CommandContext arg0, int arg1)
method_13275(com.mojang.brigadier.context.CommandContext arg0, int arg1)
method_13275(com.mojang.brigadier.context.CommandContext arg0, int result)
private static ServerCommandSource
lambda$wrapStores$12(ArgProvider arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13311(class_1_1047 arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13311(ArgumentSpec arg0, boolean arg1, com.mojang.brigadier.context.CommandContext context)
private static NbtElement
lambda$wrapStores$13(com.mojang.brigadier.context.CommandContext arg0, int arg1)
method_13307(com.mojang.brigadier.context.CommandContext arg0, int arg1)
method_13307(com.mojang.brigadier.context.CommandContext arg0, int result)
private static ServerCommandSource
lambda$wrapStores$10(ArgProvider arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13264(class_1_1047 arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13264(ArgumentSpec arg0, boolean arg1, com.mojang.brigadier.context.CommandContext context)
private static NbtElement
lambda$wrapStores$11(com.mojang.brigadier.context.CommandContext arg0, int arg1)
method_13276(com.mojang.brigadier.context.CommandContext arg0, int arg1)
method_13276(com.mojang.brigadier.context.CommandContext arg0, int result)
private static ServerCommandSource
lambda$wrapStores$8(ArgProvider arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13251(class_1_1047 arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13251(ArgumentSpec arg0, boolean arg1, com.mojang.brigadier.context.CommandContext context)
private static NbtElement
lambda$wrapStores$9(com.mojang.brigadier.context.CommandContext arg0, int arg1)
method_13318(com.mojang.brigadier.context.CommandContext arg0, int arg1)
method_13318(com.mojang.brigadier.context.CommandContext arg0, int result)
private static ServerCommandSource
lambda$wrapStores$6(ArgProvider arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13256(class_1_1047 arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13256(ArgumentSpec arg0, boolean arg1, com.mojang.brigadier.context.CommandContext context)
private static NbtElement
lambda$wrapStores$7(com.mojang.brigadier.context.CommandContext arg0, int arg1)
method_13283(com.mojang.brigadier.context.CommandContext arg0, int arg1)
method_13283(com.mojang.brigadier.context.CommandContext arg0, int result)
private static ServerCommandSource
lambda$wrapStores$4(ArgProvider arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13284(class_1_1047 arg0, boolean arg1, com.mojang.brigadier.context.CommandContext arg2)
method_13284(ArgumentSpec arg0, boolean arg1, com.mojang.brigadier.context.CommandContext context)
private static NbtElement
lambda$wrapStores$5(com.mojang.brigadier.context.CommandContext arg0, int arg1)
method_13324(com.mojang.brigadier.context.CommandContext arg0, int arg1)
method_13324(com.mojang.brigadier.context.CommandContext arg0, int result)
private static ServerCommandSource
lambda$wrapStores$2(boolean arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13285(boolean arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13285(boolean arg0, com.mojang.brigadier.context.CommandContext context)
private static ServerCommandSource
lambda$wrapStores$1(boolean arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13322(boolean arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13322(boolean arg0, com.mojang.brigadier.context.CommandContext context)
private static ServerCommandSource
lambda$wrapStores$0(boolean arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13269(boolean arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13269(boolean arg0, com.mojang.brigadier.context.CommandContext context)
private static ServerCommandSource
lambda$register$12(com.mojang.brigadier.context.CommandContext arg0)
method_48757(com.mojang.brigadier.context.CommandContext arg0)
method_48757(com.mojang.brigadier.context.CommandContext context)
private static ServerCommandSource
lambda$register$11(com.mojang.brigadier.context.CommandContext arg0)
method_13286(com.mojang.brigadier.context.CommandContext arg0)
method_13286(com.mojang.brigadier.context.CommandContext context)
private static ServerCommandSource
lambda$register$10(com.mojang.brigadier.context.CommandContext arg0)
method_13259(com.mojang.brigadier.context.CommandContext arg0)
method_13259(com.mojang.brigadier.context.CommandContext context)
private static ServerCommandSource
lambda$register$9(com.mojang.brigadier.context.CommandContext arg0)
method_13252(com.mojang.brigadier.context.CommandContext arg0)
method_13252(com.mojang.brigadier.context.CommandContext context)
private static ServerCommandSource
lambda$register$8(com.mojang.brigadier.context.CommandContext arg0)
method_13268(com.mojang.brigadier.context.CommandContext arg0)
method_13268(com.mojang.brigadier.context.CommandContext context)
private static Collection
lambda$register$7(com.mojang.brigadier.context.CommandContext arg0)
method_13291(com.mojang.brigadier.context.CommandContext arg0)
method_13291(com.mojang.brigadier.context.CommandContext context)
private static Collection
lambda$register$6(com.mojang.brigadier.context.CommandContext arg0)
method_13293(com.mojang.brigadier.context.CommandContext arg0)
method_13293(com.mojang.brigadier.context.CommandContext context)
private static ServerCommandSource
lambda$register$5(com.mojang.brigadier.context.CommandContext arg0)
method_13308(com.mojang.brigadier.context.CommandContext arg0)
method_13308(com.mojang.brigadier.context.CommandContext context)
private static ServerCommandSource
lambda$register$4(com.mojang.brigadier.context.CommandContext arg0)
method_49419(com.mojang.brigadier.context.CommandContext arg0)
method_49419(com.mojang.brigadier.context.CommandContext context)
private static Collection
lambda$register$3(com.mojang.brigadier.context.CommandContext arg0)
method_13281(com.mojang.brigadier.context.CommandContext arg0)
method_13281(com.mojang.brigadier.context.CommandContext context)
private static ServerCommandSource
lambda$register$2(com.mojang.brigadier.context.CommandContext arg0)
method_13314(com.mojang.brigadier.context.CommandContext arg0)
method_13314(com.mojang.brigadier.context.CommandContext context)
private static Collection
lambda$register$1(com.mojang.brigadier.context.CommandContext arg0)
method_13295(com.mojang.brigadier.context.CommandContext arg0)
method_13295(com.mojang.brigadier.context.CommandContext context)
private static Collection
lambda$register$0(com.mojang.brigadier.context.CommandContext arg0)
method_13292(com.mojang.brigadier.context.CommandContext arg0)
method_13292(com.mojang.brigadier.context.CommandContext context)
private static com.mojang.brigadier.Message
lambda$static$2(Object arg0, Object arg1)
method_54263(Object arg0, Object arg1)
method_54263(Object function, Object message)
private static com.mojang.brigadier.Message
lambda$static$1(Object arg0)
method_13312(Object arg0)
method_13312(Object count)
private static com.mojang.brigadier.Message
lambda$static$0(Object arg0, Object arg1)
method_13316(Object arg0, Object arg1)
method_13316(Object maxCount, Object count)