net.minecraft.potion

public class PotionUtils

auv
net.minecraft.class_2698
net.minecraft.potion.PotionUtils
net.minecraft.potion.PotionUtils
net.minecraft.potion.PotionUtils

Method summary

Modifier and TypeMethod
public static List<StatusEffectInstance>
a(ate arg0)
method_11430(class_1071 arg0)
getPotionEffects(ItemStack item)
func_185189_a(ItemStack arg0)
getEffectsFromStack(ItemStack stack)
public static List<StatusEffectInstance>
a(aut arg0, Collection<aek> arg1)
method_11435(class_2695 arg0, Collection<class_861> arg1)
getPotionEffects(Potion potion, Collection<StatusEffectInstance> statusEffects)
func_185186_a(PotionType arg0, Collection<PotionEffect> arg1)
mergeEffects(PotionType potionIn, Collection<PotionEffect> effects)
public static List<StatusEffectInstance>
a(gy arg0)
method_11436(class_322 arg0)
getPotionEffects(NbtCompound nbt)
func_185185_a(NBTTagCompound arg0)
getEffectsFromTag(NBTTagCompound tag)
public static List<StatusEffectInstance>
b(ate arg0)
method_11439(class_1071 arg0)
getCustomPotionEffects(ItemStack item)
func_185190_b(ItemStack arg0)
getFullEffectsFromItem(ItemStack itemIn)
public static List<StatusEffectInstance>
b(gy arg0)
method_11440(class_322 arg0)
getCustomPotionEffects(NbtCompound nbt)
func_185192_b(NBTTagCompound arg0)
getFullEffectsFromTag(NBTTagCompound tag)
public static void
a(gy arg0, List<aek> arg1)
method_11437(class_322 arg0, List<class_861> arg1)
getPotionEffects(NbtCompound nbt, List<StatusEffectInstance> statusEffects)
func_185193_a(NBTTagCompound arg0, List<PotionEffect> arg1)
addCustomPotionEffectToList(NBTTagCompound tag, List<PotionEffect> effectList)
public static int
c(ate arg0)
method_13668(class_1071 arg0)
getColor(ItemStack stack)
func_190932_c(ItemStack arg0)
getColor(ItemStack arg0)
public static int
a(aut arg0)
method_11434(class_2695 arg0)
getColor(Potion potion)
func_185183_a(PotionType arg0)
getPotionColor(PotionType potionIn)
public static int
a(Collection<aek> arg0)
method_11438(Collection<class_861> arg0)
getColor(Collection<StatusEffectInstance> effects)
func_185181_a(Collection<PotionEffect> arg0)
getPotionColorFromEffectList(Collection<PotionEffect> effects)
public static Potion
d(ate arg0)
method_11441(class_1071 arg0)
getPotion(ItemStack item)
func_185191_c(ItemStack arg0)
getPotionFromItem(ItemStack itemIn)
public static Potion
c(gy arg0)
method_11442(class_322 arg0)
getPotion(NbtCompound nbt)
func_185187_c(NBTTagCompound arg0)
getPotionTypeFromNBT(NBTTagCompound tag)
public static ItemStack
a(ate arg0, aut arg1)
method_11431(class_1071 arg0, class_2695 arg1)
setPotion(ItemStack item, Potion potion)
func_185188_a(ItemStack arg0, PotionType arg1)
addPotionToItemStack(ItemStack itemIn, PotionType potionIn)
public static ItemStack
a(ate arg0, Collection<aek> arg1)
method_11432(class_1071 arg0, Collection<class_861> arg1)
setCustomPotionEffects(ItemStack item, Collection<StatusEffectInstance> effects)
func_185184_a(ItemStack arg0, Collection<PotionEffect> arg1)
appendEffects(ItemStack itemIn, Collection<PotionEffect> effects)
public static void
a(ate arg0, List<ij> arg1, float arg2)
method_11433(class_1071 arg0, List<class_1982> arg1, float arg2)
buildTooltip(ItemStack item, List<Text> tooltip, float durationMultiplier)
func_185182_a(ItemStack arg0, List<ITextComponent> arg1, float arg2)
addPotionTooltip(ItemStack itemIn, List<ITextComponent> lores, float durationFactor)