Class REIRegisterFluidSubtypesKubeEvent
java.lang.Object
dev.latvian.mods.kubejs.integration.rei.REIRegisterFluidSubtypesKubeEvent
- All Implemented Interfaces:
KubeEvent,RegisterSubtypesKubeEvent
-
Constructor Summary
ConstructorsConstructorDescriptionREIRegisterFluidSubtypesKubeEvent(me.shedaniel.rei.api.common.entry.comparison.FluidComparatorRegistry 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
-
REIRegisterFluidSubtypesKubeEvent
public REIRegisterFluidSubtypesKubeEvent(me.shedaniel.rei.api.common.entry.comparison.FluidComparatorRegistry 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
-