Class TwitchConnectCommand
java.lang.Object
io.github.icrazyblaze.twitchmod.command.twitch.TwitchConnectCommand
- All Implemented Interfaces:
com.mojang.brigadier.Command<net.minecraft.commands.CommandSourceStack>
public class TwitchConnectCommand
extends Object
implements com.mojang.brigadier.Command<net.minecraft.commands.CommandSourceStack>
-
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TwitchConnectCommand
public TwitchConnectCommand()
-
-
Method Details
-
register
public static com.mojang.brigadier.builder.ArgumentBuilder<net.minecraft.commands.CommandSourceStack,?> register() -
run
public int run(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> context)- Specified by:
run
in interfacecom.mojang.brigadier.Command<net.minecraft.commands.CommandSourceStack>
-