Uses of Class
net.minecraft.potion.Potion
Packages that use Potion
Package
Description
-
Uses of Potion in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as PotionModifier and TypeFieldDescriptionprivate final Potion
BrewedPotionTrigger.Instance.potion
private Potion
ItemPredicate.Builder.potion
private final Potion
ItemPredicate.potion
Methods in net.minecraft.advancements.criterion with parameters of type PotionModifier and TypeMethodDescriptionboolean
void
BrewedPotionTrigger.trigger
(ServerPlayerEntity p_192173_1_, Potion p_192173_2_) Constructors in net.minecraft.advancements.criterion with parameters of type PotionModifierConstructorDescriptionInstance
(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 PotionMethods in net.minecraft.entity with parameters of type Potion -
Uses of Potion in net.minecraft.entity.projectile
Fields in net.minecraft.entity.projectile declared as PotionMethods in net.minecraft.entity.projectile with parameters of type PotionModifier and TypeMethodDescriptionprivate void
PotionEntity.makeAreaOfEffectCloud
(ItemStack p_190542_1_, Potion p_190542_2_) -
Uses of Potion in net.minecraft.potion
Fields in net.minecraft.potion 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.potion with type parameters of type PotionModifier and TypeFieldDescriptionprivate static final List<PotionBrewing.MixPredicate<Potion>>
PotionBrewing.POTION_MIXES
private final ReverseTagWrapper<Potion>
Potion.reverseTags
Methods in net.minecraft.potion that return PotionModifier and TypeMethodDescriptionstatic Potion
static Potion
static Potion
PotionUtils.getPotion
(CompoundNBT p_185187_0_) private static Potion
Methods in net.minecraft.potion with parameters of type PotionModifier and TypeMethodDescriptionprivate static void
static List<EffectInstance>
PotionUtils.getAllEffects
(Potion p_185186_0_, Collection<EffectInstance> p_185186_1_) static int
static boolean
PotionBrewing.isBrewablePotion
(Potion p_222124_0_) private static Potion
static ItemStack
Method parameters in net.minecraft.potion with type arguments of type Potion -
Uses of Potion in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type PotionModifier and TypeFieldDescriptionstatic final DefaultedRegistry<Potion>
Registry.POTION
Deprecated.static final 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 PotionModifier and TypeFieldDescriptionprivate static final ITag.INamedTag<Potion>
CustomTagTypesTest.DAMAGE
-
Uses of Potion in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type PotionModifier and TypeFieldDescriptionstatic final IForgeRegistry<Potion>
ForgeRegistries.POTION_TYPES
static final RegistryKey<Registry<Potion>>
ForgeRegistries.Keys.POTIONS