Package com.petrolpark.recipe.ingredient
Class BlockIngredient.SetBlockIngredient<T extends BlockIngredient<T>>
java.lang.Object
com.petrolpark.recipe.ingredient.BlockIngredient.SetBlockIngredient<T>
- All Implemented Interfaces:
BlockIngredient<T>
- Direct Known Subclasses:
BlockIngredient.IntersectionBlockIngredient,BlockIngredient.UnionBlockIngredient
- Enclosing interface:
- BlockIngredient<T extends BlockIngredient<T>>
public abstract static class BlockIngredient.SetBlockIngredient<T extends BlockIngredient<T>>
extends Object
implements BlockIngredient<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classNested classes/interfaces inherited from interface com.petrolpark.recipe.ingredient.BlockIngredient
BlockIngredient.BlockIngredientType<T extends BlockIngredient<T>>, BlockIngredient.BlockTagIngredient, BlockIngredient.ImpossibleBlockIngredient, BlockIngredient.IntersectionBlockIngredient, BlockIngredient.Registry, BlockIngredient.SetBlockIngredient<T extends BlockIngredient<T>>, BlockIngredient.SingleBlockIngredient, BlockIngredient.UnionBlockIngredient -
Field Summary
FieldsFields inherited from interface com.petrolpark.recipe.ingredient.BlockIngredient
IMPOSSIBLE -
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 com.petrolpark.recipe.ingredient.BlockIngredient
getDisplayedItemStacks, getType, isValid
-
Field Details
-
values
-
-
Constructor Details
-
SetBlockIngredient
-
-
Method Details
-
write
public void write(net.minecraft.network.FriendlyByteBuf buffer) - Specified by:
writein interfaceBlockIngredient<T extends BlockIngredient<T>>
-