Class WildfireCommand
java.lang.Object
com.wildfire.client.command.WildfireCommand
- API Note:
- Only use this on the client side
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <SOURCE extends net.minecraft.commands.SharedSuggestionProvider>
voidregister(com.mojang.brigadier.CommandDispatcher<SOURCE> dispatcher, ClientCommandHelper<SOURCE> helper) static <SOURCE extends net.minecraft.commands.SharedSuggestionProvider>
voidsend(com.mojang.brigadier.context.CommandContext<SOURCE> ctx, ClientCommandHelper<SOURCE> helper, net.minecraft.network.chat.Component text) static <SOURCE extends net.minecraft.commands.SharedSuggestionProvider>
voidsendHelp(com.mojang.brigadier.context.CommandContext<SOURCE> ctx, ClientCommandHelper<SOURCE> helper, WildfireLang header, WildfireLang... usageToDescription) static <SOURCE extends net.minecraft.commands.SharedSuggestionProvider>
intsetLogLevel(com.mojang.brigadier.context.CommandContext<SOURCE> ctx, ClientCommandHelper<SOURCE> helper)
-
Constructor Details
-
WildfireCommand
public WildfireCommand()
-
-
Method Details
-
register
public static <SOURCE extends net.minecraft.commands.SharedSuggestionProvider> void register(com.mojang.brigadier.CommandDispatcher<SOURCE> dispatcher, ClientCommandHelper<SOURCE> helper) -
send
public static <SOURCE extends net.minecraft.commands.SharedSuggestionProvider> void send(com.mojang.brigadier.context.CommandContext<SOURCE> ctx, ClientCommandHelper<SOURCE> helper, net.minecraft.network.chat.Component text) -
sendHelp
public static <SOURCE extends net.minecraft.commands.SharedSuggestionProvider> void sendHelp(com.mojang.brigadier.context.CommandContext<SOURCE> ctx, ClientCommandHelper<SOURCE> helper, WildfireLang header, WildfireLang... usageToDescription) -
setLogLevel
public static <SOURCE extends net.minecraft.commands.SharedSuggestionProvider> int setLogLevel(com.mojang.brigadier.context.CommandContext<SOURCE> ctx, ClientCommandHelper<SOURCE> helper)
-