Class REIRegisterItemSubtypesKubeEvent
java.lang.Object
dev.latvian.mods.kubejs.integration.rei.REIRegisterItemSubtypesKubeEvent
- All Implemented Interfaces:
KubeEvent,RegisterSubtypesKubeEvent
-
Constructor Summary
ConstructorsConstructorDescriptionREIRegisterItemSubtypesKubeEvent(me.shedaniel.rei.api.common.entry.comparison.ItemComparatorRegistry registry) -
Method Summary
Modifier and TypeMethodDescriptionvoidregister(dev.latvian.mods.rhino.Context cx, Object filter, SubtypeInterpreter interpreter) voiduseComponents(dev.latvian.mods.rhino.Context cx, Object filter, List<net.minecraft.core.component.DataComponentType<?>> components) 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, successMethods inherited from interface dev.latvian.mods.kubejs.recipe.viewer.RegisterSubtypesKubeEvent
useComponents
-
Constructor Details
-
REIRegisterItemSubtypesKubeEvent
public REIRegisterItemSubtypesKubeEvent(me.shedaniel.rei.api.common.entry.comparison.ItemComparatorRegistry registry)
-
-
Method Details
-
register
public void register(dev.latvian.mods.rhino.Context cx, Object filter, SubtypeInterpreter interpreter) - Specified by:
registerin interfaceRegisterSubtypesKubeEvent
-
useComponents
public void useComponents(dev.latvian.mods.rhino.Context cx, Object filter, List<net.minecraft.core.component.DataComponentType<?>> components) - Specified by:
useComponentsin interfaceRegisterSubtypesKubeEvent
-