Uses of Class
net.minecraft.potion.Potion
Package
Description
-
Uses of Potion in net.minecraft.advancements.criterion
Modifier and TypeFieldDescriptionprivate final Potion
BrewedPotionTrigger.Instance.potion
private Potion
ItemPredicate.Builder.potion
private final Potion
ItemPredicate.potion
Modifier and TypeMethodDescriptionboolean
void
BrewedPotionTrigger.trigger
(ServerPlayerEntity p_192173_1_, Potion p_192173_2_) ModifierConstructorDescriptionInstance
(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
-
Uses of Potion in net.minecraft.entity.projectile
Modifier and TypeMethodDescriptionprivate void
PotionEntity.makeAreaOfEffectCloud
(ItemStack p_190542_1_, Potion p_190542_2_) -
Uses of Potion in net.minecraft.potion
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.MixPredicate<Potion>>
PotionBrewing.POTION_MIXES
private final ReverseTagWrapper<Potion>
Potion.reverseTags
Modifier and TypeMethodDescriptionstatic Potion
static Potion
static Potion
PotionUtils.getPotion
(CompoundNBT p_185187_0_) private static Potion
Modifier 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
-
Uses of Potion in net.minecraft.util.registry
Modifier and TypeFieldDescriptionstatic final DefaultedRegistry<Potion>
Registry.POTION
Deprecated.static final RegistryKey<Registry<Potion>>
Registry.POTION_REGISTRY
-
Uses of Potion in net.minecraftforge.debug.misc
Modifier and TypeFieldDescriptionprivate static final ITag.INamedTag<Potion>
CustomTagTypesTest.DAMAGE
-
Uses of Potion in net.minecraftforge.registries
Modifier and TypeFieldDescriptionstatic final IForgeRegistry<Potion>
ForgeRegistries.POTION_TYPES
static final RegistryKey<Registry<Potion>>
ForgeRegistries.Keys.POTIONS