Package de.cech12.bucketlib.api.crafting
Class EntityIngredient
java.lang.Object
net.minecraft.world.item.crafting.Ingredient
net.minecraftforge.common.crafting.ingredients.AbstractIngredient
de.cech12.bucketlib.api.crafting.EntityIngredient
- All Implemented Interfaces:
Predicate<net.minecraft.world.item.ItemStack>
public class EntityIngredient
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 TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EntityIngredient>protected final net.minecraft.world.entity.EntityType<?>static final net.minecraftforge.common.crafting.ingredients.IIngredientSerializer<EntityIngredient>protected final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>>Fields inherited from class net.minecraft.world.item.crafting.Ingredient
CODEC_NONEMPTY, EMPTY, VANILLA_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionEntityIngredient(Optional<net.minecraft.resources.ResourceLocation> entityTypeOptional, Optional<net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>>> tagOptional) EntityIngredient(net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> tag) EntityIngredient(net.minecraft.world.entity.EntityType<?> entityType) -
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
-
entityType
protected final net.minecraft.world.entity.EntityType<?> entityType -
tag
protected final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> tag -
CODEC
-
SERIALIZER
public static final net.minecraftforge.common.crafting.ingredients.IIngredientSerializer<EntityIngredient> SERIALIZER
-
-
Constructor Details
-
EntityIngredient
-
EntityIngredient
public EntityIngredient(net.minecraft.world.entity.EntityType<?> entityType) -
EntityIngredient
public EntityIngredient(net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> 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
-