Class CommandTest
java.lang.Object
org.cyclops.integrateddynamics.command.CommandTest
- All Implemented Interfaces:
com.mojang.brigadier.Command<net.minecraft.commands.CommandSourceStack>
public class CommandTest
extends Object
implements com.mojang.brigadier.Command<net.minecraft.commands.CommandSourceStack>
Command for initiating the integration tests.
-
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS
-
Constructor Summary
-
Method Summary
-
Field Details
-
P
- See Also:
-
CLASSES
-
-
Constructor Details
-
CommandTest
public CommandTest()
-
-
Method Details
-
run
public int run(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> context) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
run
in interfacecom.mojang.brigadier.Command<net.minecraft.commands.CommandSourceStack>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
test
protected boolean test() throws ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException -
make
public static com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> make()
-