Class BlockIngredient.SetBlockIngredient.SetBlockIngredientType<T extends BlockIngredient<T>>
java.lang.Object
com.petrolpark.core.recipe.ingredient.BlockIngredient.SetBlockIngredient.SetBlockIngredientType<T>
- All Implemented Interfaces:
BlockIngredient.BlockIngredientType<T>
- Direct Known Subclasses:
BlockIngredient.IntersectionBlockIngredient.Type,BlockIngredient.UnionBlockIngredient.Type
- Enclosing class:
BlockIngredient.SetBlockIngredient<T extends BlockIngredient<T>>
protected abstract static class BlockIngredient.SetBlockIngredient.SetBlockIngredientType<T extends BlockIngredient<T>>
extends Object
implements BlockIngredient.BlockIngredientType<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Tcreate(BlockIngredient<?>[] values) read(net.minecraft.network.FriendlyByteBuf buffer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.petrolpark.core.recipe.ingredient.BlockIngredient.BlockIngredientType
getId
-
Constructor Details
-
SetBlockIngredientType
protected SetBlockIngredientType()
-
-
Method Details
-
read
- Specified by:
readin interfaceBlockIngredient.BlockIngredientType<T extends BlockIngredient<T>>
-
create
-