Package net.minecraft.potion
Class PotionUtils
- java.lang.Object
-
- net.minecraft.potion.PotionUtils
-
public class PotionUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static IFormattableTextComponentNO_EFFECT
-
Constructor Summary
Constructors Constructor Description PotionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddPotionTooltip(ItemStack p_185182_0_, java.util.List<ITextComponent> p_185182_1_, float p_185182_2_)static java.util.List<EffectInstance>getAllEffects(CompoundNBT p_185185_0_)static java.util.List<EffectInstance>getAllEffects(Potion p_185186_0_, java.util.Collection<EffectInstance> p_185186_1_)static intgetColor(java.util.Collection<EffectInstance> p_185181_0_)static intgetColor(ItemStack p_190932_0_)static intgetColor(Potion p_185183_0_)static java.util.List<EffectInstance>getCustomEffects(ItemStack p_185190_0_)static java.util.List<EffectInstance>getCustomEffects(CompoundNBT p_185192_0_)static voidgetCustomEffects(CompoundNBT p_185193_0_, java.util.List<EffectInstance> p_185193_1_)static java.util.List<EffectInstance>getMobEffects(ItemStack p_185189_0_)static PotiongetPotion(ItemStack p_185191_0_)static PotiongetPotion(CompoundNBT p_185187_0_)static ItemStacksetCustomEffects(ItemStack p_185184_0_, java.util.Collection<EffectInstance> p_185184_1_)static ItemStacksetPotion(ItemStack p_185188_0_, Potion p_185188_1_)
-
-
-
Field Detail
-
NO_EFFECT
private static final IFormattableTextComponent NO_EFFECT
-
-
Method Detail
-
getMobEffects
public static java.util.List<EffectInstance> getMobEffects(ItemStack p_185189_0_)
-
getAllEffects
public static java.util.List<EffectInstance> getAllEffects(Potion p_185186_0_, java.util.Collection<EffectInstance> p_185186_1_)
-
getAllEffects
public static java.util.List<EffectInstance> getAllEffects(@Nullable CompoundNBT p_185185_0_)
-
getCustomEffects
public static java.util.List<EffectInstance> getCustomEffects(ItemStack p_185190_0_)
-
getCustomEffects
public static java.util.List<EffectInstance> getCustomEffects(@Nullable CompoundNBT p_185192_0_)
-
getCustomEffects
public static void getCustomEffects(@Nullable CompoundNBT p_185193_0_, java.util.List<EffectInstance> p_185193_1_)
-
getColor
public static int getColor(ItemStack p_190932_0_)
-
getColor
public static int getColor(Potion p_185183_0_)
-
getColor
public static int getColor(java.util.Collection<EffectInstance> p_185181_0_)
-
getPotion
public static Potion getPotion(@Nullable CompoundNBT p_185187_0_)
-
setCustomEffects
public static ItemStack setCustomEffects(ItemStack p_185184_0_, java.util.Collection<EffectInstance> p_185184_1_)
-
addPotionTooltip
public static void addPotionTooltip(ItemStack p_185182_0_, java.util.List<ITextComponent> p_185182_1_, float p_185182_2_)
-
-