Class JEIRemoveCategoriesKubeEvent
java.lang.Object
dev.latvian.mods.kubejs.integration.jei.JEIRemoveCategoriesKubeEvent
- All Implemented Interfaces:
KubeEvent,RemoveCategoriesKubeEvent
-
Constructor Summary
ConstructorsConstructorDescriptionJEIRemoveCategoriesKubeEvent(mezz.jei.api.recipe.IRecipeManager recipeManager, Map<net.minecraft.resources.ResourceLocation, mezz.jei.api.recipe.category.IRecipeCategory<?>> categories) -
Method Summary
Modifier and TypeMethodDescriptionvoidremove(dev.latvian.mods.rhino.Context cx, net.minecraft.resources.ResourceLocation[] ids) 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
-
JEIRemoveCategoriesKubeEvent
public JEIRemoveCategoriesKubeEvent(mezz.jei.api.recipe.IRecipeManager recipeManager, Map<net.minecraft.resources.ResourceLocation, mezz.jei.api.recipe.category.IRecipeCategory<?>> categories)
-
-
Method Details
-
remove
public void remove(dev.latvian.mods.rhino.Context cx, net.minecraft.resources.ResourceLocation[] ids) - Specified by:
removein interfaceRemoveCategoriesKubeEvent
-