Class DebugStructureCommand
java.lang.Object
net.rodofire.easierworldcreator.command.DebugStructureCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<net.minecraft.server.command.ServerCommandSource> dispatcher, net.minecraft.command.CommandRegistryAccess commandRegistryAccess, net.minecraft.server.command.CommandManager.RegistrationEnvironment registrationEnvironmen) static intrunAll(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context, Set<String> mod, net.minecraft.util.math.BlockPos pos)
-
Constructor Details
-
DebugStructureCommand
public DebugStructureCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<net.minecraft.server.command.ServerCommandSource> dispatcher, net.minecraft.command.CommandRegistryAccess commandRegistryAccess, net.minecraft.server.command.CommandManager.RegistrationEnvironment registrationEnvironmen) -
runAll
public static int runAll(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context, Set<String> mod, net.minecraft.util.math.BlockPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-