Uses of Class
net.minecraft.world.item.alchemy.Potion
Packages that use Potion
Package
Description
-
Uses of Potion in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as PotionModifier and TypeFieldDescriptionprivate Potion
BrewedPotionTrigger.TriggerInstance.potion
private Potion
ItemPredicate.Builder.potion
private Potion
ItemPredicate.potion
Methods in net.minecraft.advancements.critereon with parameters of type PotionModifier and TypeMethodDescriptionboolean
void
BrewedPotionTrigger.trigger(ServerPlayer p_19121_, Potion p_19122_)
Constructors in net.minecraft.advancements.critereon with parameters of type PotionModifierConstructorDescriptionItemPredicate(Tag<Item> p_151429_, Set<Item> p_151430_, MinMaxBounds.Ints p_151431_, MinMaxBounds.Ints p_151432_, EnchantmentPredicate[] p_151433_, EnchantmentPredicate[] p_151434_, Potion p_151435_, NbtPredicate p_151436_)
TriggerInstance(EntityPredicate.Composite p_19139_, Potion p_19140_)
-
Uses of Potion in net.minecraft.core
Fields in net.minecraft.core with type parameters of type PotionModifier and TypeFieldDescriptionstatic DefaultedRegistry<Potion>
Registry.POTION
Deprecated.static ResourceKey<Registry<Potion>>
Registry.POTION_REGISTRY
-
Uses of Potion in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as PotionMethods in net.minecraft.world.entity that return PotionMethods in net.minecraft.world.entity with parameters of type Potion -
Uses of Potion in net.minecraft.world.entity.projectile
Fields in net.minecraft.world.entity.projectile declared as PotionMethods in net.minecraft.world.entity.projectile with parameters of type PotionModifier and TypeMethodDescriptionprivate void
ThrownPotion.makeAreaOfEffectCloud(ItemStack p_37538_, Potion p_37539_)
-
Uses of Potion in net.minecraft.world.item.alchemy
Fields in net.minecraft.world.item.alchemy declared as PotionModifier and TypeFieldDescriptionstatic Potion
Potions.AWKWARD
static Potion
Potions.EMPTY
static Potion
Potions.FIRE_RESISTANCE
static Potion
Potions.HARMING
static Potion
Potions.HEALING
static Potion
Potions.INVISIBILITY
static Potion
Potions.LEAPING
static Potion
Potions.LONG_FIRE_RESISTANCE
static Potion
Potions.LONG_INVISIBILITY
static Potion
Potions.LONG_LEAPING
static Potion
Potions.LONG_NIGHT_VISION
static Potion
Potions.LONG_POISON
static Potion
Potions.LONG_REGENERATION
static Potion
Potions.LONG_SLOW_FALLING
static Potion
Potions.LONG_SLOWNESS
static Potion
Potions.LONG_STRENGTH
static Potion
Potions.LONG_SWIFTNESS
static Potion
Potions.LONG_TURTLE_MASTER
static Potion
Potions.LONG_WATER_BREATHING
static Potion
Potions.LONG_WEAKNESS
static Potion
Potions.LUCK
static Potion
Potions.MUNDANE
static Potion
Potions.NIGHT_VISION
static Potion
Potions.POISON
static Potion
Potions.REGENERATION
static Potion
Potions.SLOW_FALLING
static Potion
Potions.SLOWNESS
static Potion
Potions.STRENGTH
static Potion
Potions.STRONG_HARMING
static Potion
Potions.STRONG_HEALING
static Potion
Potions.STRONG_LEAPING
static Potion
Potions.STRONG_POISON
static Potion
Potions.STRONG_REGENERATION
static Potion
Potions.STRONG_SLOWNESS
static Potion
Potions.STRONG_STRENGTH
static Potion
Potions.STRONG_SWIFTNESS
static Potion
Potions.STRONG_TURTLE_MASTER
static Potion
Potions.SWIFTNESS
static Potion
Potions.THICK
static Potion
Potions.TURTLE_MASTER
static Potion
Potions.WATER
static Potion
Potions.WATER_BREATHING
static Potion
Potions.WEAKNESS
Fields in net.minecraft.world.item.alchemy with type parameters of type PotionModifier and TypeFieldDescriptionprivate static List<PotionBrewing.Mix<Potion>>
PotionBrewing.POTION_MIXES
private ReverseTagWrapper<Potion>
Potion.reverseTags
Methods in net.minecraft.world.item.alchemy that return PotionModifier and TypeMethodDescriptionstatic Potion
static Potion
PotionUtils.getPotion(CompoundTag p_43578_)
static Potion
private static Potion
Methods in net.minecraft.world.item.alchemy with parameters of type PotionModifier and TypeMethodDescriptionprivate static void
static List<MobEffectInstance>
PotionUtils.getAllEffects(Potion p_43562_, Collection<MobEffectInstance> p_43563_)
static int
static boolean
PotionBrewing.isBrewablePotion(Potion p_43512_)
private static Potion
static ItemStack
Method parameters in net.minecraft.world.item.alchemy with type arguments of type Potion -
Uses of Potion in net.minecraftforge.debug.misc
Fields in net.minecraftforge.debug.misc with type parameters of type Potion -
Uses of Potion in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type PotionModifier and TypeFieldDescriptionstatic ResourceKey<Registry<Potion>>
ForgeRegistries.Keys.POTIONS
static IForgeRegistry<Potion>
ForgeRegistries.POTIONS