Class RegisterCommands1_12_2

java.lang.Object
net.minecraftforge.fml.common.eventhandler.Event
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.common.event.custom.RegisterCommands1_12_2

public class RegisterCommands1_12_2 extends net.minecraftforge.fml.common.eventhandler.Event
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.fml.common.eventhandler.Event

    net.minecraftforge.fml.common.eventhandler.Event.HasResult, net.minecraftforge.fml.common.eventhandler.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    RegisterCommands1_12_2(net.minecraft.server.MinecraftServer server)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerCommand(net.minecraft.command.ICommand command)
     

    Methods inherited from class net.minecraftforge.fml.common.eventhandler.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RegisterCommands1_12_2

      public RegisterCommands1_12_2(net.minecraft.server.MinecraftServer server)
  • Method Details

    • registerCommand

      public void registerCommand(net.minecraft.command.ICommand command)