Class ServerRemoveCategoriesKubeEvent
java.lang.Object
dev.latvian.mods.kubejs.recipe.viewer.server.ServerRemoveCategoriesKubeEvent
- All Implemented Interfaces:
KubeEvent,RemoveCategoriesKubeEvent
-
Constructor Summary
ConstructorsConstructorDescriptionServerRemoveCategoriesKubeEvent(Set<net.minecraft.resources.ResourceLocation> categories) -
Method Summary
Modifier and TypeMethodDescriptionvoidremove(dev.latvian.mods.rhino.Context cx, net.minecraft.resources.ResourceLocation[] categories) Methods 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
-
ServerRemoveCategoriesKubeEvent
-
-
Method Details
-
remove
public void remove(dev.latvian.mods.rhino.Context cx, net.minecraft.resources.ResourceLocation[] categories) - Specified by:
removein interfaceRemoveCategoriesKubeEvent
-