Class WildfireCommand

java.lang.Object
com.wildfire.client.command.WildfireCommand

public class WildfireCommand extends Object
API Note:
Only use this on the client side
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <SOURCE extends net.minecraft.commands.SharedSuggestionProvider>
    void
    register(com.mojang.brigadier.CommandDispatcher<SOURCE> dispatcher, ClientCommandHelper<SOURCE> helper)
     
    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)
     
    static <SOURCE extends net.minecraft.commands.SharedSuggestionProvider>
    void
    sendHelp(com.mojang.brigadier.context.CommandContext<SOURCE> ctx, ClientCommandHelper<SOURCE> helper, WildfireLang header, WildfireLang... usageToDescription)
     
    static <SOURCE extends net.minecraft.commands.SharedSuggestionProvider>
    int
    setLogLevel(com.mojang.brigadier.context.CommandContext<SOURCE> ctx, ClientCommandHelper<SOURCE> helper)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)