Class CommandNetworkDiagnostics
java.lang.Object
org.cyclops.integrateddynamics.command.CommandNetworkDiagnostics
- All Implemented Interfaces:
com.mojang.brigadier.Command<net.minecraft.commands.CommandSourceStack>
public class CommandNetworkDiagnostics
extends Object
implements com.mojang.brigadier.Command<net.minecraft.commands.CommandSourceStack>
Command for opening the network diagnostics gui.
-
Nested Class Summary
-
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CommandNetworkDiagnostics
public CommandNetworkDiagnostics(boolean operationArg, boolean portArg)
-
-
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
-
make
public static com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> make()
-