Uses of Interface
net.minecraft.class_10618
Packages that use class_10618
-
Uses of class_10618 in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type class_10618Modifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> CloneCommand.appendMode(CommandRegistryAccess registries, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.DimensionalPos> beginPosGetter, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.DimensionalPos> endPosGetter, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.DimensionalPos> destinationPosGetter, boolean strict, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder) private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> FillCommand.buildModeTree(CommandRegistryAccess registries, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> argumentBuilder, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockPos> from, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockPos> to, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockStateArgument> state, FillCommand.OptionalArgumentResolver<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, Predicate<CachedBlockPosition>> filter) private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> CloneCommand.createDestinationArgs(CommandRegistryAccess registries, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, ServerWorld> currentWorldGetter, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, ServerWorld> targetWorldGetter) private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> CloneCommand.createModeArgs(class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.DimensionalPos> beginPosGetter, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.DimensionalPos> endPosGetter, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.DimensionalPos> destinationPosGetter, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, Predicate<CachedBlockPosition>> filterGetter, boolean strict, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder) private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> CloneCommand.createSourceArgs(CommandRegistryAccess commandRegistryAccess, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, ServerWorld> worldGetter) static <T extends AbstractServerCommandSource<T>>
voidExecuteCommand.enqueueExecutions(T baseSource, List<T> sources, Function<T, T> functionSourceGetter, IntPredicate predicate, com.mojang.brigadier.context.ContextChain<T> contextChain, @Nullable NbtCompound args, ExecutionControl<T> control, class_10618<com.mojang.brigadier.context.CommandContext<T>, Collection<CommandFunction<T>>> functionNamesGetter, ExecutionFlags flags) private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> TestCommand.testAttemptAndPlacementConfig(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, TestFinder> class_10618) private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> TestCommand.testAttemptConfig(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, TestFinder> class_10618) private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> TestCommand.testAttemptConfig(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, class_10618<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, TestFinder> class_10618, Function<com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>> extraConfigAdder)