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 with type parameters of type PotionModifier and TypeFieldDescriptionBrewedPotionTrigger.TriggerInstance.potion
The field for thepotion
record component.ItemPredicate.Builder.potion
ItemPredicate.potion
The field for thepotion
record component.Methods in net.minecraft.advancements.critereon that return types with arguments of type PotionModifier and TypeMethodDescriptionBrewedPotionTrigger.TriggerInstance.potion()
Returns the value of thepotion
record component.ItemPredicate.potion()
Returns the value of thepotion
record component.Methods in net.minecraft.advancements.critereon with parameters of type PotionModifier and TypeMethodDescriptionMethod parameters in net.minecraft.advancements.critereon with type arguments of type Potion -
Uses of Potion in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type PotionModifier and TypeFieldDescriptionstatic final DefaultedRegistry<Potion>
BuiltInRegistries.POTION
Deprecated.static final ResourceKey<Registry<Potion>>
Registries.POTION
-
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.npc
Methods in net.minecraft.world.entity.npc 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
Method parameters in net.minecraft.world.item with type arguments of type PotionModifier 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
Fields in net.minecraft.world.item.alchemy declared as PotionModifier 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
Fields in net.minecraft.world.item.alchemy with type parameters of type PotionModifier and TypeFieldDescriptionprivate final Holder.Reference<Potion>
Potion.builtInRegistryHolder
static ResourceKey<Potion>
Potions.EMPTY_ID
private static final List<PotionBrewing.Mix<Potion>>
PotionBrewing.POTION_MIXES
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
private static Potion
Potions.register
(ResourceKey<Potion> p_270074_, Potion p_271009_) Methods in net.minecraft.world.item.alchemy that return types with arguments of type PotionMethods 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
private static Potion
Potions.register
(ResourceKey<Potion> p_270074_, Potion p_271009_) static ItemStack
Method parameters in net.minecraft.world.item.alchemy with type arguments of type PotionModifier and TypeMethodDescriptionprivate static Potion
Potions.register
(ResourceKey<Potion> p_270074_, Potion p_271009_) -
Uses of Potion in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions with type parameters of type PotionMethods in net.minecraft.world.level.storage.loot.functions with parameters of type PotionConstructor parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type PotionModifierConstructorDescriptionprivate
SetPotionFunction
(List<LootItemCondition> p_297236_, Holder<Potion> p_300134_) -
Uses of Potion in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type PotionModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<Potion>>
ForgeRegistries.Keys.POTIONS
static final IForgeRegistry<Potion>
ForgeRegistries.POTIONS
ForgeRegistries.POTIONS
instead.