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 net.minecraft.resources.ResourceLocationgetRegistryName(net.minecraft.world.item.alchemy.Potion internal) static booleanhasInstantEffects(net.minecraft.world.item.alchemy.Potion internal)
-
Constructor Details
-
ExpandPotion
public ExpandPotion()
-
-
Method Details
-
getRegistryName
public static net.minecraft.resources.ResourceLocation getRegistryName(net.minecraft.world.item.alchemy.Potion internal) -
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
-