Interface RemoveRecipesKubeEvent
- All Superinterfaces:
KubeEvent
- All Known Implementing Classes:
JEIRemoveRecipesKubeEvent,REIRemoveRecipeKubeEvent,ServerRemoveRecipesKubeEvent
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidremove(dev.latvian.mods.rhino.Context cx, net.minecraft.resources.ResourceLocation[] recipesToRemove) voidremoveFromCategory(dev.latvian.mods.rhino.Context cx, @Nullable net.minecraft.resources.ResourceLocation category, net.minecraft.resources.ResourceLocation[] recipesToRemove) Methods inherited from interface dev.latvian.mods.kubejs.event.KubeEvent
afterPosted, cancel, cancel, defaultExitValue, exit, exit, getExitValueType, mapExitValue, success, success
-
Method Details
-
remove
default void remove(dev.latvian.mods.rhino.Context cx, net.minecraft.resources.ResourceLocation[] recipesToRemove) -
removeFromCategory
void removeFromCategory(dev.latvian.mods.rhino.Context cx, @Nullable @Nullable net.minecraft.resources.ResourceLocation category, net.minecraft.resources.ResourceLocation[] recipesToRemove)
-