Class ExpandPotion
java.lang.Object
com.blamejared.crafttweaker.natives.item.alchemy.ExpandPotion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCommandString(net.minecraft.world.item.alchemy.Potion internal) static List<net.minecraft.world.effect.MobEffectInstance>getEffects(net.minecraft.world.item.alchemy.Potion internal) static Stringstatic booleanhasInstantEffects(net.minecraft.world.item.alchemy.Potion internal)
-
Constructor Details
-
ExpandPotion
public ExpandPotion()
-
-
Method Details
-
getName
-
getEffects
public static List<net.minecraft.world.effect.MobEffectInstance> getEffects(net.minecraft.world.item.alchemy.Potion internal) -
hasInstantEffects
public static boolean hasInstantEffects(net.minecraft.world.item.alchemy.Potion internal) -
getCommandString
-