Package net.minecraft.potion
Class PotionUtils
java.lang.Object
net.minecraft.potion.PotionUtils
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addPotionTooltip
(ItemStack p_185182_0_, List<ITextComponent> p_185182_1_, float p_185182_2_) static List<EffectInstance>
getAllEffects
(CompoundNBT p_185185_0_) static List<EffectInstance>
getAllEffects
(Potion p_185186_0_, Collection<EffectInstance> p_185186_1_) static int
getColor
(Collection<EffectInstance> p_185181_0_) static int
static int
static List<EffectInstance>
getCustomEffects
(ItemStack p_185190_0_) static List<EffectInstance>
getCustomEffects
(CompoundNBT p_185192_0_) static void
getCustomEffects
(CompoundNBT p_185193_0_, List<EffectInstance> p_185193_1_) static List<EffectInstance>
getMobEffects
(ItemStack p_185189_0_) static Potion
static Potion
getPotion
(CompoundNBT p_185187_0_) static ItemStack
setCustomEffects
(ItemStack p_185184_0_, Collection<EffectInstance> p_185184_1_) static ItemStack
-
Field Details
-
NO_EFFECT
-
-
Constructor Details
-
PotionUtils
public PotionUtils()
-
-
Method Details
-
getMobEffects
-
getAllEffects
public static List<EffectInstance> getAllEffects(Potion p_185186_0_, Collection<EffectInstance> p_185186_1_) -
getAllEffects
-
getCustomEffects
-
getCustomEffects
-
getCustomEffects
public static void getCustomEffects(@Nullable CompoundNBT p_185193_0_, List<EffectInstance> p_185193_1_) -
getColor
-
getColor
-
getColor
-
getPotion
-
getPotion
-
setPotion
-
setCustomEffects
public static ItemStack setCustomEffects(ItemStack p_185184_0_, Collection<EffectInstance> p_185184_1_) -
addPotionTooltip
public static void addPotionTooltip(ItemStack p_185182_0_, List<ITextComponent> p_185182_1_, float p_185182_2_)
-