Modifier and Type | Field and Description |
---|---|
private CommandSource |
FunctionManager.QueuedCommand.sender |
Modifier and Type | Method and Description |
---|---|
CommandSource |
FunctionManager.func_223402_g() |
CommandSource |
FunctionManager.getCommandSource() |
Modifier and Type | Method and Description |
---|---|
com.mojang.brigadier.CommandDispatcher<CommandSource> |
FunctionManager.getCommandDispatcher() |
Modifier and Type | Method and Description |
---|---|
int |
FunctionManager.execute(FunctionObject p_195447_1_,
CommandSource p_195447_2_) |
Constructor and Description |
---|
QueuedCommand(FunctionManager p_i48018_1_,
CommandSource p_i48018_2_,
FunctionObject.IEntry p_i48018_3_) |
Modifier and Type | Field and Description |
---|---|
private com.mojang.brigadier.CommandDispatcher<CommandSource> |
Commands.dispatcher |
private com.mojang.brigadier.ParseResults<CommandSource> |
FunctionObject.CommandEntry.field_196999_a |
private com.mojang.brigadier.ResultConsumer<CommandSource> |
CommandSource.resultConsumer |
Modifier and Type | Method and Description |
---|---|
CommandSource |
CommandSource.withEntity(Entity entityIn) |
CommandSource |
CommandSource.withEntityAnchorType(EntityAnchorArgument.Type entityAnchorTypeIn) |
CommandSource |
CommandSource.withFeedbackDisabled() |
CommandSource |
CommandSource.withMinPermissionLevel(int level) |
CommandSource |
CommandSource.withPermissionLevel(int level) |
CommandSource |
CommandSource.withPos(Vec3d posIn) |
CommandSource |
CommandSource.withResultConsumer(com.mojang.brigadier.ResultConsumer<CommandSource> resultConsumerIn) |
CommandSource |
CommandSource.withResultConsumer(com.mojang.brigadier.ResultConsumer<CommandSource> resultConsumerIn,
java.util.function.BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSource>> resultConsumerSelector) |
CommandSource |
CommandSource.withRotation(Entity entityIn,
EntityAnchorArgument.Type anchorType) |
CommandSource |
CommandSource.withRotation(Vec2f pitchYawIn) |
CommandSource |
CommandSource.withRotation(Vec3d lookPos) |
CommandSource |
CommandSource.withWorld(ServerWorld worldIn) |
Modifier and Type | Method and Description |
---|---|
static <T> com.mojang.brigadier.builder.RequiredArgumentBuilder<CommandSource,T> |
Commands.argument(java.lang.String name,
com.mojang.brigadier.arguments.ArgumentType<T> type) |
com.mojang.brigadier.CommandDispatcher<CommandSource> |
Commands.getDispatcher() |
static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource> |
Commands.literal(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
private void |
Commands.commandSourceNodesToSuggestionNodes(com.mojang.brigadier.tree.CommandNode<CommandSource> rootCommandSource,
com.mojang.brigadier.tree.CommandNode<ISuggestionProvider> rootSuggestion,
CommandSource source,
java.util.Map<com.mojang.brigadier.tree.CommandNode<CommandSource>,com.mojang.brigadier.tree.CommandNode<ISuggestionProvider>> commandNodeToSuggestionNode) |
void |
FunctionObject.CommandEntry.execute(FunctionManager p_196998_1_,
CommandSource p_196998_2_,
java.util.ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_,
int p_196998_4_) |
void |
FunctionObject.FunctionEntry.execute(FunctionManager p_196998_1_,
CommandSource p_196998_2_,
java.util.ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_,
int p_196998_4_) |
void |
FunctionObject.IEntry.execute(FunctionManager p_196998_1_,
CommandSource p_196998_2_,
java.util.ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_,
int p_196998_4_) |
int |
Commands.handleCommand(CommandSource source,
java.lang.String command) |
Modifier and Type | Method and Description |
---|---|
private void |
Commands.commandSourceNodesToSuggestionNodes(com.mojang.brigadier.tree.CommandNode<CommandSource> rootCommandSource,
com.mojang.brigadier.tree.CommandNode<ISuggestionProvider> rootSuggestion,
CommandSource source,
java.util.Map<com.mojang.brigadier.tree.CommandNode<CommandSource>,com.mojang.brigadier.tree.CommandNode<ISuggestionProvider>> commandNodeToSuggestionNode) |
private void |
Commands.commandSourceNodesToSuggestionNodes(com.mojang.brigadier.tree.CommandNode<CommandSource> rootCommandSource,
com.mojang.brigadier.tree.CommandNode<ISuggestionProvider> rootSuggestion,
CommandSource source,
java.util.Map<com.mojang.brigadier.tree.CommandNode<CommandSource>,com.mojang.brigadier.tree.CommandNode<ISuggestionProvider>> commandNodeToSuggestionNode) |
void |
CommandSource.onCommandComplete(com.mojang.brigadier.context.CommandContext<CommandSource> context,
boolean success,
int result) |
CommandSource |
CommandSource.withResultConsumer(com.mojang.brigadier.ResultConsumer<CommandSource> resultConsumerIn) |
CommandSource |
CommandSource.withResultConsumer(com.mojang.brigadier.ResultConsumer<CommandSource> resultConsumerIn,
java.util.function.BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSource>> resultConsumerSelector) |
CommandSource |
CommandSource.withResultConsumer(com.mojang.brigadier.ResultConsumer<CommandSource> resultConsumerIn,
java.util.function.BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSource>> resultConsumerSelector) |
Constructor and Description |
---|
CommandEntry(com.mojang.brigadier.ParseResults<CommandSource> p_i47816_1_) |
CommandSource(ICommandSource sourceIn,
Vec3d posIn,
Vec2f rotationIn,
ServerWorld worldIn,
int permissionLevelIn,
java.lang.String nameIn,
ITextComponent displayNameIn,
MinecraftServer serverIn,
Entity entityIn,
boolean feedbackDisabledIn,
com.mojang.brigadier.ResultConsumer<CommandSource> resultConsumerIn,
EntityAnchorArgument.Type entityAnchorTypeIn) |
Modifier and Type | Field and Description |
---|---|
static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
SuggestionProviders.ALL_RECIPES |
static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
SuggestionProviders.AVAILABLE_SOUNDS |
static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
ScoreHolderArgument.SUGGEST_ENTITY_SELECTOR |
static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
SuggestionProviders.SUMMONABLE_ENTITIES |
Modifier and Type | Method and Description |
---|---|
Vec3d |
EntityAnchorArgument.Type.apply(CommandSource sourceIn) |
private void |
EntitySelector.checkPermission(CommandSource source) |
default BlockPos |
ILocationArgument.getBlockPos(CommandSource source) |
java.util.Collection<com.mojang.authlib.GameProfile> |
GameProfileArgument.IProfileProvider.getNames(CommandSource p_getNames_1_) |
java.util.Collection<com.mojang.authlib.GameProfile> |
GameProfileArgument.ProfileProvider.getNames(CommandSource p_getNames_1_) |
java.util.Collection<java.lang.String> |
ScoreHolderArgument.INameProvider.getNames(CommandSource p_getNames_1_,
java.util.function.Supplier<java.util.Collection<java.lang.String>> p_getNames_2_) |
java.util.Collection<java.lang.String> |
ScoreHolderArgument.NameProvider.getNames(CommandSource p_getNames_1_,
java.util.function.Supplier<java.util.Collection<java.lang.String>> p_getNames_2_) |
Vec3d |
LocalLocationArgument.getPosition(CommandSource source) |
Vec3d |
ILocationArgument.getPosition(CommandSource source) |
Vec3d |
LocationInput.getPosition(CommandSource source) |
Vec2f |
LocalLocationArgument.getRotation(CommandSource source) |
Vec2f |
ILocationArgument.getRotation(CommandSource source) |
Vec2f |
LocationInput.getRotation(CommandSource source) |
java.util.List<? extends Entity> |
EntitySelector.select(CommandSource source) |
Entity |
EntitySelector.selectOne(CommandSource source) |
ServerPlayerEntity |
EntitySelector.selectOnePlayer(CommandSource source) |
java.util.List<ServerPlayerEntity> |
EntitySelector.selectPlayers(CommandSource source) |
ITextComponent |
MessageArgument.Part.toComponent(CommandSource source) |
ITextComponent |
MessageArgument.Message.toComponent(CommandSource source,
boolean allowSelectors) |
Modifier and Type | Method and Description |
---|---|
java.util.function.Predicate<ItemStack> |
ItemPredicateArgument.IResult.create(com.mojang.brigadier.context.CommandContext<CommandSource> p_create_1_) |
java.util.Collection<FunctionObject> |
FunctionArgument.IResult.create(com.mojang.brigadier.context.CommandContext<CommandSource> p_223252_1_) |
static ColumnPos |
ColumnPosArgument.fromBlockPos(com.mojang.brigadier.context.CommandContext<CommandSource> p_218101_0_,
java.lang.String p_218101_1_) |
com.mojang.datafixers.util.Either<FunctionObject,Tag<FunctionObject>> |
FunctionArgument.IResult.func_218102_b(com.mojang.brigadier.context.CommandContext<CommandSource> p_218102_1_) |
private static FunctionObject |
FunctionArgument.func_218108_c(com.mojang.brigadier.context.CommandContext<CommandSource> p_218108_0_,
ResourceLocation p_218108_1_) |
static com.mojang.datafixers.util.Either<FunctionObject,Tag<FunctionObject>> |
FunctionArgument.func_218110_b(com.mojang.brigadier.context.CommandContext<CommandSource> p_218110_0_,
java.lang.String p_218110_1_) |
private static Tag<FunctionObject> |
FunctionArgument.func_218111_d(com.mojang.brigadier.context.CommandContext<CommandSource> p_218111_0_,
ResourceLocation p_218111_1_) |
static ILootCondition |
ResourceLocationArgument.func_228259_c_(com.mojang.brigadier.context.CommandContext<CommandSource> p_228259_0_,
java.lang.String p_228259_1_) |
static Advancement |
ResourceLocationArgument.getAdvancement(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static BlockPos |
BlockPosArgument.getBlockPos(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static java.util.function.Predicate<CachedBlockInfo> |
BlockPredicateArgument.getBlockPredicate(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static BlockStateInput |
BlockStateArgument.getBlockState(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static TextFormatting |
ColorArgument.getColor(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ITextComponent |
ComponentArgument.getComponent(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static DimensionType |
DimensionArgument.getDimensionArgument(com.mojang.brigadier.context.CommandContext<CommandSource> p_212592_0_,
java.lang.String p_212592_1_) |
static Enchantment |
EnchantmentArgument.getEnchantment(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static java.util.Collection<? extends Entity> |
EntityArgument.getEntities(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static java.util.Collection<? extends Entity> |
EntityArgument.getEntitiesAllowingNone(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static Entity |
EntityArgument.getEntity(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static EntityAnchorArgument.Type |
EntityAnchorArgument.getEntityAnchor(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ResourceLocation |
EntitySummonArgument.getEntityId(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static java.util.Collection<FunctionObject> |
FunctionArgument.getFunctions(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static java.util.Collection<com.mojang.authlib.GameProfile> |
GameProfileArgument.getGameProfiles(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static MinMaxBounds.IntBound |
IRangeArgument.IntRange.getIntRange(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static java.util.function.Predicate<ItemStack> |
ItemPredicateArgument.getItemPredicate(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static BlockPos |
BlockPosArgument.getLoadedBlockPos(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ILocationArgument |
Vec3Argument.getLocation(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ITextComponent |
MessageArgument.getMessage(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static Effect |
PotionArgument.getMobEffect(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static NBTPathArgument.NBTPath |
NBTPathArgument.getNBTPath(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ScoreObjective |
ObjectiveArgument.getObjective(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ScoreCriteria |
ObjectiveCriteriaArgument.getObjectiveCriteria(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static OperationArgument.IOperation |
OperationArgument.getOperation(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static IParticleData |
ParticleArgument.getParticle(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ServerPlayerEntity |
EntityArgument.getPlayer(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static java.util.Collection<ServerPlayerEntity> |
EntityArgument.getPlayers(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static java.util.Collection<ServerPlayerEntity> |
EntityArgument.getPlayersAllowingNone(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static IRecipe<?> |
ResourceLocationArgument.getRecipe(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ResourceLocation |
ResourceLocationArgument.getResourceLocation(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ILocationArgument |
RotationArgument.getRotation(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static int |
ScoreboardSlotArgument.getScoreboardSlot(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static java.util.Collection<java.lang.String> |
ScoreHolderArgument.getScoreHolder(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static java.util.Collection<java.lang.String> |
ScoreHolderArgument.getScoreHolder(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name,
java.util.function.Supplier<java.util.Collection<java.lang.String>> objectives) |
static java.util.Collection<java.lang.String> |
ScoreHolderArgument.getScoreHolderNoObjectives(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static java.lang.String |
ScoreHolderArgument.getSingleScoreHolderNoObjectives(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static int |
SlotArgument.getSlot(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static java.util.EnumSet<Direction.Axis> |
SwizzleArgument.getSwizzle(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ScorePlayerTeam |
TeamArgument.getTeam(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static Vec2f |
Vec2Argument.getVec2f(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static Vec3d |
Vec3Argument.getVec3(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ScoreObjective |
ObjectiveArgument.getWritableObjective(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
Modifier and Type | Field and Description |
---|---|
private static java.util.function.BinaryOperator<com.mojang.brigadier.ResultConsumer<CommandSource>> |
ExecuteCommand.COMBINE_ON_RESULT_COMPLETE |
static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
LootCommand.field_218904_a |
private static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
ExecuteCommand.field_229760_e_ |
private static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
ScheduleCommand.field_229812_c_ |
static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
FunctionCommand.FUNCTION_SUGGESTER |
private static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
AdvancementCommand.SUGGEST_ADVANCEMENTS |
private static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
DataPackCommand.SUGGEST_AVAILABLE_PACK |
private static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
DataPackCommand.SUGGEST_ENABLED_PACK |
static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
BossBarCommand.SUGGESTIONS_PROVIDER |
Modifier and Type | Method and Description |
---|---|
private static <T extends com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,T>> |
LootCommand.func_218868_a(T p_218868_0_,
LootCommand.ISourceArgumentBuilder p_218868_1_) |
Modifier and Type | Method and Description |
---|---|
private static CommandSource |
ExecuteCommand.storeIntoBossbar(CommandSource source,
CustomServerBossInfo bar,
boolean storingValue,
boolean storingResult) |
private static CommandSource |
ExecuteCommand.storeIntoNBT(CommandSource source,
IDataAccessor accessor,
NBTPathArgument.NBTPath pathIn,
java.util.function.IntFunction<INBT> tagConverter,
boolean storingResult) |
private static CommandSource |
ExecuteCommand.storeIntoScore(CommandSource source,
java.util.Collection<java.lang.String> targets,
ScoreObjective objective,
boolean storingResult) |
Modifier and Type | Method and Description |
---|---|
private static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource> |
PlaySoundCommand.buildCategorySubcommand(SoundCategory category) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ExecuteCommand.buildIfBlocks(com.mojang.brigadier.tree.CommandNode<CommandSource> parent,
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> literal,
boolean isIf,
boolean isMasked) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ExecuteCommand.buildIfResult(com.mojang.brigadier.tree.CommandNode<CommandSource> context,
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> builder,
boolean value,
ExecuteCommand.IBooleanTest test) |
private static java.util.Collection<CommandSource> |
ExecuteCommand.checkIfMatches(com.mojang.brigadier.context.CommandContext<CommandSource> context,
boolean actual,
boolean expected) |
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
LootCommand.ISourceArgumentBuilder.construct(com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> p_construct_1_,
LootCommand.ITargetHandler p_construct_2_) |
private static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource> |
ScoreboardCommand.createRenderTypeArgument() |
private static com.mojang.brigadier.Command<CommandSource> |
ExecuteCommand.func_218834_a(boolean p_218834_0_,
ExecuteCommand.INumericTest p_218834_1_) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ExecuteCommand.makeIfCommand(com.mojang.brigadier.tree.CommandNode<CommandSource> parent,
com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource> literal,
boolean isIf) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ExecuteCommand.makeStoreSubcommand(com.mojang.brigadier.tree.LiteralCommandNode<CommandSource> parent,
com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource> literal,
boolean storingResult) |
Modifier and Type | Method and Description |
---|---|
private static int |
EffectCommand.addEffect(CommandSource source,
java.util.Collection<? extends Entity> targets,
Effect effect,
java.lang.Integer seconds,
int amplifier,
boolean showParticles) |
private static int |
ExperienceCommand.addExperience(CommandSource source,
java.util.Collection<? extends ServerPlayerEntity> targets,
int amount,
ExperienceCommand.Type type) |
private static int |
ScoreboardCommand.addObjective(CommandSource source,
java.lang.String name,
ScoreCriteria criteria,
ITextComponent displayName) |
private static int |
WhitelistCommand.addPlayers(CommandSource source,
java.util.Collection<com.mojang.authlib.GameProfile> players) |
private static int |
TagCommand.addTag(CommandSource source,
java.util.Collection<? extends Entity> entities,
java.lang.String tagName) |
private static int |
TeamCommand.addTeam(CommandSource source,
java.lang.String name) |
private static int |
TeamCommand.addTeam(CommandSource source,
java.lang.String name,
ITextComponent displayName) |
static int |
TimeCommand.addTime(CommandSource source,
int amount) |
private static int |
ScoreboardCommand.addToPlayerScore(CommandSource source,
java.util.Collection<java.lang.String> targets,
ScoreObjective objective,
int amount) |
private static int |
TriggerCommand.addToTrigger(CommandSource source,
Score objective,
int amount) |
private static int |
ScoreboardCommand.applyScoreOperation(CommandSource source,
java.util.Collection<java.lang.String> targetEntities,
ScoreObjective targetObjectives,
OperationArgument.IOperation operation,
java.util.Collection<java.lang.String> sourceEntities,
ScoreObjective sourceObjective) |
private static int |
BanCommand.banGameProfiles(CommandSource source,
java.util.Collection<com.mojang.authlib.GameProfile> gameProfiles,
ITextComponent reason) |
private static int |
BanIpCommand.banIpAddress(CommandSource source,
java.lang.String ip,
ITextComponent reason) |
private static int |
BanIpCommand.banUsernameOrIp(CommandSource source,
java.lang.String username,
ITextComponent reason) |
private static int |
TitleCommand.clear(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets) |
private static int |
EffectCommand.clearAllEffects(CommandSource source,
java.util.Collection<? extends Entity> targets) |
private static int |
EffectCommand.clearEffect(CommandSource source,
java.util.Collection<? extends Entity> targets,
Effect effect) |
private static int |
ClearCommand.clearInventory(CommandSource source,
java.util.Collection<ServerPlayerEntity> targetPlayers,
java.util.function.Predicate<ItemStack> itemPredicateIn,
int maxCount) |
private static int |
ScoreboardCommand.clearObjectiveDisplaySlot(CommandSource source,
int slotId) |
private static int |
BossBarCommand.createBossbar(CommandSource source,
ResourceLocation id,
ITextComponent displayName) |
private static int |
DeOpCommand.deopPlayers(CommandSource source,
java.util.Collection<com.mojang.authlib.GameProfile> players) |
private static int |
DataPackCommand.disablePack(CommandSource source,
ResourcePackInfo pack) |
private static int |
WhitelistCommand.disableWhiteList(CommandSource source) |
private static int |
ForceLoadCommand.doAddOrRemove(CommandSource p_212719_0_,
ColumnPos p_212719_1_,
ColumnPos p_212719_2_,
boolean p_212719_3_) |
private static int |
CloneCommand.doClone(CommandSource source,
BlockPos beginPos,
BlockPos endPos,
BlockPos destPos,
java.util.function.Predicate<CachedBlockInfo> filterPredicate,
CloneCommand.Mode cloneMode) |
private static int |
FillCommand.doFill(CommandSource source,
MutableBoundingBox area,
BlockStateInput newBlock,
FillCommand.Mode mode,
java.util.function.Predicate<CachedBlockInfo> replacingPredicate) |
private static int |
ForceLoadCommand.doList(CommandSource p_212721_0_) |
private static int |
ForceLoadCommand.doQuery(CommandSource p_212713_0_,
ColumnPos p_212713_1_) |
private static int |
TeamCommand.emptyTeam(CommandSource source,
ScorePlayerTeam teamIn) |
private static int |
DataPackCommand.enablePack(CommandSource source,
ResourcePackInfo pack,
DataPackCommand.IHandler priorityCallback) |
private static int |
ScoreboardCommand.enableTrigger(CommandSource source,
java.util.Collection<java.lang.String> targets,
ScoreObjective objective) |
private static int |
WhitelistCommand.enableWhiteList(CommandSource source) |
private static int |
EnchantCommand.enchant(CommandSource source,
java.util.Collection<? extends Entity> targets,
Enchantment enchantmentIn,
int level) |
private static int |
FunctionCommand.executeFunctions(CommandSource source,
java.util.Collection<FunctionObject> functions) |
private static int |
AdvancementCommand.forEachAdvancement(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
AdvancementCommand.Action action,
java.util.Collection<Advancement> advancements) |
private static void |
LootCommand.func_218860_a(CommandSource p_218860_0_,
java.util.List<ItemStack> p_218860_1_,
ResourceLocation p_218860_2_) |
private static IInventory |
LootCommand.func_218862_a(CommandSource p_218862_0_,
BlockPos p_218862_1_) |
private static ItemStack |
LootCommand.func_218872_a(CommandSource p_218872_0_,
EquipmentSlotType p_218872_1_) |
private static void |
LootCommand.func_218875_a(CommandSource p_218875_0_,
java.util.List<ItemStack> p_218875_1_) |
private static int |
LootCommand.func_218881_a(CommandSource p_218881_0_,
Vec3d p_218881_1_,
java.util.List<ItemStack> p_218881_2_,
LootCommand.ISuccessListener p_218881_3_) |
private static int |
LootCommand.func_218894_a(CommandSource p_218894_0_,
BlockPos p_218894_1_,
int p_218894_2_,
int p_218894_3_,
java.util.List<ItemStack> p_218894_4_,
LootCommand.ISuccessListener p_218894_5_) |
private static int |
LootCommand.func_218900_a(CommandSource p_218900_0_,
BlockPos p_218900_1_,
java.util.List<ItemStack> p_218900_2_,
LootCommand.ISuccessListener p_218900_3_) |
private static int |
TeamMsgCommand.func_218917_a(CommandSource p_218917_0_,
ITextComponent p_218917_1_) |
private static <T extends GameRules.RuleValue<T>> |
GameRuleCommand.func_223486_b(CommandSource p_223486_0_,
GameRules.RuleKey<T> p_223486_1_) |
private static boolean |
ExecuteCommand.func_229767_a_(CommandSource p_229767_0_,
ILootCondition p_229767_1_) |
private static int |
ScheduleCommand.func_229816_a_(CommandSource p_229816_0_,
com.mojang.datafixers.util.Either<FunctionObject,Tag<FunctionObject>> p_229816_1_,
int p_229816_2_,
boolean p_229816_3_) |
private static int |
ScheduleCommand.func_229817_a_(CommandSource p_229817_0_,
java.lang.String p_229817_1_) |
private static int |
SpectateCommand.func_229829_a_(CommandSource p_229829_0_,
Entity p_229829_1_,
ServerPlayerEntity p_229829_2_) |
private static int |
BossBarCommand.getMax(CommandSource source,
CustomServerBossInfo bossbar) |
private static int |
BossBarCommand.getPlayers(CommandSource source,
CustomServerBossInfo bossbar) |
private static int |
ScoreboardCommand.getPlayerScore(CommandSource source,
java.lang.String player,
ScoreObjective objective) |
private static int |
WorldBorderCommand.getSize(CommandSource source) |
private static int |
BossBarCommand.getValue(CommandSource source,
CustomServerBossInfo bossbar) |
private static int |
BossBarCommand.getVisibility(CommandSource source,
CustomServerBossInfo bossbar) |
private static int |
GiveCommand.giveItem(CommandSource source,
ItemInput itemIn,
java.util.Collection<ServerPlayerEntity> targets,
int count) |
private static int |
RecipeCommand.giveRecipes(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
java.util.Collection<IRecipe<?>> recipes) |
private static int |
TriggerCommand.incrementTrigger(CommandSource source,
Score objectives) |
private static int |
TeamCommand.joinTeam(CommandSource source,
ScorePlayerTeam teamIn,
java.util.Collection<java.lang.String> players) |
private static int |
KickCommand.kickPlayers(CommandSource source,
java.util.Collection<ServerPlayerEntity> players,
ITextComponent reason) |
private static int |
KillCommand.killEntities(CommandSource source,
java.util.Collection<? extends Entity> targets) |
private static int |
TeamCommand.leaveFromTeams(CommandSource source,
java.util.Collection<java.lang.String> players) |
private static int |
DataPackCommand.listAllPacks(CommandSource source) |
private static int |
DataPackCommand.listAvailablePacks(CommandSource source) |
private static int |
BossBarCommand.listBars(CommandSource source) |
private static int |
DataPackCommand.listEnabledPacks(CommandSource source) |
private static int |
TeamCommand.listMembers(CommandSource source,
ScorePlayerTeam teamIn) |
private static int |
ListCommand.listNames(CommandSource source) |
private static int |
ScoreboardCommand.listObjectives(CommandSource source) |
private static int |
ScoreboardCommand.listPlayers(CommandSource source) |
private static int |
ListCommand.listPlayers(CommandSource source,
java.util.function.Function<ServerPlayerEntity,ITextComponent> nameExtractor) |
private static int |
ScoreboardCommand.listPlayerScores(CommandSource source,
java.lang.String player) |
private static int |
TagCommand.listTags(CommandSource source,
java.util.Collection<? extends Entity> entities) |
private static int |
TeamCommand.listTeams(CommandSource source) |
private static int |
ListCommand.listUUIDs(CommandSource source) |
private static int |
WhitelistCommand.listWhitelistedPlayers(CommandSource source) |
private static int |
LocateCommand.locateStructure(CommandSource source,
java.lang.String structureName) |
private static int |
OpCommand.opPlayers(CommandSource source,
java.util.Collection<com.mojang.authlib.GameProfile> gameProfiles) |
private static int |
PlaySoundCommand.playSound(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
ResourceLocation soundIn,
SoundCategory category,
Vec3d pos,
float volume,
float pitch,
float minVolume) |
private static int |
PublishCommand.publish(CommandSource source,
int port) |
private static int |
ExperienceCommand.queryExperience(CommandSource source,
ServerPlayerEntity player,
ExperienceCommand.Type type) |
private static int |
WhitelistCommand.reload(CommandSource source) |
private static int |
ForceLoadCommand.removeAll(CommandSource p_212722_0_) |
private static int |
BossBarCommand.removeBossbar(CommandSource source,
CustomServerBossInfo bossbar) |
private static int |
ScoreboardCommand.removeFromPlayerScore(CommandSource source,
java.util.Collection<java.lang.String> targets,
ScoreObjective objective,
int amount) |
private static int |
ScoreboardCommand.removeObjective(CommandSource source,
ScoreObjective objective) |
private static int |
WhitelistCommand.removePlayers(CommandSource source,
java.util.Collection<com.mojang.authlib.GameProfile> players) |
private static int |
TagCommand.removeTag(CommandSource source,
java.util.Collection<? extends Entity> entities,
java.lang.String tagName) |
private static int |
TeamCommand.removeTeam(CommandSource source,
ScorePlayerTeam teamIn) |
private static int |
ReplaceItemCommand.replaceItemBlock(CommandSource source,
BlockPos pos,
int slotIn,
ItemStack newStack) |
private static int |
ReplaceItemCommand.replaceItemEntities(CommandSource source,
java.util.Collection<? extends Entity> targets,
int slotIn,
ItemStack newStack) |
private static int |
TitleCommand.reset(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets) |
private static int |
ScoreboardCommand.resetPlayerAllScores(CommandSource source,
java.util.Collection<java.lang.String> targets) |
private static int |
ScoreboardCommand.resetPlayerScore(CommandSource source,
java.util.Collection<java.lang.String> targets,
ScoreObjective objective) |
private static int |
SaveAllCommand.saveAll(CommandSource source,
boolean flush) |
private static int |
BanListCommand.sendBanList(CommandSource source,
java.util.Collection<? extends BanEntry<?>> bannedPlayerList) |
private static void |
GameModeCommand.sendGameModeFeedback(CommandSource source,
ServerPlayerEntity player,
GameType gameTypeIn) |
private static int |
MessageCommand.sendPrivateMessage(CommandSource source,
java.util.Collection<ServerPlayerEntity> recipients,
ITextComponent message) |
private static int |
TimeCommand.sendQueryResults(CommandSource source,
int time) |
private static int |
TeamCommand.setAllowFriendlyFire(CommandSource source,
ScorePlayerTeam teamIn,
boolean value) |
private static int |
SetBlockCommand.setBlock(CommandSource source,
BlockPos pos,
BlockStateInput state,
SetBlockCommand.Mode mode,
java.util.function.Predicate<CachedBlockInfo> predicate) |
private static int |
TeamCommand.setCanSeeFriendlyInvisibles(CommandSource source,
ScorePlayerTeam teamIn,
boolean value) |
private static int |
WorldBorderCommand.setCenter(CommandSource source,
Vec2f pos) |
private static int |
WeatherCommand.setClear(CommandSource source,
int time) |
private static int |
TeamCommand.setCollisionRule(CommandSource source,
ScorePlayerTeam teamIn,
Team.CollisionRule rule) |
private static int |
BossBarCommand.setColor(CommandSource source,
CustomServerBossInfo bossbar,
BossInfo.Color color) |
private static int |
TeamCommand.setColor(CommandSource source,
ScorePlayerTeam teamIn,
TextFormatting value) |
private static int |
WorldBorderCommand.setDamageAmount(CommandSource source,
float damagePerBlock) |
private static int |
WorldBorderCommand.setDamageBuffer(CommandSource source,
float distance) |
private static int |
TeamCommand.setDeathMessageVisibility(CommandSource source,
ScorePlayerTeam teamIn,
Team.Visible visibility) |
static int |
DifficultyCommand.setDifficulty(CommandSource source,
Difficulty difficulty) |
private static int |
ScoreboardCommand.setDisplayName(CommandSource source,
ScoreObjective objective,
ITextComponent displayName) |
private static int |
TeamCommand.setDisplayName(CommandSource source,
ScorePlayerTeam teamIn,
ITextComponent value) |
private static int |
ExperienceCommand.setExperience(CommandSource source,
java.util.Collection<? extends ServerPlayerEntity> targets,
int amount,
ExperienceCommand.Type type) |
private static int |
DefaultGameModeCommand.setGameType(CommandSource commandSourceIn,
GameType gamemode) |
private static int |
BossBarCommand.setMax(CommandSource source,
CustomServerBossInfo bossbar,
int max) |
private static int |
BossBarCommand.setName(CommandSource source,
CustomServerBossInfo bossbar,
ITextComponent name) |
private static int |
TeamCommand.setNameTagVisibility(CommandSource source,
ScorePlayerTeam teamIn,
Team.Visible visibility) |
private static int |
ScoreboardCommand.setObjectiveDisplaySlot(CommandSource source,
int slotId,
ScoreObjective objective) |
private static int |
BossBarCommand.setPlayers(CommandSource source,
CustomServerBossInfo bossbar,
java.util.Collection<ServerPlayerEntity> players) |
private static int |
ScoreboardCommand.setPlayerScore(CommandSource source,
java.util.Collection<java.lang.String> targets,
ScoreObjective objective,
int newValue) |
private static int |
TeamCommand.setPrefix(CommandSource source,
ScorePlayerTeam teamIn,
ITextComponent prefix) |
private static int |
WeatherCommand.setRain(CommandSource source,
int time) |
private static int |
ScoreboardCommand.setRenderType(CommandSource source,
ScoreObjective objective,
ScoreCriteria.RenderType renderType) |
private static int |
WorldBorderCommand.setSize(CommandSource source,
double newSize,
long time) |
private static int |
SetWorldSpawnCommand.setSpawn(CommandSource source,
BlockPos pos) |
private static int |
SpawnPointCommand.setSpawnPoint(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
BlockPos pos) |
private static int |
BossBarCommand.setStyle(CommandSource source,
CustomServerBossInfo bossbar,
BossInfo.Overlay styleIn) |
private static int |
TeamCommand.setSuffix(CommandSource source,
ScorePlayerTeam teamIn,
ITextComponent suffix) |
private static int |
WeatherCommand.setThunder(CommandSource source,
int time) |
static int |
TimeCommand.setTime(CommandSource source,
int time) |
private static int |
SetIdleTimeoutCommand.setTimeout(CommandSource source,
int idleTimeout) |
private static int |
TitleCommand.setTimes(CommandSource source,
java.util.Collection<ServerPlayerEntity> target,
int fadeIn,
int stay,
int fadeOut) |
private static int |
TriggerCommand.setTrigger(CommandSource source,
Score objective,
int value) |
private static int |
BossBarCommand.setValue(CommandSource source,
CustomServerBossInfo bossbar,
int value) |
private static int |
BossBarCommand.setVisibility(CommandSource source,
CustomServerBossInfo bossbar,
boolean visible) |
private static int |
WorldBorderCommand.setWarningDistance(CommandSource source,
int distance) |
private static int |
WorldBorderCommand.setWarningTime(CommandSource source,
int time) |
private static int |
TitleCommand.show(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
ITextComponent message,
STitlePacket.Type type) |
private static int |
ParticleCommand.spawnParticle(CommandSource source,
IParticleData particleData,
Vec3d pos,
Vec3d delta,
float speed,
int count,
boolean force,
java.util.Collection<ServerPlayerEntity> viewers) |
private static int |
SpreadPlayersCommand.spreadPlayers(CommandSource source,
Vec2f center,
float spreadDistance,
float maxRange,
boolean respectTeams,
java.util.Collection<? extends Entity> targets) |
private static int |
DebugCommand.startDebug(CommandSource source) |
private static int |
DebugCommand.stopDebug(CommandSource source) |
private static int |
StopSoundCommand.stopSound(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
SoundCategory category,
ResourceLocation soundIn) |
private static CommandSource |
ExecuteCommand.storeIntoBossbar(CommandSource source,
CustomServerBossInfo bar,
boolean storingValue,
boolean storingResult) |
private static CommandSource |
ExecuteCommand.storeIntoNBT(CommandSource source,
IDataAccessor accessor,
NBTPathArgument.NBTPath pathIn,
java.util.function.IntFunction<INBT> tagConverter,
boolean storingResult) |
private static CommandSource |
ExecuteCommand.storeIntoScore(CommandSource source,
java.util.Collection<java.lang.String> targets,
ScoreObjective objective,
boolean storingResult) |
private static java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> |
ScoreboardCommand.suggestTriggers(CommandSource source,
java.util.Collection<java.lang.String> targets,
com.mojang.brigadier.suggestion.SuggestionsBuilder suggestions) |
static java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> |
TriggerCommand.suggestTriggers(CommandSource source,
com.mojang.brigadier.suggestion.SuggestionsBuilder builder) |
private static int |
SummonCommand.summonEntity(CommandSource source,
ResourceLocation type,
Vec3d pos,
CompoundNBT nbt,
boolean randomizeProperties) |
private static int |
RecipeCommand.takeRecipes(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
java.util.Collection<IRecipe<?>> recipes) |
private static void |
TeleportCommand.teleport(CommandSource source,
Entity entityIn,
ServerWorld worldIn,
double x,
double y,
double z,
java.util.Set<SPlayerPositionLookPacket.Flags> relativeList,
float yaw,
float pitch,
TeleportCommand.Facing facing) |
private static int |
TeleportCommand.teleportToEntity(CommandSource source,
java.util.Collection<? extends Entity> targets,
Entity destination) |
private static int |
TeleportCommand.teleportToPos(CommandSource source,
java.util.Collection<? extends Entity> targets,
ServerWorld worldIn,
ILocationArgument position,
ILocationArgument rotationIn,
TeleportCommand.Facing facing) |
private static int |
PardonIpCommand.unbanIp(CommandSource source,
java.lang.String ipAddress) |
private static int |
PardonCommand.unbanPlayers(CommandSource source,
java.util.Collection<com.mojang.authlib.GameProfile> gameProfiles) |
private static int |
AdvancementCommand.updateCriterion(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
AdvancementCommand.Action action,
Advancement advancementIn,
java.lang.String criterionName) |
void |
TeleportCommand.Facing.updateLook(CommandSource source,
Entity entityIn) |
private static int |
DebugCommand.writeDebugReport(CommandSource p_225389_0_) |
Modifier and Type | Method and Description |
---|---|
int |
LootCommand.ITargetHandler.accept(com.mojang.brigadier.context.CommandContext<CommandSource> p_accept_1_,
java.util.List<ItemStack> p_accept_2_,
LootCommand.ISuccessListener p_accept_3_) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ExecuteCommand.buildIfBlocks(com.mojang.brigadier.tree.CommandNode<CommandSource> parent,
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> literal,
boolean isIf,
boolean isMasked) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ExecuteCommand.buildIfBlocks(com.mojang.brigadier.tree.CommandNode<CommandSource> parent,
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> literal,
boolean isIf,
boolean isMasked) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ExecuteCommand.buildIfResult(com.mojang.brigadier.tree.CommandNode<CommandSource> context,
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> builder,
boolean value,
ExecuteCommand.IBooleanTest test) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ExecuteCommand.buildIfResult(com.mojang.brigadier.tree.CommandNode<CommandSource> context,
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> builder,
boolean value,
ExecuteCommand.IBooleanTest test) |
private static int |
ExecuteCommand.checkBlockCountIf(com.mojang.brigadier.context.CommandContext<CommandSource> context,
boolean isMasked) |
private static int |
ExecuteCommand.checkBlockCountUnless(com.mojang.brigadier.context.CommandContext<CommandSource> context,
boolean isMasked) |
private static java.util.Collection<CommandSource> |
ExecuteCommand.checkIfMatches(com.mojang.brigadier.context.CommandContext<CommandSource> context,
boolean actual,
boolean expected) |
private static boolean |
ExecuteCommand.checkScore(com.mojang.brigadier.context.CommandContext<CommandSource> context,
MinMaxBounds.IntBound bounds) |
private static boolean |
ExecuteCommand.compareScores(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.util.function.BiPredicate<java.lang.Integer,java.lang.Integer> comparison) |
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
LootCommand.ISourceArgumentBuilder.construct(com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> p_construct_1_,
LootCommand.ITargetHandler p_construct_2_) |
private static java.util.OptionalInt |
ExecuteCommand.countMatchingBlocks(com.mojang.brigadier.context.CommandContext<CommandSource> context,
boolean isMasked) |
private static int |
LootCommand.func_218869_a(com.mojang.brigadier.context.CommandContext<CommandSource> p_218869_0_,
Entity p_218869_1_,
LootCommand.ITargetHandler p_218869_2_) |
private static int |
LootCommand.func_218871_a(com.mojang.brigadier.context.CommandContext<CommandSource> p_218871_0_,
ResourceLocation p_218871_1_,
LootContext p_218871_2_,
LootCommand.ITargetHandler p_218871_3_) |
private static int |
LootCommand.func_218876_a(com.mojang.brigadier.context.CommandContext<CommandSource> p_218876_0_,
ResourceLocation p_218876_1_,
BlockPos p_218876_2_,
ItemStack p_218876_3_,
LootCommand.ITargetHandler p_218876_4_) |
private static int |
LootCommand.func_218879_a(com.mojang.brigadier.context.CommandContext<CommandSource> p_218879_0_,
BlockPos p_218879_1_,
ItemStack p_218879_2_,
LootCommand.ITargetHandler p_218879_3_) |
private static int |
LootCommand.func_218887_a(com.mojang.brigadier.context.CommandContext<CommandSource> p_218887_0_,
ResourceLocation p_218887_1_,
LootCommand.ITargetHandler p_218887_2_) |
private static <T extends GameRules.RuleValue<T>> |
GameRuleCommand.func_223485_b(com.mojang.brigadier.context.CommandContext<CommandSource> p_223485_0_,
GameRules.RuleKey<T> p_223485_1_) |
static void |
SpectateCommand.func_229826_a_(com.mojang.brigadier.CommandDispatcher<CommandSource> p_229826_0_) |
static CustomServerBossInfo |
BossBarCommand.getBossbar(com.mojang.brigadier.context.CommandContext<CommandSource> source) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ExecuteCommand.makeIfCommand(com.mojang.brigadier.tree.CommandNode<CommandSource> parent,
com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource> literal,
boolean isIf) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ExecuteCommand.makeIfCommand(com.mojang.brigadier.tree.CommandNode<CommandSource> parent,
com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource> literal,
boolean isIf) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ExecuteCommand.makeStoreSubcommand(com.mojang.brigadier.tree.LiteralCommandNode<CommandSource> parent,
com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource> literal,
boolean storingResult) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ExecuteCommand.makeStoreSubcommand(com.mojang.brigadier.tree.LiteralCommandNode<CommandSource> parent,
com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSource> literal,
boolean storingResult) |
private static ResourcePackInfo |
DataPackCommand.parsePackInfo(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name,
boolean enabling) |
static void |
MeCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
SaveAllCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
PublishCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
MessageCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
ExperienceCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
LootCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_218886_0_) |
static void |
CloneCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
WeatherCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
GameRuleCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
DebugCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
ParticleCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
GiveCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
StopSoundCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
ClearCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
WhitelistCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
SayCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
PardonIpCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
ListCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
WorldBorderCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
BanListCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
LocateCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
TitleCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
ReloadCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
StopCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
TeamCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
SpreadPlayersCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
FillCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
EnchantCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
DifficultyCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
ScheduleCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_218909_0_) |
static void |
KickCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
BanIpCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
FunctionCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
SaveOffCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
BossBarCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
ReplaceItemCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
TimeCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
TellRawCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
HelpCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
SaveOnCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
OpCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
EffectCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
KillCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
DataPackCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
PardonCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
ExecuteCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
ForceLoadCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
AdvancementCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
GameModeCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
SummonCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
ScoreboardCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
PlaySoundCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
SetWorldSpawnCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
TeamMsgCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_218915_0_) |
static void |
BanCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
SpawnPointCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
SetIdleTimeoutCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
RecipeCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
TagCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
DeOpCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
SeedCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
TriggerCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
SetBlockCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
DefaultGameModeCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
static void |
TeleportCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
private static int |
GameModeCommand.setGameMode(com.mojang.brigadier.context.CommandContext<CommandSource> source,
java.util.Collection<ServerPlayerEntity> players,
GameType gameTypeIn) |
boolean |
ExecuteCommand.IBooleanTest.test(com.mojang.brigadier.context.CommandContext<CommandSource> p_test_1_) |
int |
ExecuteCommand.INumericTest.test(com.mojang.brigadier.context.CommandContext<CommandSource> p_test_1_) |
Modifier and Type | Field and Description |
---|---|
private static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
StorageAccessor.field_229834_b_ |
Modifier and Type | Method and Description |
---|---|
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
DataCommand.IModificationSourceArgumentBuilder.create(DataCommand.IModificationType p_create_1_) |
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
DataCommand.IDataProvider.createArgument(com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> builder,
java.util.function.Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>,com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>> action) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
DataCommand.func_218935_a(java.util.function.BiConsumer<com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>,DataCommand.IModificationSourceArgumentBuilder> p_218935_0_) |
Modifier and Type | Method and Description |
---|---|
private static int |
DataCommand.get(CommandSource source,
IDataAccessor accessor) |
private static int |
DataCommand.get(CommandSource source,
IDataAccessor accessor,
NBTPathArgument.NBTPath pathIn) |
private static int |
DataCommand.getScaled(CommandSource source,
IDataAccessor accessor,
NBTPathArgument.NBTPath pathIn,
double scale) |
private static int |
DataCommand.merge(CommandSource source,
IDataAccessor accessor,
CompoundNBT nbt) |
private static int |
DataCommand.remove(CommandSource source,
IDataAccessor accessor,
NBTPathArgument.NBTPath pathIn) |
Modifier and Type | Method and Description |
---|---|
IDataAccessor |
DataCommand.IDataProvider.createAccessor(com.mojang.brigadier.context.CommandContext<CommandSource> context) |
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
DataCommand.IDataProvider.createArgument(com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> builder,
java.util.function.Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>,com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>> action) |
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
DataCommand.IDataProvider.createArgument(com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> builder,
java.util.function.Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>,com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>> action) |
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
DataCommand.IDataProvider.createArgument(com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> builder,
java.util.function.Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>,com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>> action) |
private static int |
DataCommand.func_218933_a(com.mojang.brigadier.context.CommandContext<CommandSource> p_218933_0_,
DataCommand.IDataProvider p_218933_1_,
DataCommand.IModificationType p_218933_2_,
java.util.List<INBT> p_218933_3_) |
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
DataCommand.func_218935_a(java.util.function.BiConsumer<com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>,DataCommand.IModificationSourceArgumentBuilder> p_218935_0_) |
private static CommandStorage |
StorageAccessor.func_229840_b_(com.mojang.brigadier.context.CommandContext<CommandSource> p_229840_0_) |
int |
DataCommand.IModificationType.modify(com.mojang.brigadier.context.CommandContext<CommandSource> p_modify_1_,
CompoundNBT p_modify_2_,
NBTPathArgument.NBTPath p_modify_3_,
java.util.List<INBT> p_modify_4_) |
static void |
DataCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
Modifier and Type | Method and Description |
---|---|
CommandSource |
Entity.getCommandSource() |
Modifier and Type | Method and Description |
---|---|
CommandSource |
MinecartCommandBlockEntity.MinecartCommandLogic.getCommandSource() |
Modifier and Type | Method and Description |
---|---|
static boolean |
WrittenBookItem.resolveContents(ItemStack stack,
CommandSource resolvingSource,
PlayerEntity resolvingPlayer) |
Modifier and Type | Method and Description |
---|---|
CommandSource |
RConConsoleSource.getCommandSource() |
Modifier and Type | Method and Description |
---|---|
CommandSource |
MinecraftServer.getCommandSource() |
Modifier and Type | Method and Description |
---|---|
void |
MinecraftServer.kickPlayersNotWhitelisted(CommandSource commandSourceIn) |
Modifier and Type | Field and Description |
---|---|
CommandSource |
PendingCommand.sender |
Modifier and Type | Method and Description |
---|---|
void |
DedicatedServer.handleConsoleInput(java.lang.String p_195581_1_,
CommandSource p_195581_2_) |
Constructor and Description |
---|
PendingCommand(java.lang.String p_i48147_1_,
CommandSource p_i48147_2_) |
Modifier and Type | Method and Description |
---|---|
private static int |
TestCommand.func_229615_a_(CommandSource p_229615_0_) |
private static int |
TestCommand.func_229616_a_(CommandSource p_229616_0_,
int p_229616_1_) |
private static int |
TestCommand.func_229617_a_(CommandSource p_229617_0_,
java.lang.String p_229617_1_) |
private static int |
TestCommand.func_229618_a_(CommandSource p_229618_0_,
java.lang.String p_229618_1_,
int p_229618_2_,
int p_229618_3_,
int p_229618_4_) |
private static void |
TestCommand.func_229619_a_(CommandSource p_229619_0_,
java.util.Collection<TestFunctionInfo> p_229619_1_) |
private static int |
TestCommand.func_229620_a_(CommandSource p_229620_0_,
TestFunctionInfo p_229620_1_) |
private static int |
TestCommand.func_229629_b_(CommandSource p_229629_0_) |
private static int |
TestCommand.func_229630_b_(CommandSource p_229630_0_,
java.lang.String p_229630_1_) |
private static int |
TestCommand.func_229633_c_(CommandSource p_229633_0_) |
private static void |
TestCommand.func_229634_c_(CommandSource p_229634_0_,
java.lang.String p_229634_1_) |
private static int |
TestCommand.func_229636_d_(CommandSource p_229636_0_,
java.lang.String p_229636_1_) |
private static int |
TestCommand.func_229638_e_(CommandSource p_229638_0_,
java.lang.String p_229638_1_) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
TestTypeArgument.func_229612_a_(com.mojang.brigadier.context.CommandContext<CommandSource> p_229612_0_,
java.lang.String p_229612_1_) |
static void |
TestCommand.func_229613_a_(com.mojang.brigadier.CommandDispatcher<CommandSource> p_229613_0_) |
static TestFunctionInfo |
TestArgArgument.func_229666_a_(com.mojang.brigadier.context.CommandContext<CommandSource> p_229666_0_,
java.lang.String p_229666_1_) |
Modifier and Type | Method and Description |
---|---|
private CommandSource |
LecternTileEntity.createCommandSource(PlayerEntity player) |
abstract CommandSource |
CommandBlockLogic.getCommandSource() |
CommandSource |
SignTileEntity.getCommandSource(ServerPlayerEntity playerIn) |
Modifier and Type | Method and Description |
---|---|
ITextComponent |
NBTTextComponent.createNames(CommandSource p_197668_1_,
Entity p_197668_2_,
int p_197668_3_) |
ITextComponent |
ScoreTextComponent.createNames(CommandSource p_197668_1_,
Entity p_197668_2_,
int p_197668_3_) |
ITextComponent |
SelectorTextComponent.createNames(CommandSource p_197668_1_,
Entity p_197668_2_,
int p_197668_3_) |
ITextComponent |
TranslationTextComponent.createNames(CommandSource p_197668_1_,
Entity p_197668_2_,
int p_197668_3_) |
ITextComponent |
ITargetedTextComponent.createNames(CommandSource p_197668_1_,
Entity p_197668_2_,
int p_197668_3_) |
protected abstract java.util.stream.Stream<CompoundNBT> |
NBTTextComponent.func_218673_a(CommandSource p_218673_1_) |
protected java.util.stream.Stream<CompoundNBT> |
NBTTextComponent.Block.func_218673_a(CommandSource p_218673_1_) |
protected java.util.stream.Stream<CompoundNBT> |
NBTTextComponent.Entity.func_218673_a(CommandSource p_218673_1_) |
protected java.util.stream.Stream<CompoundNBT> |
NBTTextComponent.Storage.func_218673_a(CommandSource p_218673_1_) |
private void |
ScoreTextComponent.resolve(CommandSource p_197665_1_) |
static ITextComponent |
TextComponentUtils.updateForEntity(CommandSource p_197680_0_,
ITextComponent p_197680_1_,
Entity p_197680_2_,
int p_197680_3_) |
Modifier and Type | Method and Description |
---|---|
com.mojang.brigadier.builder.RequiredArgumentBuilder<CommandSource,?> |
GameRules.RuleType.createArgument(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
GameRules.RuleValue.updateValue(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String paramName) |
protected void |
GameRules.BooleanValue.updateValue0(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String paramName) |
protected void |
GameRules.IntegerValue.updateValue0(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String paramName) |
protected abstract void |
GameRules.RuleValue.updateValue0(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String paramName) |
Modifier and Type | Field and Description |
---|---|
private com.mojang.brigadier.ParseResults<CommandSource> |
CommandEvent.parse |
Modifier and Type | Method and Description |
---|---|
com.mojang.brigadier.ParseResults<CommandSource> |
CommandEvent.getParseResults() |
Modifier and Type | Method and Description |
---|---|
void |
CommandEvent.setParseResults(com.mojang.brigadier.ParseResults<CommandSource> parse) |
Constructor and Description |
---|
CommandEvent(com.mojang.brigadier.ParseResults<CommandSource> parse) |
Modifier and Type | Method and Description |
---|---|
com.mojang.brigadier.CommandDispatcher<CommandSource> |
FMLServerStartingEvent.getCommandDispatcher() |
Modifier and Type | Field and Description |
---|---|
private CommandSource |
ChunkGenWorker.listener |
Modifier and Type | Method and Description |
---|---|
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
CommandModList.register() |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
CommandTrack.register() |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
CommandTrack.StartTrackingCommand.register() |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
CommandTrack.ResetTrackingCommand.register() |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
CommandTrack.TrackResultsEntity.register() |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
CommandTrack.TrackResultsTileEntity.register() |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
CommandSetDimension.register() |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
CommandGenerate.register() |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
ConfigCommand.ShowFile.register() |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
CommandEntity.register() |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
CommandEntity.EntityListCommand.register() |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
CommandDimensions.register() |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
CommandTps.register() |
Modifier and Type | Method and Description |
---|---|
private static int |
CommandGenerate.execute(CommandSource source,
BlockPos pos,
int count,
DimensionType dim,
int interval) |
private static int |
CommandSetDimension.execute(CommandSource sender,
java.util.Collection<? extends Entity> entities,
DimensionType dim,
BlockPos pos) |
private static int |
CommandEntity.EntityListCommand.execute(CommandSource sender,
java.lang.String filter,
DimensionType dim) |
private static <T> int |
CommandTrack.TrackResults.execute(CommandSource source,
TimeTracker<T> tracker,
java.util.function.Function<ForgeTimings<T>,ITextComponent> toString) |
TextComponent |
ChunkGenWorker.getStartMessage(CommandSource sender) |
private static int |
CommandTps.sendTime(CommandSource cs,
DimensionType dim) |
Modifier and Type | Method and Description |
---|---|
private static int |
CommandGenerate.getInt(com.mojang.brigadier.context.CommandContext<CommandSource> ctx,
java.lang.String name) |
static void |
ConfigCommand.register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
private static int |
ConfigCommand.ShowFile.showFile(com.mojang.brigadier.context.CommandContext<CommandSource> context) |
Constructor and Description |
---|
ChunkGenWorker(CommandSource listener,
BlockPos start,
int total,
DimensionType dim,
int interval) |
Constructor and Description |
---|
ForgeCommand(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |