Uses of Class
net.minecraft.world.item.alchemy.Potion
Package
Description
-
Uses of Potion in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionBrewedPotionTrigger.TriggerInstance.potion
The field for thepotion
record component.ItemPredicate.Builder.potion
ItemPredicate.potion
The field for thepotion
record component.Modifier and TypeMethodDescriptionBrewedPotionTrigger.TriggerInstance.potion()
Returns the value of thepotion
record component.ItemPredicate.potion()
Returns the value of thepotion
record component.Modifier and TypeMethodDescription -
Uses of Potion in net.minecraft.core.registries
Modifier and TypeFieldDescriptionstatic final DefaultedRegistry<Potion>
BuiltInRegistries.POTION
static final ResourceKey<Registry<Potion>>
Registries.POTION
-
Uses of Potion in net.minecraft.world.entity
-
Uses of Potion in net.minecraft.world.entity.npc
-
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
Modifier and TypeMethodDescriptionprivate static void
CreativeModeTabs.generatePotionEffectTypes
(CreativeModeTab.Output p_270129_, HolderLookup<Potion> p_270334_, Item p_270968_, CreativeModeTab.TabVisibility p_270778_) -
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 final Holder.Reference<Potion>
Potion.builtInRegistryHolder
static ResourceKey<Potion>
Potions.EMPTY_ID
private 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
private static Potion
Potions.register
(ResourceKey<Potion> p_270074_, Potion p_271009_) 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
private static Potion
Potions.register
(ResourceKey<Potion> p_270074_, Potion p_271009_) static ItemStack
Modifier and TypeMethodDescriptionprivate static Potion
Potions.register
(ResourceKey<Potion> p_270074_, Potion p_271009_) -
Uses of Potion in net.minecraft.world.level.storage.loot.functions
ModifierConstructorDescriptionprivate
SetPotionFunction
(List<LootItemCondition> p_299010_, Holder<Potion> p_298587_)