Uses of Class
net.minecraft.potion.Potion
Package
Description
-
Uses of Potion in net.minecraft.advancement.criterion
Modifier and TypeMethodDescriptionboolean
void
BrewedPotionCriterion.trigger(ServerPlayerEntity player, Potion potion)
ModifierConstructorDescriptionConditions(EntityPredicate.Extended player, @Nullable Potion potion)
-
Uses of Potion in net.minecraft.entity
-
Uses of Potion in net.minecraft.entity.projectile
-
Uses of Potion in net.minecraft.entity.projectile.thrown
Modifier and TypeMethodDescriptionprivate void
PotionEntity.applyLingeringPotion(ItemStack stack, Potion potion)
-
Uses of Potion in net.minecraft.potion
Modifier and TypeFieldDescriptionstatic Potion
Potions.AWKWARD
static Potion
Potions.EMPTY
static Potion
Potions.FIRE_RESISTANCE
static Potion
Potions.HARMING
static Potion
Potions.HEALING
static Potion
Potions.INVISIBILITY
static Potion
Potions.LEAPING
static Potion
Potions.LONG_FIRE_RESISTANCE
static Potion
Potions.LONG_INVISIBILITY
static Potion
Potions.LONG_LEAPING
static Potion
Potions.LONG_NIGHT_VISION
static Potion
Potions.LONG_POISON
static Potion
Potions.LONG_REGENERATION
static Potion
Potions.LONG_SLOW_FALLING
static Potion
Potions.LONG_SLOWNESS
static Potion
Potions.LONG_STRENGTH
static Potion
Potions.LONG_SWIFTNESS
static Potion
Potions.LONG_TURTLE_MASTER
static Potion
Potions.LONG_WATER_BREATHING
static Potion
Potions.LONG_WEAKNESS
static Potion
Potions.LUCK
static Potion
Potions.MUNDANE
static Potion
Potions.NIGHT_VISION
static Potion
Potions.POISON
static Potion
Potions.REGENERATION
static Potion
Potions.SLOW_FALLING
static Potion
Potions.SLOWNESS
static Potion
Potions.STRENGTH
static Potion
Potions.STRONG_HARMING
static Potion
Potions.STRONG_HEALING
static Potion
Potions.STRONG_LEAPING
static Potion
Potions.STRONG_POISON
static Potion
Potions.STRONG_REGENERATION
static Potion
Potions.STRONG_SLOWNESS
static Potion
Potions.STRONG_STRENGTH
static Potion
Potions.STRONG_SWIFTNESS
static Potion
Potions.STRONG_TURTLE_MASTER
static Potion
Potions.SWIFTNESS
static Potion
Potions.THICK
static Potion
Potions.TURTLE_MASTER
static Potion
Potions.WATER
static Potion
Potions.WATER_BREATHING
static Potion
Potions.WEAKNESS
Modifier and TypeMethodDescriptionstatic Potion
static Potion
PotionUtil.getPotion(@Nullable NbtCompound compound)
static Potion
private static Potion
Modifier and TypeMethodDescriptionstatic int
static List<StatusEffectInstance>
PotionUtil.getPotionEffects(Potion potion, Collection<StatusEffectInstance> custom)
private static Potion
static ItemStack
-
Uses of Potion in net.minecraft.predicate.item
Modifier and TypeMethodDescriptionModifierConstructorDescriptionItemPredicate(@Nullable Tag<Item> tag, @Nullable Set<Item> set, NumberRange.IntRange count, NumberRange.IntRange durability, EnchantmentPredicate[] enchantments, EnchantmentPredicate[] storedEnchantments, @Nullable Potion potion, NbtPredicate nbt)
-
Uses of Potion in net.minecraft.recipe
Modifier and TypeFieldDescriptionprivate static List<BrewingRecipeRegistry.Recipe<Potion>>
BrewingRecipeRegistry.POTION_RECIPES
Modifier and TypeMethodDescriptionstatic boolean
BrewingRecipeRegistry.isBrewable(Potion potion)
private static void
BrewingRecipeRegistry.registerPotionRecipe(Potion input, Item item, Potion output)
-
Uses of Potion in net.minecraft.util.registry
Modifier and TypeFieldDescriptionstatic DefaultedRegistry<Potion>
Registry.POTION
static RegistryKey<Registry<Potion>>
Registry.POTION_KEY