Class BlockStateIngredientType

java.lang.Object
com.petrolpark.compat.jei.ingredient.BlockStateIngredientType
All Implemented Interfaces:
mezz.jei.api.ingredients.IIngredientType<net.minecraft.world.level.block.state.BlockState>

public class BlockStateIngredientType extends Object implements mezz.jei.api.ingredients.IIngredientType<net.minecraft.world.level.block.state.BlockState>
  • Field Details

  • Constructor Details

    • BlockStateIngredientType

      public BlockStateIngredientType()
  • Method Details

    • getIngredientClass

      public Class<? extends net.minecraft.world.level.block.state.BlockState> getIngredientClass()
      Specified by:
      getIngredientClass in interface mezz.jei.api.ingredients.IIngredientType<net.minecraft.world.level.block.state.BlockState>