Package net.minecraft.block
Interface SuspiciousStewIngredient
- All Known Implementing Classes:
FlowerBlock
,WitherRoseBlock
public interface SuspiciousStewIngredient
- Mappings:
Namespace Name official day
intermediary net/minecraft/class_7917
named net/minecraft/block/SuspiciousStewIngredient
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<SuspiciousStewIngredient>
getAll()
of
(ItemConvertible item)
-
Method Details
-
getStewEffects
List<SuspiciousStewIngredient.StewEffect> getStewEffects()- Mappings:
Namespace Name Mixin selector official a
Lday;a()Ljava/util/List;
intermediary method_53233
Lnet/minecraft/class_7917;method_53233()Ljava/util/List;
named getStewEffects
Lnet/minecraft/block/SuspiciousStewIngredient;getStewEffects()Ljava/util/List;
-
getAll
- Mappings:
Namespace Name Mixin selector official b
Lday;b()Ljava/util/List;
intermediary method_47379
Lnet/minecraft/class_7917;method_47379()Ljava/util/List;
named getAll
Lnet/minecraft/block/SuspiciousStewIngredient;getAll()Ljava/util/List;
-
of
- Mappings:
Namespace Name Mixin selector official a
Lday;a(Lcpu;)Lday;
intermediary method_47380
Lnet/minecraft/class_7917;method_47380(Lnet/minecraft/class_1935;)Lnet/minecraft/class_7917;
named of
Lnet/minecraft/block/SuspiciousStewIngredient;of(Lnet/minecraft/item/ItemConvertible;)Lnet/minecraft/block/SuspiciousStewIngredient;
-