Class BlenderRecipeEvent.Convert
java.lang.Object
net.neoforged.bus.api.Event
com.petrolpark.compat.create.common.processing.blender.BlenderRecipeEvent
com.petrolpark.compat.create.common.processing.blender.BlenderRecipeEvent.Convert
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
BlenderRecipeEvent
Given that a Recipe is
possible, convert into a better form for the Blender.
Fired on NeoForge event bus.-
Nested Class Summary
Nested classes/interfaces inherited from class com.petrolpark.compat.create.common.processing.blender.BlenderRecipeEvent
BlenderRecipeEvent.Convert, BlenderRecipeEvent.IsPossible -
Field Summary
FieldsFields inherited from class com.petrolpark.compat.create.common.processing.blender.BlenderRecipeEvent
recipe -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.petrolpark.compat.create.common.processing.blender.BlenderRecipeEvent
getRecipeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled
-
Field Details
-
converted
-
-
Constructor Details
-
Convert
public Convert(net.minecraft.world.item.crafting.Recipe<?> recipe)
-
-
Method Details
-
getConverted
-
convertTo
public void convertTo(net.minecraft.world.item.crafting.Recipe<?> recipe)
-