Package de.cech12.bucketlib.api.crafting
Class BlockIngredient
java.lang.Object
net.minecraft.world.item.crafting.Ingredient
net.minecraftforge.common.crafting.ingredients.AbstractIngredient
de.cech12.bucketlib.api.crafting.BlockIngredient
- All Implemented Interfaces:
Predicate<net.minecraft.world.item.ItemStack>
public class BlockIngredient
extends net.minecraftforge.common.crafting.ingredients.AbstractIngredient
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.item.crafting.Ingredient
net.minecraft.world.item.crafting.Ingredient.ItemValue, net.minecraft.world.item.crafting.Ingredient.TagValue, net.minecraft.world.item.crafting.Ingredient.Value -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final net.minecraft.world.level.block.Blockstatic final com.mojang.serialization.Codec<BlockIngredient>static final net.minecraftforge.common.crafting.ingredients.IIngredientSerializer<BlockIngredient>protected final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>Fields inherited from class net.minecraft.world.item.crafting.Ingredient
CODEC_NONEMPTY, EMPTY, VANILLA_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionBlockIngredient(Optional<net.minecraft.resources.ResourceLocation> blockOptional, Optional<net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>> tagOptional) BlockIngredient(net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> tag) BlockIngredient(net.minecraft.world.level.block.Block block) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ItemStack[]getItems()protected voidbooleanisEmpty()booleanisSimple()net.minecraftforge.common.crafting.ingredients.IIngredientSerializer<? extends net.minecraft.world.item.crafting.Ingredient>booleantest(net.minecraft.world.item.ItemStack itemStack) Methods inherited from class net.minecraftforge.common.crafting.ingredients.AbstractIngredient
fromNetwork, fromValues, of, of, of, of, ofMethods inherited from class net.minecraft.world.item.crafting.Ingredient
checkInvalidation, equals, getStackingIds, invalidateAll, isVanilla, markValid, toNetwork, toString
-
Field Details
-
block
protected final net.minecraft.world.level.block.Block block -
tag
protected final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> tag -
CODEC
-
SERIALIZER
public static final net.minecraftforge.common.crafting.ingredients.IIngredientSerializer<BlockIngredient> SERIALIZER
-
-
Constructor Details
-
BlockIngredient
-
BlockIngredient
public BlockIngredient(net.minecraft.world.level.block.Block block) -
BlockIngredient
public BlockIngredient(net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> tag)
-
-
Method Details
-
test
public boolean test(net.minecraft.world.item.ItemStack itemStack) -
getItems
@Nonnull public net.minecraft.world.item.ItemStack[] getItems()- Overrides:
getItemsin classnet.minecraft.world.item.crafting.Ingredient
-
isEmpty
public boolean isEmpty()- Overrides:
isEmptyin classnet.minecraft.world.item.crafting.Ingredient
-
isSimple
public boolean isSimple()- Specified by:
isSimplein classnet.minecraftforge.common.crafting.ingredients.AbstractIngredient
-
invalidate
protected void invalidate()- Overrides:
invalidatein classnet.minecraft.world.item.crafting.Ingredient
-
serializer
@Nonnull public net.minecraftforge.common.crafting.ingredients.IIngredientSerializer<? extends net.minecraft.world.item.crafting.Ingredient> serializer()- Specified by:
serializerin classnet.minecraftforge.common.crafting.ingredients.AbstractIngredient
-