Class BlenderRecipeEvent.IsPossible
java.lang.Object
net.neoforged.bus.api.Event
com.petrolpark.compat.create.common.processing.blender.BlenderRecipeEvent
com.petrolpark.compat.create.common.processing.blender.BlenderRecipeEvent.IsPossible
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
BlenderRecipeEvent
Check if a Recipe (of potentially any RecipeType) can be done in a 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
-
possible
protected boolean possible
-
-
Constructor Details
-
IsPossible
public IsPossible(net.minecraft.world.item.crafting.Recipe<?> recipe)
-
-
Method Details
-
isPossible
public boolean isPossible() -
setPossible
public void setPossible()
-