Package dev.latvian.mods.kubejs.server
Class CommandKubeEvent
java.lang.Object
dev.latvian.mods.kubejs.server.ServerKubeEvent
dev.latvian.mods.kubejs.server.CommandKubeEvent
- All Implemented Interfaces:
KubeEvent
-
Field Summary
Fields inherited from class dev.latvian.mods.kubejs.server.ServerKubeEvent
server -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInput()com.mojang.brigadier.ParseResults<net.minecraft.commands.CommandSourceStack> voidsetException(Throwable exception) voidsetParseResults(com.mojang.brigadier.ParseResults<net.minecraft.commands.CommandSourceStack> parse) Methods inherited from class dev.latvian.mods.kubejs.server.ServerKubeEvent
getServerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.latvian.mods.kubejs.event.KubeEvent
afterPosted, cancel, cancel, defaultExitValue, exit, exit, getExitValueType, mapExitValue, success, success
-
Constructor Details
-
CommandKubeEvent
public CommandKubeEvent(net.neoforged.neoforge.event.CommandEvent event)
-
-
Method Details
-
getCommandName
-
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
-
setException
-