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

public static class BlenderRecipeEvent.IsPossible extends BlenderRecipeEvent
Check if a Recipe (of potentially any RecipeType) can be done in a Blender. Fired on NeoForge event bus.
  • 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()