java.lang.Object
meteordevelopment.meteorclient.systems.System<Commands>
meteordevelopment.meteorclient.systems.commands.Commands
All Implemented Interfaces:
ISerializable<Commands>

public class Commands extends System<Commands>
  • Field Details

    • REGISTRY_ACCESS

      public static final net.minecraft.command.CommandRegistryAccess REGISTRY_ACCESS
    • DISPATCHER

      public static final com.mojang.brigadier.CommandDispatcher<net.minecraft.command.CommandSource> DISPATCHER
    • COMMAND_SOURCE

      public static final net.minecraft.command.CommandSource COMMAND_SOURCE
  • Constructor Details

    • Commands

      public Commands()
  • Method Details

    • get

      public static Commands get()
    • init

      public void init()
      Overrides:
      init in class System<Commands>
    • add

      public void add(Command command)
    • dispatch

      public void dispatch(String message) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getAll

      public List<Command> getAll()
    • get

      public Command get(String name)