Class BiomeIngredientType
java.lang.Object
com.petrolpark.compat.jei.ingredient.BiomeIngredientType
- All Implemented Interfaces:
mezz.jei.api.ingredients.IIngredientType<net.minecraft.world.level.biome.Biome>
public class BiomeIngredientType
extends Object
implements mezz.jei.api.ingredients.IIngredientType<net.minecraft.world.level.biome.Biome>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BiomeIngredientType.Helperstatic final BiomeIngredientType.Rendererstatic final BiomeIngredientType -
Constructor Summary
Constructors -
Method Summary
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
-
BiomeIngredientType
public BiomeIngredientType()
-
-
Method Details
-
getIngredientClass
- Specified by:
getIngredientClassin interfacemezz.jei.api.ingredients.IIngredientType<net.minecraft.world.level.biome.Biome>
-