Uses of Record Class
net.minecraft.block.SuspiciousStewIngredient.class_8751
Packages that use SuspiciousStewIngredient.class_8751
Package
Description
-
Uses of SuspiciousStewIngredient.class_8751 in net.minecraft.block
Fields in net.minecraft.block with type parameters of type SuspiciousStewIngredient.class_8751Modifier and TypeFieldDescriptionprivate final List<SuspiciousStewIngredient.class_8751>
FlowerBlock.field_45775
static final com.mojang.serialization.Codec<SuspiciousStewIngredient.class_8751>
SuspiciousStewIngredient.class_8751.field_45782
static final com.mojang.serialization.Codec<List<SuspiciousStewIngredient.class_8751>>
SuspiciousStewIngredient.class_8751.field_45783
Methods in net.minecraft.block that return types with arguments of type SuspiciousStewIngredient.class_8751Modifier and TypeMethodDescriptionFlowerBlock.method_53233()
SuspiciousStewIngredient.method_53233()
-
Uses of SuspiciousStewIngredient.class_8751 in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type SuspiciousStewIngredient.class_8751Methods in net.minecraft.entity.passive that return types with arguments of type SuspiciousStewIngredient.class_8751Modifier and TypeMethodDescriptionprivate Optional<List<SuspiciousStewIngredient.class_8751>>
MooshroomEntity.getStewEffectFrom
(ItemStack flower) -
Uses of SuspiciousStewIngredient.class_8751 in net.minecraft.item
Method parameters in net.minecraft.item with type arguments of type SuspiciousStewIngredient.class_8751Modifier and TypeMethodDescriptionstatic void
SuspiciousStewItem.addEffectToStew
(ItemStack stew, List<SuspiciousStewIngredient.class_8751> list) private static void
SuspiciousStewItem.forEachEffect
(ItemStack stew, Consumer<SuspiciousStewIngredient.class_8751> effectConsumer) static void
SuspiciousStewItem.method_53209
(ItemStack itemStack, List<SuspiciousStewIngredient.class_8751> list) -
Uses of SuspiciousStewIngredient.class_8751 in net.minecraft.village
Fields in net.minecraft.village with type parameters of type SuspiciousStewIngredient.class_8751Modifier and TypeFieldDescriptionprivate final List<SuspiciousStewIngredient.class_8751>
TradeOffers.SellSuspiciousStewFactory.field_45756
Constructor parameters in net.minecraft.village with type arguments of type SuspiciousStewIngredient.class_8751ModifierConstructorDescriptionSellSuspiciousStewFactory
(List<SuspiciousStewIngredient.class_8751> list, int int2, float float2)