Uses of Class
net.minecraft.world.item.alchemy.Potion
Package
Description
-
Uses of Potion in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionprivate final Potion
BrewedPotionTrigger.TriggerInstance.potion
private Potion
ItemPredicate.Builder.potion
private final Potion
ItemPredicate.potion
Modifier and TypeMethodDescriptionboolean
void
BrewedPotionTrigger.trigger
(ServerPlayer p_19121_, Potion p_19122_) ModifierConstructorDescriptionItemPredicate
(TagKey<Item> p_204137_, Set<Item> p_204138_, MinMaxBounds.Ints p_204139_, MinMaxBounds.Ints p_204140_, EnchantmentPredicate[] p_204141_, EnchantmentPredicate[] p_204142_, Potion p_204143_, NbtPredicate p_204144_) TriggerInstance
(EntityPredicate.Composite p_19139_, Potion p_19140_) -
Uses of Potion in net.minecraft.core
Modifier and TypeFieldDescriptionstatic final DefaultedRegistry<Potion>
Registry.POTION
Deprecated.static final ResourceKey<Registry<Potion>>
Registry.POTION_REGISTRY
-
Uses of Potion in net.minecraft.world.entity
-
Uses of Potion in net.minecraft.world.entity.projectile
Modifier and TypeMethodDescriptionprivate void
ThrownPotion.makeAreaOfEffectCloud
(ItemStack p_37538_, Potion p_37539_) -
Uses of Potion in net.minecraft.world.item.alchemy
Modifier and TypeFieldDescriptionstatic final Potion
Potions.AWKWARD
static final Potion
Potions.EMPTY
static final Potion
Potions.FIRE_RESISTANCE
static final Potion
Potions.HARMING
static final Potion
Potions.HEALING
static final Potion
Potions.INVISIBILITY
static final Potion
Potions.LEAPING
static final Potion
Potions.LONG_FIRE_RESISTANCE
static final Potion
Potions.LONG_INVISIBILITY
static final Potion
Potions.LONG_LEAPING
static final Potion
Potions.LONG_NIGHT_VISION
static final Potion
Potions.LONG_POISON
static final Potion
Potions.LONG_REGENERATION
static final Potion
Potions.LONG_SLOW_FALLING
static final Potion
Potions.LONG_SLOWNESS
static final Potion
Potions.LONG_STRENGTH
static final Potion
Potions.LONG_SWIFTNESS
static final Potion
Potions.LONG_TURTLE_MASTER
static final Potion
Potions.LONG_WATER_BREATHING
static final Potion
Potions.LONG_WEAKNESS
static final Potion
Potions.LUCK
static final Potion
Potions.MUNDANE
static final Potion
Potions.NIGHT_VISION
static final Potion
Potions.POISON
static final Potion
Potions.REGENERATION
static final Potion
Potions.SLOW_FALLING
static final Potion
Potions.SLOWNESS
static final Potion
Potions.STRENGTH
static final Potion
Potions.STRONG_HARMING
static final Potion
Potions.STRONG_HEALING
static final Potion
Potions.STRONG_LEAPING
static final Potion
Potions.STRONG_POISON
static final Potion
Potions.STRONG_REGENERATION
static final Potion
Potions.STRONG_SLOWNESS
static final Potion
Potions.STRONG_STRENGTH
static final Potion
Potions.STRONG_SWIFTNESS
static final Potion
Potions.STRONG_TURTLE_MASTER
static final Potion
Potions.SWIFTNESS
static final Potion
Potions.THICK
static final Potion
Potions.TURTLE_MASTER
static final Potion
Potions.WATER
static final Potion
Potions.WATER_BREATHING
static final Potion
Potions.WEAKNESS
Modifier and TypeFieldDescriptionprivate static final List<PotionBrewing.Mix<Potion>>
PotionBrewing.POTION_MIXES
Modifier and TypeMethodDescriptionstatic Potion
static Potion
PotionUtils.getPotion
(CompoundTag p_43578_) static Potion
private static Potion
Modifier 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
-
Uses of Potion in net.minecraft.world.level.storage.loot.functions
ModifierConstructorDescription(package private)
SetPotionFunction
(LootItemCondition[] p_193069_, Potion p_193070_) -
Uses of Potion in net.minecraftforge.registries
Modifier and TypeFieldDescriptionstatic final ResourceKey<Registry<Potion>>
ForgeRegistries.Keys.POTIONS
static final IForgeRegistry<Potion>
ForgeRegistries.POTIONS