Package net.minecraft.potion
Class PotionBrewing.MixPredicate<T extends ForgeRegistryEntry<T>>
- java.lang.Object
-
- net.minecraft.potion.PotionBrewing.MixPredicate<T>
-
- Enclosing class:
- PotionBrewing
public static class PotionBrewing.MixPredicate<T extends ForgeRegistryEntry<T>> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description IRegistryDelegate<T>
from
private Ingredient
ingredient
IRegistryDelegate<T>
to
-
Constructor Summary
Constructors Constructor Description MixPredicate(T p_i47570_1_, Ingredient p_i47570_2_, T p_i47570_3_)
-
-
-
Field Detail
-
from
public final IRegistryDelegate<T extends ForgeRegistryEntry<T>> from
-
ingredient
private final Ingredient ingredient
-
to
public final IRegistryDelegate<T extends ForgeRegistryEntry<T>> to
-
-
Constructor Detail
-
MixPredicate
public MixPredicate(T p_i47570_1_, Ingredient p_i47570_2_, T p_i47570_3_)
-
-