Class CommandKubeEvent

java.lang.Object
dev.latvian.mods.kubejs.server.ServerKubeEvent
dev.latvian.mods.kubejs.server.CommandKubeEvent
All Implemented Interfaces:
KubeEvent

public class CommandKubeEvent extends ServerKubeEvent
  • Constructor Details

    • CommandKubeEvent

      public CommandKubeEvent(net.neoforged.neoforge.event.CommandEvent event)
  • Method Details

    • getCommandName

      public String getCommandName()
    • getInput

      public String getInput()
    • getParseResults

      public com.mojang.brigadier.ParseResults<net.minecraft.commands.CommandSourceStack> getParseResults()
    • setParseResults

      public void setParseResults(com.mojang.brigadier.ParseResults<net.minecraft.commands.CommandSourceStack> parse)
    • getException

      public Throwable getException()
    • setException

      public void setException(Throwable exception)