Uses of Record Class
net.minecraft.server.commands.CloneCommands.DimensionAndPosition
Packages that use CloneCommands.DimensionAndPosition
-
Uses of CloneCommands.DimensionAndPosition in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return CloneCommands.DimensionAndPositionModifier and TypeMethodDescriptionprivate static CloneCommands.DimensionAndPosition
CloneCommands.getLoadedDimensionAndPosition
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, ServerLevel level, String name) Methods in net.minecraft.server.commands with parameters of type CloneCommands.DimensionAndPositionModifier and TypeMethodDescriptionprivate static int
CloneCommands.clone
(CommandSourceStack source, CloneCommands.DimensionAndPosition begin, CloneCommands.DimensionAndPosition end, CloneCommands.DimensionAndPosition target, Predicate<BlockInWorld> filter, CloneCommands.Mode mode) Method parameters in net.minecraft.server.commands with type arguments of type CloneCommands.DimensionAndPositionModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> CloneCommands.wrapWithCloneMode
(CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> beginGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> endGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, CloneCommands.DimensionAndPosition> targetGetter, CloneCommands.CommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> filterGetter, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> argumentBuilder)