Uses of Class
net.minecraft.potion.Potion
Package
Description
-
Uses of Potion in net.minecraft.advancement.criterion
Modifier and TypeFieldDescriptionprivate final Optional<RegistryEntry<Potion>>
BrewedPotionCriterion.Conditions.potion
The field for thepotion
record component.Modifier and TypeMethodDescriptionBrewedPotionCriterion.Conditions.potion()
Returns the value of thepotion
record component.Modifier and TypeMethodDescriptionboolean
BrewedPotionCriterion.Conditions.matches
(RegistryEntry<Potion> potion) void
BrewedPotionCriterion.trigger
(ServerPlayerEntity player, RegistryEntry<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.item
Modifier and TypeMethodDescriptionprivate static void
ItemGroups.addPotions
(ItemGroup.Entries entries, RegistryWrapper<Potion> registryWrapper, Item item, ItemGroup.StackVisibility visibility) -
Uses of Potion in net.minecraft.loot.function
Modifier and TypeFieldDescriptionprivate final RegistryEntry<Potion>
SetPotionLootFunction.potion
ModifierConstructorDescriptionprivate
SetPotionLootFunction
(List<LootCondition> conditions, RegistryEntry<Potion> potion) -
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 TypeFieldDescriptionstatic RegistryKey<Potion>
Potions.EMPTY_KEY
private final RegistryEntry.Reference<Potion>
Potion.registryEntry
Modifier and TypeMethodDescriptionstatic Potion
static Potion
static Potion
PotionUtil.getPotion
(@Nullable NbtCompound compound) private static Potion
private static Potion
Potions.register
(RegistryKey<Potion> key, Potion potion) Modifier and TypeMethodDescriptionstatic int
static List<StatusEffectInstance>
PotionUtil.getPotionEffects
(Potion potion, Collection<StatusEffectInstance> custom) private static Potion
private static Potion
Potions.register
(RegistryKey<Potion> key, Potion potion) static ItemStack
Modifier and TypeMethodDescriptionprivate static Potion
Potions.register
(RegistryKey<Potion> key, Potion potion) -
Uses of Potion in net.minecraft.predicate.item
Modifier and TypeFieldDescriptionprivate Optional<RegistryEntry<Potion>>
ItemPredicate.Builder.potion
private final Optional<RegistryEntry<Potion>>
ItemPredicate.potion
The field for thepotion
record component.Modifier and TypeMethodDescriptionItemPredicate.potion()
Returns the value of thepotion
record component.Modifier and TypeMethodDescription -
Uses of Potion in net.minecraft.recipe
Modifier and TypeFieldDescriptionprivate static final 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.registry
Modifier and TypeFieldDescriptionstatic final DefaultedRegistry<Potion>
Registries.POTION
static final RegistryKey<Registry<Potion>>
RegistryKeys.POTION
-
Uses of Potion in net.minecraft.village
Modifier and TypeMethodDescriptionprivate static ItemStack
TradeOffers.createPotionStack
(Potion potion)