Package net.minecraft.block
Interface SuspiciousStewIngredient
- All Known Implementing Classes:
- EyeblossomBlock,- FlowerBlock,- WitherRoseBlock
public interface SuspiciousStewIngredient
- Mappings:
- Namespace - Name - named - net/minecraft/block/SuspiciousStewIngredient- intermediary - net/minecraft/class_7917- official - dru
- 
Method SummaryModifier and TypeMethodDescriptionstatic List<SuspiciousStewIngredient> getAll()of(ItemConvertible item) 
- 
Method Details- 
getStewEffectsSuspiciousStewEffectsComponent getStewEffects()- Mappings:
- Namespace - Name - Mixin selector - named - getStewEffects- Lnet/minecraft/block/SuspiciousStewIngredient;getStewEffects()Lnet/minecraft/component/type/SuspiciousStewEffectsComponent;- intermediary - method_53233- Lnet/minecraft/class_7917;method_53233()Lnet/minecraft/class_9298;- official - c- Ldru;c()Lczr;
 
- 
getAll- Mappings:
- Namespace - Name - Mixin selector - named - getAll- Lnet/minecraft/block/SuspiciousStewIngredient;getAll()Ljava/util/List;- intermediary - method_47379- Lnet/minecraft/class_7917;method_47379()Ljava/util/List;- official - d- Ldru;d()Ljava/util/List;
 
- 
of- Mappings:
- Namespace - Name - Mixin selector - named - of- Lnet/minecraft/block/SuspiciousStewIngredient;of(Lnet/minecraft/item/ItemConvertible;)Lnet/minecraft/block/SuspiciousStewIngredient;- intermediary - method_47380- Lnet/minecraft/class_7917;method_47380(Lnet/minecraft/class_1935;)Lnet/minecraft/class_7917;- official - a- Ldru;a(Ldgi;)Ldru;
 
 
-