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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BlockStateIngredientType.Helperstatic final BlockStateIngredientType.Rendererstatic final BlockStateIngredientType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends net.minecraft.world.level.block.state.BlockState> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.ingredients.IIngredientType
castIngredient, getCastIngredient, getUid
-
Field Details
-
TYPE
-
HELPER
-
RENDERER
-
-
Constructor Details
-
BlockStateIngredientType
public BlockStateIngredientType()
-
-
Method Details
-
getIngredientClass
- Specified by:
getIngredientClassin interfacemezz.jei.api.ingredients.IIngredientType<net.minecraft.world.level.block.state.BlockState>
-