Uses of Class
net.minecraft.potion.Potion
-
-
Uses of Potion in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as Potion Modifier and Type Field Description private PotionBrewedPotionTrigger.Instance. potionprivate PotionItemPredicate.Builder. potionprivate PotionItemPredicate. potionMethods in net.minecraft.advancements.criterion with parameters of type Potion Modifier and Type Method Description booleanBrewedPotionTrigger.Instance. matches(Potion p_192250_1_)voidBrewedPotionTrigger. trigger(ServerPlayerEntity p_192173_1_, Potion p_192173_2_)Constructors in net.minecraft.advancements.criterion with parameters of type Potion Constructor Description Instance(EntityPredicate.AndPredicate p_i231487_1_, Potion p_i231487_2_)ItemPredicate(ITag<Item> p_i225740_1_, Item p_i225740_2_, MinMaxBounds.IntBound p_i225740_3_, MinMaxBounds.IntBound p_i225740_4_, EnchantmentPredicate[] p_i225740_5_, EnchantmentPredicate[] p_i225740_6_, Potion p_i225740_7_, NBTPredicate p_i225740_8_) -
Uses of Potion in net.minecraft.entity
Fields in net.minecraft.entity declared as Potion Modifier and Type Field Description private PotionAreaEffectCloudEntity. potionMethods in net.minecraft.entity with parameters of type Potion Modifier and Type Method Description voidAreaEffectCloudEntity. setPotion(Potion p_184484_1_) -
Uses of Potion in net.minecraft.entity.projectile
Fields in net.minecraft.entity.projectile declared as Potion Modifier and Type Field Description private PotionArrowEntity. potionMethods in net.minecraft.entity.projectile with parameters of type Potion Modifier and Type Method Description private voidPotionEntity. makeAreaOfEffectCloud(ItemStack p_190542_1_, Potion p_190542_2_) -
Uses of Potion in net.minecraft.potion
Fields in net.minecraft.potion with type parameters of type Potion Modifier and Type Field Description private static java.util.List<PotionBrewing.MixPredicate<Potion>>PotionBrewing. POTION_MIXESprivate ReverseTagWrapper<Potion>Potion. reverseTagsMethods in net.minecraft.potion that return Potion Modifier and Type Method Description static PotionPotion. byName(java.lang.String p_185168_0_)static PotionPotionUtils. getPotion(ItemStack p_185191_0_)static PotionPotionUtils. getPotion(CompoundNBT p_185187_0_)private static PotionPotions. register(java.lang.String p_222125_0_, Potion p_222125_1_)Methods in net.minecraft.potion with parameters of type Potion Modifier and Type Method Description private static voidPotionBrewing. addMix(Potion p_193357_0_, Item p_193357_1_, Potion p_193357_2_)static java.util.List<EffectInstance>PotionUtils. getAllEffects(Potion p_185186_0_, java.util.Collection<EffectInstance> p_185186_1_)static intPotionUtils. getColor(Potion p_185183_0_)static booleanPotionBrewing. isBrewablePotion(Potion p_222124_0_)private static PotionPotions. register(java.lang.String p_222125_0_, Potion p_222125_1_)static ItemStackPotionUtils. setPotion(ItemStack p_185188_0_, Potion p_185188_1_)Method parameters in net.minecraft.potion with type arguments of type Potion Modifier and Type Method Description booleanPotion. isIn(ITag<Potion> tag) -
Uses of Potion in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type Potion Modifier and Type Field Description static DefaultedRegistry<Potion>Registry. POTIONDeprecated.static RegistryKey<Registry<Potion>>Registry. POTION_REGISTRY -
Uses of Potion in net.minecraftforge.debug.misc
Fields in net.minecraftforge.debug.misc with type parameters of type Potion Modifier and Type Field Description private static ITag.INamedTag<Potion>CustomTagTypesTest. DAMAGE -
Uses of Potion in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type Potion Modifier and Type Field Description static IForgeRegistry<Potion>ForgeRegistries. POTION_TYPESstatic RegistryKey<Registry<Potion>>ForgeRegistries.Keys. POTIONS
-