History - net.minecraft.server.commands.ExecuteCommand
1.21.7
Names
Fields
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: d, ERROR_AREA_TOO_LARGE, field_13635, BLOCKS_TOOBIG_EXCEPTION, f_137030_
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: d, ERROR_AREA_TOO_LARGE, field_13635, BLOCKS_TOOBIG_EXCEPTION
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, ERROR_CONDITIONAL_FAILED, field_13636, CONDITIONAL_FAIL_EXCEPTION, f_137031_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, ERROR_CONDITIONAL_FAILED, field_13636, CONDITIONAL_FAIL_EXCEPTION
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: f, ERROR_CONDITIONAL_FAILED_COUNT, field_13637, CONDITIONAL_FAIL_COUNT_EXCEPTION, f_137032_
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: f, ERROR_CONDITIONAL_FAILED_COUNT, field_13637, CONDITIONAL_FAIL_COUNT_EXCEPTION
int: c, MAX_TEST_AREA, field_33390, MAX_BLOCKS, f_180148_
int: c, MAX_TEST_AREA, field_33390, MAX_BLOCKS
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: a, ERROR_FUNCTION_CONDITION_INSTANTATION_FAILURE, field_46642, INSTANTIATION_FAILURE_EXCEPTION, f_302541_
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: a, ERROR_FUNCTION_CONDITION_INSTANTATION_FAILURE, field_46642, INSTANTIATION_FAILURE_EXCEPTION
org.slf4j.Logger: b, LOGGER, field_60332, LOGGER, f_399374_
org.slf4j.Logger: b, LOGGER, field_60332, LOGGER
Constructors
Methods
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>, boolean): a, wrapStores, method_13289, addStoreArguments, m_137093_
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>, boolean): a, wrapStores, method_13289, addStoreArguments
CommandSourceStack (CommandSourceStack, Collection<ScoreHolder>, Objective, boolean): a, storeValue, method_13290, executeStoreScore, m_137107_
CommandSourceStack (CommandSourceStack, Collection<ScoreHolder>, Objective, boolean): a, storeValue, method_13290, executeStoreScore
CommandSourceStack (CommandSourceStack, DataAccessor, NbtPathArgument$NbtPath, IntFunction<Tag>, boolean): a, storeData, method_13265, executeStoreData, m_137117_
CommandSourceStack (CommandSourceStack, DataAccessor, NbtPathArgument$NbtPath, IntFunction<Tag>, boolean): a, storeData, method_13265, executeStoreData
boolean (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, MinMaxBounds$Ints): a, checkScore, method_13313, testScoreMatch, m_137058_
boolean (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, MinMaxBounds$Ints): a, checkScore, method_13313, testScoreMatch
Collection<CommandSourceStack> (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean, boolean): a, expect, method_13319, getSourceOrEmptyForConditionFork, m_137070_
Collection<CommandSourceStack> (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean, boolean): a, expect, method_13319, getSourceOrEmptyForConditionFork
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, boolean, boolean): a, addIfBlocksConditional, method_13320, addBlocksConditionLogic, m_137079_
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, boolean, boolean): a, addIfBlocksConditional, method_13320, addBlocksConditionLogic
int (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): a, checkIfRegions, method_13306, executePositiveBlockCondition, m_137067_
int (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): a, checkIfRegions, method_13306, executePositiveBlockCondition
int (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): b, checkUnlessRegions, method_13304, executeNegativeBlockCondition, m_137193_
int (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): b, checkUnlessRegions, method_13304, executeNegativeBlockCondition
OptionalInt (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): c, checkRegions, method_13272, testBlocksCondition, m_137220_
OptionalInt (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): c, checkRegions, method_13272, testBlocksCondition
CommandSourceStack (CommandSourceStack, CustomBossEvent, boolean, boolean): a, storeValue, method_13297, executeStoreBossbar, m_137112_
CommandSourceStack (CommandSourceStack, CustomBossEvent, boolean, boolean): a, storeValue, method_13297, executeStoreBossbar
com.mojang.brigadier.Command<CommandSourceStack> (boolean, ExecuteCommand$CommandNumericPredicate): a, createNumericConditionalHandler, method_13323, getExistsConditionExecute, m_137166_
com.mojang.brigadier.Command<CommandSourceStack> (boolean, ExecuteCommand$CommandNumericPredicate): a, createNumericConditionalHandler, method_13323, getExistsConditionExecute
int (DataAccessor, NbtPathArgument$NbtPath): a, checkMatchingData, method_13303, countPathMatches, m_137145_
int (DataAccessor, NbtPathArgument$NbtPath): a, checkMatchingData, method_13303, countPathMatches
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, boolean, ExecuteCommand$CommandPredicate): a, addConditional, method_13310, addConditionLogic, m_137074_
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, boolean, ExecuteCommand$CommandPredicate): a, addConditional, method_13310, addConditionLogic
OptionalInt (ServerLevel, BlockPos, BlockPos, BlockPos, boolean): a, checkRegions, method_13261, testBlocksCondition, m_137036_
OptionalInt (ServerLevel, BlockPos, BlockPos, BlockPos, boolean): a, checkRegions, method_13261, testBlocksCondition
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>, CommandBuildContext): a, register, method_13271, register, m_214434_
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>, CommandBuildContext): a, register, method_13271, register
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>, boolean, CommandBuildContext): a, addConditionals, method_13298, addConditionArguments, m_214437_
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>, boolean, CommandBuildContext): a, addConditionals, method_13298, addConditionArguments
boolean (ServerLevel, BlockPos): a, isChunkLoaded, method_48059, isLoaded, m_264155_
boolean (ServerLevel, BlockPos): a, isChunkLoaded, method_48059, isLoaded
com.mojang.brigadier.RedirectModifier<CommandSourceStack> (Function<Entity, Optional<Entity>>): a, expandOneToOneEntityRelation, method_48063, createEntityModifier, m_264445_
com.mojang.brigadier.RedirectModifier<CommandSourceStack> (Function<Entity, Optional<Entity>>): a, expandOneToOneEntityRelation, method_48063, createEntityModifier
com.mojang.brigadier.RedirectModifier<CommandSourceStack> (Function<Entity, Stream<Entity>>): b, expandOneToManyEntityRelation, method_48066, createMultiEntityModifier, m_264350_
com.mojang.brigadier.RedirectModifier<CommandSourceStack> (Function<Entity, Stream<Entity>>): b, expandOneToManyEntityRelation, method_48066, createMultiEntityModifier
com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>): a, createRelationOperations, method_48061, addOnArguments, m_264124_
com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>): a, createRelationOperations, method_48061, addOnArguments
CommandSourceStack (CommandSourceStack, Holder$Reference<EntityType<?>>): a, spawnEntityAndRedirect, method_48756, summon, m_269381_
CommandSourceStack (CommandSourceStack, Holder$Reference<EntityType<?>>): a, spawnEntityAndRedirect, method_48756, summon
boolean (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ExecuteCommand$IntBiPredicate): a, checkScore, method_13263, testScoreCondition, m_137064_
boolean (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ExecuteCommand$IntBiPredicate): a, checkScore, method_13263, testScoreCondition
int (Iterable<? extends Entity>, SlotRange, Predicate<ItemStack>): a, countItems, method_58035, countMatchingItems, m_321605_
int (Iterable<? extends Entity>, SlotRange, Predicate<ItemStack>): a, countItems, method_58035, countMatchingItems
int (CommandSourceStack, BlockPos, SlotRange, Predicate<ItemStack>): a, countItems, method_58034, countMatchingItems, m_321039_
int (CommandSourceStack, BlockPos, SlotRange, Predicate<ItemStack>): a, countItems, method_58034, countMatchingItems
boolean (CommandSourceStack, Holder<LootItemCondition>): a, checkCustomPredicate, method_22829, testLootCondition, m_137104_
boolean (CommandSourceStack, Holder<LootItemCondition>): a, checkCustomPredicate, method_22829, testLootCondition
<T extends ExecutionCommandSource<T>> void (T, List<T>, Function<T, T>, IntPredicate, com.mojang.brigadier.context.ContextChain<T>, CompoundTag, ExecutionControl<T>, InCommandFunction<com.mojang.brigadier.context.CommandContext<T>, Collection<CommandFunction<T>>>, ChainModifiers): a, scheduleFunctionConditionsAndTest, method_54264, enqueueExecutions, m_304727_
<T extends ExecutionCommandSource<T>> void (T, List<T>, Function<T, T>, IntPredicate, com.mojang.brigadier.context.ContextChain<T>, CompoundTag, ExecutionControl<T>, InCommandFunction<com.mojang.brigadier.context.CommandContext<T>, Collection<CommandFunction<T>>>, ChainModifiers): a, scheduleFunctionConditionsAndTest, method_54264, enqueueExecutions
1.21.6
Names
anu
aoi
Fields
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: c, ERROR_AREA_TOO_LARGE, field_13635, BLOCKS_TOOBIG_EXCEPTION, f_137030_
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: d, ERROR_AREA_TOO_LARGE, field_13635, BLOCKS_TOOBIG_EXCEPTION, f_137030_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, ERROR_CONDITIONAL_FAILED, field_13636, CONDITIONAL_FAIL_EXCEPTION, f_137031_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, ERROR_CONDITIONAL_FAILED, field_13636, CONDITIONAL_FAIL_EXCEPTION, f_137031_
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: e, ERROR_CONDITIONAL_FAILED_COUNT, field_13637, CONDITIONAL_FAIL_COUNT_EXCEPTION, f_137032_
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: f, ERROR_CONDITIONAL_FAILED_COUNT, field_13637, CONDITIONAL_FAIL_COUNT_EXCEPTION, f_137032_
com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack>: f, SUGGEST_PREDICATE, field_20852, LOOT_CONDITIONS, f_137034_
int: b, MAX_TEST_AREA, field_33390, MAX_BLOCKS, f_180148_
int: c, MAX_TEST_AREA, field_33390, MAX_BLOCKS, f_180148_
org.slf4j.Logger: b, LOGGER, field_60332, LOGGER, f_399374_
Constructors
Methods
1.21.5
Names
amy
anu
Fields
Constructors
Methods
<T extends ExecutionCommandSource<T>> void (T, List<T>, Function<T, T>, IntPredicate, com.mojang.brigadier.context.ContextChain<T>, CompoundTag, ExecutionControl<T>, ExecuteCommand$CommandGetter<T, Collection<CommandFunction<T>>>, ChainModifiers): a, scheduleFunctionConditionsAndTest, method_54264, enqueueExecutions, m_304727_
<T extends ExecutionCommandSource<T>> void (T, List<T>, Function<T, T>, IntPredicate, com.mojang.brigadier.context.ContextChain<T>, CompoundTag, ExecutionControl<T>, InCommandFunction<com.mojang.brigadier.context.CommandContext<T>, Collection<CommandFunction<T>>>, ChainModifiers): a, scheduleFunctionConditionsAndTest, method_54264, enqueueExecutions, m_304727_
1.21.4
Names
aoc
amy
Fields
Constructors
Methods
1.21.3
Names
amt
aoc
Fields
Constructors
Methods
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
ang
amt
Fields
Constructors
Methods
1.20.6
Names
ajg
ang
Fields
Constructors
Methods
boolean (CommandSourceStack, LootItemCondition): a, checkCustomPredicate, method_22829, testLootCondition, m_137104_
int (Iterable<? extends Entity>, SlotRange, Predicate<ItemStack>): a, countItems, method_58035, countMatchingItems, m_321605_
int (CommandSourceStack, BlockPos, SlotRange, Predicate<ItemStack>): a, countItems, method_58034, countMatchingItems, m_321039_
boolean (CommandSourceStack, Holder<LootItemCondition>): a, checkCustomPredicate, method_22829, testLootCondition, m_137104_
1.20.4
Names
agv
ajg
Fields
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: b, ERROR_AREA_TOO_LARGE, field_13635, BLOCKS_TOOBIG_EXCEPTION, f_137030_
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: c, ERROR_AREA_TOO_LARGE, field_13635, BLOCKS_TOOBIG_EXCEPTION, f_137030_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, ERROR_CONDITIONAL_FAILED, field_13636, CONDITIONAL_FAIL_EXCEPTION, f_137031_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, ERROR_CONDITIONAL_FAILED, field_13636, CONDITIONAL_FAIL_EXCEPTION, f_137031_
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: d, ERROR_CONDITIONAL_FAILED_COUNT, field_13637, CONDITIONAL_FAIL_COUNT_EXCEPTION, f_137032_
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: e, ERROR_CONDITIONAL_FAILED_COUNT, field_13637, CONDITIONAL_FAIL_COUNT_EXCEPTION, f_137032_
BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSourceStack>>: e, CALLBACK_CHAINER, field_13634, BINARY_RESULT_CONSUMER, f_137033_
int: a, MAX_TEST_AREA, field_33390, MAX_BLOCKS, f_180148_
int: b, MAX_TEST_AREA, field_33390, MAX_BLOCKS, f_180148_
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: a, ERROR_FUNCTION_CONDITION_INSTANTATION_FAILURE, field_46642, INSTANTIATION_FAILURE_EXCEPTION, f_302541_
Constructors
Methods
boolean (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BiPredicate<Integer, Integer>): a, checkScore, method_13263, testScoreCondition, m_137064_
boolean (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, ExecuteCommand$IntBiPredicate): a, checkScore, method_13263, testScoreCondition, m_137064_
<T extends ExecutionCommandSource<T>> void (T, List<T>, Function<T, T>, IntPredicate, com.mojang.brigadier.context.ContextChain<T>, CompoundTag, ExecutionControl<T>, ExecuteCommand$CommandGetter<T, Collection<CommandFunction<T>>>, ChainModifiers): a, scheduleFunctionConditionsAndTest, method_54264, enqueueExecutions, m_304727_
1.20.2
Names
aen
agv
Fields
Constructors
Methods
1.20.1
Names
afa
aen
Fields
Constructors
Methods
1.19.4
Names
adz
afa
Fields
Constructors
Methods
boolean (ServerLevel, BlockPos): a, isChunkLoaded, method_48059, isLoaded, m_264155_
com.mojang.brigadier.RedirectModifier<CommandSourceStack> (Function<Entity, Optional<Entity>>): a, expandOneToOneEntityRelation, method_48063, createEntityModifier, m_264445_
com.mojang.brigadier.RedirectModifier<CommandSourceStack> (Function<Entity, Stream<Entity>>): b, expandOneToManyEntityRelation, method_48066, createMultiEntityModifier, m_264350_
com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>): a, createRelationOperations, method_48061, addOnArguments, m_264124_
CommandSourceStack (CommandSourceStack, Holder$Reference<EntityType<?>>): a, spawnEntityAndRedirect, method_48756, summon, m_269381_
1.19.3
Names
acu
adz
Fields
Constructors
Methods
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
acc
acu
Fields
Constructors
Methods
1.19
Names
aak
acc
Fields
Constructors
Methods
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>): a, register, method_13271, register, m_137042_
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>, boolean): a, addConditionals, method_13298, addConditionArguments, m_137084_
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>, CommandBuildContext): a, register, method_13271, register, m_214434_
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>, boolean, CommandBuildContext): a, addConditionals, method_13298, addConditionArguments, m_214437_
1.18.2
Names
zx
aak
Fields
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
yi
zx
Fields
Constructors
Methods
1.17.1
Names
Fields
Constructors
Methods
1.17
Names
wx
yi
net.minecraft.command.impl.ExecuteCommand
net.minecraft.src.C_5315_
Fields
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: a, ERROR_AREA_TOO_LARGE, field_13635, BLOCKS_TOOBIG_EXCEPTION, field_198421_a
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: b, ERROR_AREA_TOO_LARGE, field_13635, BLOCKS_TOOBIG_EXCEPTION, f_137030_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, ERROR_CONDITIONAL_FAILED, field_13636, CONDITIONAL_FAIL_EXCEPTION, field_210456_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, ERROR_CONDITIONAL_FAILED, field_13636, CONDITIONAL_FAIL_EXCEPTION, f_137031_
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: c, ERROR_CONDITIONAL_FAILED_COUNT, field_13637, CONDITIONAL_FAIL_COUNT_EXCEPTION, field_210457_c
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: d, ERROR_CONDITIONAL_FAILED_COUNT, field_13637, CONDITIONAL_FAIL_COUNT_EXCEPTION, f_137032_
BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSourceStack>>: d, CALLBACK_CHAINER, field_13634, BINARY_RESULT_CONSUMER, field_209957_b
BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSourceStack>>: e, CALLBACK_CHAINER, field_13634, BINARY_RESULT_CONSUMER, f_137033_
com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack>: e, SUGGEST_PREDICATE, field_20852, LOOT_CONDITIONS, field_229760_e_
com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack>: f, SUGGEST_PREDICATE, field_20852, LOOT_CONDITIONS, f_137034_
int: a, MAX_TEST_AREA, field_33390, MAX_BLOCKS, f_180148_
Constructors
()
Methods
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>): a, register, method_13271, register, func_198378_a
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>): a, register, method_13271, register, m_137042_
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>, boolean): a, wrapStores, method_13289, addStoreArguments, func_198392_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>, boolean): a, wrapStores, method_13289, addStoreArguments, m_137093_
CommandSourceStack (CommandSourceStack, Collection<String>, Objective, boolean): a, storeValue, method_13290, executeStoreScore, func_209930_a
CommandSourceStack (CommandSourceStack, Collection<String>, Objective, boolean): a, storeValue, method_13290, executeStoreScore, m_137107_
CommandSourceStack (CommandSourceStack, DataAccessor, NbtPathArgument$NbtPath, IntFunction<Tag>, boolean): a, storeData, method_13265, executeStoreData, func_198397_a
CommandSourceStack (CommandSourceStack, DataAccessor, NbtPathArgument$NbtPath, IntFunction<Tag>, boolean): a, storeData, method_13265, executeStoreData, m_137117_
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>, boolean): a, addConditionals, method_13298, addConditionArguments, func_198394_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>, boolean): a, addConditionals, method_13298, addConditionArguments, m_137084_
boolean (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BiPredicate<Integer, Integer>): a, checkScore, method_13263, testScoreCondition, func_198371_a
boolean (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BiPredicate<Integer, Integer>): a, checkScore, method_13263, testScoreCondition, m_137064_
boolean (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, MinMaxBounds$Ints): a, checkScore, method_13313, testScoreMatch, func_201115_a
boolean (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, MinMaxBounds$Ints): a, checkScore, method_13313, testScoreMatch, m_137058_
Collection<CommandSourceStack> (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean, boolean): a, expect, method_13319, getSourceOrEmptyForConditionFork, func_198411_a
Collection<CommandSourceStack> (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean, boolean): a, expect, method_13319, getSourceOrEmptyForConditionFork, m_137070_
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, boolean, boolean): a, addIfBlocksConditional, method_13320, addBlocksConditionLogic, func_212178_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, boolean, boolean): a, addIfBlocksConditional, method_13320, addBlocksConditionLogic, m_137079_
int (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): a, checkIfRegions, method_13306, executePositiveBlockCondition, func_212175_a
int (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): a, checkIfRegions, method_13306, executePositiveBlockCondition, m_137067_
int (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): b, checkUnlessRegions, method_13304, executeNegativeBlockCondition, func_212173_b
int (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): b, checkUnlessRegions, method_13304, executeNegativeBlockCondition, m_137193_
OptionalInt (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): c, checkRegions, method_13272, testBlocksCondition, func_212169_c
OptionalInt (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): c, checkRegions, method_13272, testBlocksCondition, m_137220_
CommandSourceStack (CommandSourceStack, CustomBossEvent, boolean, boolean): a, storeValue, method_13297, executeStoreBossbar, func_209952_a
CommandSourceStack (CommandSourceStack, CustomBossEvent, boolean, boolean): a, storeValue, method_13297, executeStoreBossbar, m_137112_
com.mojang.brigadier.Command<CommandSourceStack> (boolean, ExecuteCommand$CommandNumericPredicate): a, createNumericConditionalHandler, method_13323, getExistsConditionExecute, func_218834_a
com.mojang.brigadier.Command<CommandSourceStack> (boolean, ExecuteCommand$CommandNumericPredicate): a, createNumericConditionalHandler, method_13323, getExistsConditionExecute, m_137166_
int (DataAccessor, NbtPathArgument$NbtPath): a, checkMatchingData, method_13303, countPathMatches, func_218831_a
int (DataAccessor, NbtPathArgument$NbtPath): a, checkMatchingData, method_13303, countPathMatches, m_137145_
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, boolean, ExecuteCommand$CommandPredicate): a, addConditional, method_13310, addConditionLogic, func_210415_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, boolean, ExecuteCommand$CommandPredicate): a, addConditional, method_13310, addConditionLogic, m_137074_
OptionalInt (ServerLevel, BlockPos, BlockPos, BlockPos, boolean): a, checkRegions, method_13261, testBlocksCondition, func_198395_a
OptionalInt (ServerLevel, BlockPos, BlockPos, BlockPos, boolean): a, checkRegions, method_13261, testBlocksCondition, m_137036_
boolean (CommandSourceStack, LootItemCondition): a, checkCustomPredicate, method_22829, testLootCondition, func_229767_a_
boolean (CommandSourceStack, LootItemCondition): a, checkCustomPredicate, method_22829, testLootCondition, m_137104_
1.16.5
Names
Fields
Constructors
Methods
1.16.4
Names
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
vu
wx
Fields
Constructors
Methods
1.16.1
Names
tv
vu
Fields
com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack>: e, SUGGEST_PREDICATE, field_20852, field_229760_e_
com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack>: e, SUGGEST_PREDICATE, field_20852, LOOT_CONDITIONS, field_229760_e_
Constructors
Methods
1.15.2
Names
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
se
tv
Fields
com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack>: e, SUGGEST_PREDICATE, field_20852, field_229760_e_
Constructors
Methods
boolean (CommandSourceStack, LootItemCondition): a, checkCustomPredicate, method_22829, testLootCondition, func_229767_a_
1.14.4
Names
sc
se
net.minecraft.server.commands.ExecuteCommand
Fields
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: a, field_13635, BLOCKS_TOOBIG_EXCEPTION, field_198421_a
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: a, ERROR_AREA_TOO_LARGE, field_13635, BLOCKS_TOOBIG_EXCEPTION, field_198421_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, field_13636, CONDITIONAL_FAIL_EXCEPTION, field_210456_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, ERROR_CONDITIONAL_FAILED, field_13636, CONDITIONAL_FAIL_EXCEPTION, field_210456_b
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: c, field_13637, CONDITIONAL_FAIL_COUNT_EXCEPTION, field_210457_c
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: c, ERROR_CONDITIONAL_FAILED_COUNT, field_13637, CONDITIONAL_FAIL_COUNT_EXCEPTION, field_210457_c
BinaryOperator<com.mojang.brigadier.ResultConsumer<ServerCommandSource>>: d, field_13634, BINARY_RESULT_CONSUMER, field_209957_b
BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSourceStack>>: d, CALLBACK_CHAINER, field_13634, BINARY_RESULT_CONSUMER, field_209957_b
Constructors
Methods
void (com.mojang.brigadier.CommandDispatcher<ServerCommandSource>): a, method_13271, register, func_198378_a
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>): a, register, method_13271, register, func_198378_a
com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> (com.mojang.brigadier.tree.LiteralCommandNode<ServerCommandSource>, com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource>, boolean): a, method_13289, addStoreArguments, func_198392_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>, boolean): a, wrapStores, method_13289, addStoreArguments, func_198392_a
ServerCommandSource (ServerCommandSource, Collection<String>, ScoreboardObjective, boolean): a, method_13290, executeStoreScore, func_209930_a
CommandSourceStack (CommandSourceStack, Collection<String>, Objective, boolean): a, storeValue, method_13290, executeStoreScore, func_209930_a
ServerCommandSource (ServerCommandSource, DataCommandObject, NbtPathArgumentType$NbtPath, IntFunction<Tag>, boolean): a, method_13265, executeStoreData, func_198397_a
CommandSourceStack (CommandSourceStack, DataAccessor, NbtPathArgument$NbtPath, IntFunction<Tag>, boolean): a, storeData, method_13265, executeStoreData, func_198397_a
com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> (com.mojang.brigadier.tree.CommandNode<ServerCommandSource>, com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource>, boolean): a, method_13298, addConditionArguments, func_198394_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>, boolean): a, addConditionals, method_13298, addConditionArguments, func_198394_a
boolean (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BiPredicate<Integer, Integer>): a, method_13263, testScoreCondition, func_198371_a
boolean (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BiPredicate<Integer, Integer>): a, checkScore, method_13263, testScoreCondition, func_198371_a
boolean (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, NumberRange$IntRange): a, method_13313, testScoreMatch, func_201115_a
boolean (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, MinMaxBounds$Ints): a, checkScore, method_13313, testScoreMatch, func_201115_a
Collection<ServerCommandSource> (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, boolean, boolean): a, method_13319, getSourceOrEmptyForConditionFork, func_198411_a
Collection<CommandSourceStack> (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean, boolean): a, expect, method_13319, getSourceOrEmptyForConditionFork, func_198411_a
com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> (com.mojang.brigadier.tree.CommandNode<ServerCommandSource>, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>, boolean, boolean): a, method_13320, addBlocksConditionLogic, func_212178_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, boolean, boolean): a, addIfBlocksConditional, method_13320, addBlocksConditionLogic, func_212178_a
int (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, boolean): a, method_13306, executePositiveBlockCondition, func_212175_a
int (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): a, checkIfRegions, method_13306, executePositiveBlockCondition, func_212175_a
int (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, boolean): b, method_13304, executeNegativeBlockCondition, func_212173_b
int (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): b, checkUnlessRegions, method_13304, executeNegativeBlockCondition, func_212173_b
OptionalInt (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, boolean): c, method_13272, testBlocksCondition, func_212169_c
OptionalInt (com.mojang.brigadier.context.CommandContext<CommandSourceStack>, boolean): c, checkRegions, method_13272, testBlocksCondition, func_212169_c
ServerCommandSource (ServerCommandSource, CommandBossBar, boolean, boolean): a, method_13297, executeStoreBossbar, func_209952_a
CommandSourceStack (CommandSourceStack, CustomBossEvent, boolean, boolean): a, storeValue, method_13297, executeStoreBossbar, func_209952_a
com.mojang.brigadier.Command<ServerCommandSource> (boolean, ExecuteCommand$ExistsCondition): a, method_13323, getExistsConditionExecute, func_218834_a
com.mojang.brigadier.Command<CommandSourceStack> (boolean, ExecuteCommand$CommandNumericPredicate): a, createNumericConditionalHandler, method_13323, getExistsConditionExecute, func_218834_a
int (DataCommandObject, NbtPathArgumentType$NbtPath): a, method_13303, countPathMatches, func_218831_a
int (DataAccessor, NbtPathArgument$NbtPath): a, checkMatchingData, method_13303, countPathMatches, func_218831_a
com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> (com.mojang.brigadier.tree.CommandNode<ServerCommandSource>, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>, boolean, ExecuteCommand$Condition): a, method_13310, addConditionLogic, func_210415_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> (com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, boolean, ExecuteCommand$CommandPredicate): a, addConditional, method_13310, addConditionLogic, func_210415_a
OptionalInt (ServerWorld, BlockPos, BlockPos, BlockPos, boolean): a, method_13261, testBlocksCondition, func_198395_a
OptionalInt (ServerLevel, BlockPos, BlockPos, BlockPos, boolean): a, checkRegions, method_13261, testBlocksCondition, func_198395_a
1.14.3
Names
sa
sc
net.minecraft.server.command.ExecuteCommand
Fields
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: a, field_13635, field_198421_a
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: a, field_13635, BLOCKS_TOOBIG_EXCEPTION, field_198421_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, field_13636, field_210456_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, field_13636, CONDITIONAL_FAIL_EXCEPTION, field_210456_b
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: c, field_13637, field_210457_c
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: c, field_13637, CONDITIONAL_FAIL_COUNT_EXCEPTION, field_210457_c
BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSource>>: d, field_13634, field_209957_b
BinaryOperator<com.mojang.brigadier.ResultConsumer<ServerCommandSource>>: d, field_13634, BINARY_RESULT_CONSUMER, field_209957_b
Constructors
Methods
void (com.mojang.brigadier.CommandDispatcher<CommandSource>): a, method_13271, func_198378_a
void (com.mojang.brigadier.CommandDispatcher<ServerCommandSource>): a, method_13271, register, func_198378_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.LiteralCommandNode<CommandSource>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource>, boolean): a, method_13289, func_198392_a
com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> (com.mojang.brigadier.tree.LiteralCommandNode<ServerCommandSource>, com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource>, boolean): a, method_13289, addStoreArguments, func_198392_a
CommandSource (CommandSource, Collection<String>, ScoreObjective, boolean): a, method_13290, func_209930_a
ServerCommandSource (ServerCommandSource, Collection<String>, ScoreboardObjective, boolean): a, method_13290, executeStoreScore, func_209930_a
CommandSource (CommandSource, IDataAccessor, NBTPathArgument$NBTPath, IntFunction<INBT>, boolean): a, method_13265, func_198397_a
ServerCommandSource (ServerCommandSource, DataCommandObject, NbtPathArgumentType$NbtPath, IntFunction<Tag>, boolean): a, method_13265, executeStoreData, func_198397_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.CommandNode<CommandSource>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource>, boolean): a, method_13298, func_198394_a
com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> (com.mojang.brigadier.tree.CommandNode<ServerCommandSource>, com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource>, boolean): a, method_13298, addConditionArguments, func_198394_a
boolean (com.mojang.brigadier.context.CommandContext<CommandSource>, BiPredicate<Integer, Integer>): a, method_13263, func_198371_a
boolean (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BiPredicate<Integer, Integer>): a, method_13263, testScoreCondition, func_198371_a
boolean (com.mojang.brigadier.context.CommandContext<CommandSource>, MinMaxBounds$IntBound): a, method_13313, func_201115_a
boolean (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, NumberRange$IntRange): a, method_13313, testScoreMatch, func_201115_a
Collection<CommandSource> (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean, boolean): a, method_13319, func_198411_a
Collection<ServerCommandSource> (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, boolean, boolean): a, method_13319, getSourceOrEmptyForConditionFork, func_198411_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.CommandNode<CommandSource>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?>, boolean, boolean): a, method_13320, func_212178_a
com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> (com.mojang.brigadier.tree.CommandNode<ServerCommandSource>, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>, boolean, boolean): a, method_13320, addBlocksConditionLogic, func_212178_a
int (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean): a, method_13306, func_212175_a
int (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, boolean): a, method_13306, executePositiveBlockCondition, func_212175_a
int (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean): b, method_13304, func_212173_b
int (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, boolean): b, method_13304, executeNegativeBlockCondition, func_212173_b
OptionalInt (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean): c, method_13272, func_212169_c
OptionalInt (com.mojang.brigadier.context.CommandContext<ServerCommandSource>, boolean): c, method_13272, testBlocksCondition, func_212169_c
CommandSource (CommandSource, CustomServerBossInfo, boolean, boolean): a, method_13297, func_209952_a
ServerCommandSource (ServerCommandSource, CommandBossBar, boolean, boolean): a, method_13297, executeStoreBossbar, func_209952_a
com.mojang.brigadier.Command<CommandSource> (boolean, ExecuteCommand$INumericTest): a, method_13323, func_218834_a
com.mojang.brigadier.Command<ServerCommandSource> (boolean, ExecuteCommand$ExistsCondition): a, method_13323, getExistsConditionExecute, func_218834_a
int (IDataAccessor, NBTPathArgument$NBTPath): a, method_13303, func_218831_a
int (DataCommandObject, NbtPathArgumentType$NbtPath): a, method_13303, countPathMatches, func_218831_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.CommandNode<CommandSource>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?>, boolean, ExecuteCommand$IBooleanTest): a, method_13310, func_210415_a
com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> (com.mojang.brigadier.tree.CommandNode<ServerCommandSource>, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>, boolean, ExecuteCommand$Condition): a, method_13310, addConditionLogic, func_210415_a
OptionalInt (ServerWorld, BlockPos, BlockPos, BlockPos, boolean): a, method_13261, func_198395_a
OptionalInt (ServerWorld, BlockPos, BlockPos, BlockPos, boolean): a, method_13261, testBlocksCondition, func_198395_a
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
Fields
Constructors
Methods
1.14
Names
qm
sa
net.minecraft.class_3050
Fields
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: a, field_198421_a
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: a, field_13635, field_198421_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, field_210456_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, field_13636, field_210456_b
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: c, field_210457_c
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: c, field_13637, field_210457_c
BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSource>>: d, field_209957_b
BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSource>>: d, field_13634, field_209957_b
Constructors
Methods
void (com.mojang.brigadier.CommandDispatcher<CommandSource>): a, func_198378_a
void (com.mojang.brigadier.CommandDispatcher<CommandSource>): a, method_13271, func_198378_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.LiteralCommandNode<CommandSource>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource>, boolean): a, func_198392_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.LiteralCommandNode<CommandSource>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource>, boolean): a, method_13289, func_198392_a
CommandSource (CommandSource, Collection<String>, ScoreObjective, boolean): a, func_209930_a
CommandSource (CommandSource, Collection<String>, ScoreObjective, boolean): a, method_13290, func_209930_a
CommandSource (CommandSource, CustomBossEvent, boolean, boolean): a, func_209952_a
CommandSource (CommandSource, IDataAccessor, NBTPathArgument$NBTPath, IntFunction<INBTBase>, boolean): a, func_198397_a
CommandSource (CommandSource, IDataAccessor, NBTPathArgument$NBTPath, IntFunction<INBT>, boolean): a, method_13265, func_198397_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.CommandNode<CommandSource>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource>, boolean): a, func_198394_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.CommandNode<CommandSource>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource>, boolean): a, method_13298, func_198394_a
boolean (com.mojang.brigadier.context.CommandContext<CommandSource>, BiPredicate<Integer, Integer>): a, func_198371_a
boolean (com.mojang.brigadier.context.CommandContext<CommandSource>, BiPredicate<Integer, Integer>): a, method_13263, func_198371_a
boolean (com.mojang.brigadier.context.CommandContext<CommandSource>, MinMaxBounds$IntBound): a, func_201115_a
boolean (com.mojang.brigadier.context.CommandContext<CommandSource>, MinMaxBounds$IntBound): a, method_13313, func_201115_a
Collection<CommandSource> (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean, boolean): a, func_198411_a
Collection<CommandSource> (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean, boolean): a, method_13319, func_198411_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.CommandNode<CommandSource>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?>, boolean, ExecuteCommand$ExecuteTest): a, func_210415_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.CommandNode<CommandSource>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?>, boolean, boolean): a, func_212178_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.CommandNode<CommandSource>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?>, boolean, boolean): a, method_13320, func_212178_a
int (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean): a, func_212175_a
int (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean): a, method_13306, func_212175_a
int (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean): b, func_212173_b
int (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean): b, method_13304, func_212173_b
OptionalInt (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean): c, func_212169_c
OptionalInt (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean): c, method_13272, func_212169_c
OptionalInt (WorldServer, BlockPos, BlockPos, BlockPos, boolean): a, func_198395_a
CommandSource (CommandSource, CustomServerBossInfo, boolean, boolean): a, method_13297, func_209952_a
com.mojang.brigadier.Command<CommandSource> (boolean, ExecuteCommand$INumericTest): a, method_13323, func_218834_a
int (IDataAccessor, NBTPathArgument$NBTPath): a, method_13303, func_218831_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.CommandNode<CommandSource>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?>, boolean, ExecuteCommand$IBooleanTest): a, method_13310, func_210415_a
OptionalInt (ServerWorld, BlockPos, BlockPos, BlockPos, boolean): a, method_13261, func_198395_a
1.13.2
Names
Fields
Constructors
Methods
1.13.1
Names
Fields
Constructors
Methods
1.13
Names
qm
net.minecraft.command.impl.ExecuteCommand
Fields
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: a, field_198421_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, field_210456_b
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: c, field_210457_c
BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSource>>: d, field_209957_b
Constructors
Methods
void (com.mojang.brigadier.CommandDispatcher<CommandSource>): a, func_198378_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.LiteralCommandNode<CommandSource>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource>, boolean): a, func_198392_a
CommandSource (CommandSource, Collection<String>, ScoreObjective, boolean): a, func_209930_a
CommandSource (CommandSource, CustomBossEvent, boolean, boolean): a, func_209952_a
CommandSource (CommandSource, IDataAccessor, NBTPathArgument$NBTPath, IntFunction<INBTBase>, boolean): a, func_198397_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.CommandNode<CommandSource>, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource>, boolean): a, func_198394_a
boolean (com.mojang.brigadier.context.CommandContext<CommandSource>, BiPredicate<Integer, Integer>): a, func_198371_a
boolean (com.mojang.brigadier.context.CommandContext<CommandSource>, MinMaxBounds$IntBound): a, func_201115_a
Collection<CommandSource> (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean, boolean): a, func_198411_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.CommandNode<CommandSource>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?>, boolean, ExecuteCommand$ExecuteTest): a, func_210415_a
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?> (com.mojang.brigadier.tree.CommandNode<CommandSource>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSource, ?>, boolean, boolean): a, func_212178_a
int (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean): a, func_212175_a
int (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean): b, func_212173_b
OptionalInt (com.mojang.brigadier.context.CommandContext<CommandSource>, boolean): c, func_212169_c
OptionalInt (WorldServer, BlockPos, BlockPos, BlockPos, boolean): a, func_198395_a