Uses of Class
net.minecraft.potion.Potion
Packages that use Potion
Package
Description
-
Uses of Potion in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion with type parameters of type PotionModifier and TypeFieldDescriptionprivate final Optional<RegistryEntry<Potion>>BrewedPotionCriterion.Conditions.potionThe field for thepotionrecord component.Methods in net.minecraft.advancement.criterion that return types with arguments of type PotionModifier and TypeMethodDescriptionBrewedPotionCriterion.Conditions.potion()Returns the value of thepotionrecord component.Method parameters in net.minecraft.advancement.criterion with type arguments of type PotionModifier and TypeMethodDescriptionbooleanBrewedPotionCriterion.Conditions.matches(RegistryEntry<Potion> potion) voidBrewedPotionCriterion.trigger(ServerPlayerEntity player, RegistryEntry<Potion> potion) -
Uses of Potion in net.minecraft.entity
Fields in net.minecraft.entity declared as PotionMethods in net.minecraft.entity that return 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 Potion -
Uses of Potion in net.minecraft.entity.projectile.thrown
Methods in net.minecraft.entity.projectile.thrown with parameters of type PotionModifier and TypeMethodDescriptionprivate voidPotionEntity.applyLingeringPotion(ItemStack stack, Potion potion) -
Uses of Potion in net.minecraft.item
Method parameters in net.minecraft.item with type arguments of type PotionModifier and TypeMethodDescriptionprivate static voidItemGroups.addPotions(ItemGroup.Entries entries, RegistryWrapper<Potion> registryWrapper, Item item, ItemGroup.StackVisibility visibility) -
Uses of Potion in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type PotionModifier and TypeFieldDescriptionprivate final RegistryEntry<Potion>SetPotionLootFunction.potionMethods in net.minecraft.loot.function with parameters of type PotionConstructor parameters in net.minecraft.loot.function with type arguments of type PotionModifierConstructorDescriptionprivateSetPotionLootFunction(List<LootCondition> conditions, RegistryEntry<Potion> potion) -
Uses of Potion in net.minecraft.potion
Fields in net.minecraft.potion declared as PotionModifier and TypeFieldDescriptionstatic final PotionPotions.AWKWARDstatic final PotionPotions.EMPTYstatic final PotionPotions.FIRE_RESISTANCEstatic final PotionPotions.HARMINGstatic final PotionPotions.HEALINGstatic final PotionPotions.INVISIBILITYstatic final PotionPotions.LEAPINGstatic final PotionPotions.LONG_FIRE_RESISTANCEstatic final PotionPotions.LONG_INVISIBILITYstatic final PotionPotions.LONG_LEAPINGstatic final PotionPotions.LONG_NIGHT_VISIONstatic final PotionPotions.LONG_POISONstatic final PotionPotions.LONG_REGENERATIONstatic final PotionPotions.LONG_SLOW_FALLINGstatic final PotionPotions.LONG_SLOWNESSstatic final PotionPotions.LONG_STRENGTHstatic final PotionPotions.LONG_SWIFTNESSstatic final PotionPotions.LONG_TURTLE_MASTERstatic final PotionPotions.LONG_WATER_BREATHINGstatic final PotionPotions.LONG_WEAKNESSstatic final PotionPotions.LUCKstatic final PotionPotions.MUNDANEstatic final PotionPotions.NIGHT_VISIONstatic final PotionPotions.POISONstatic final PotionPotions.REGENERATIONstatic final PotionPotions.SLOW_FALLINGstatic final PotionPotions.SLOWNESSstatic final PotionPotions.STRENGTHstatic final PotionPotions.STRONG_HARMINGstatic final PotionPotions.STRONG_HEALINGstatic final PotionPotions.STRONG_LEAPINGstatic final PotionPotions.STRONG_POISONstatic final PotionPotions.STRONG_REGENERATIONstatic final PotionPotions.STRONG_SLOWNESSstatic final PotionPotions.STRONG_STRENGTHstatic final PotionPotions.STRONG_SWIFTNESSstatic final PotionPotions.STRONG_TURTLE_MASTERstatic final PotionPotions.SWIFTNESSstatic final PotionPotions.THICKstatic final PotionPotions.TURTLE_MASTERstatic final PotionPotions.WATERstatic final PotionPotions.WATER_BREATHINGstatic final PotionPotions.WEAKNESSFields in net.minecraft.potion with type parameters of type PotionModifier and TypeFieldDescriptionstatic RegistryKey<Potion>Potions.EMPTY_KEYprivate final RegistryEntry.Reference<Potion>Potion.registryEntryMethods in net.minecraft.potion that return PotionModifier and TypeMethodDescriptionstatic Potionstatic Potionstatic PotionPotionUtil.getPotion(@Nullable NbtCompound compound) private static Potionprivate static PotionPotions.register(RegistryKey<Potion> key, Potion potion) Methods in net.minecraft.potion that return types with arguments of type PotionMethods in net.minecraft.potion with parameters of type PotionModifier and TypeMethodDescriptionstatic intstatic List<StatusEffectInstance>PotionUtil.getPotionEffects(Potion potion, Collection<StatusEffectInstance> custom) private static Potionprivate static PotionPotions.register(RegistryKey<Potion> key, Potion potion) static ItemStackMethod parameters in net.minecraft.potion with type arguments of type PotionModifier and TypeMethodDescriptionprivate static PotionPotions.register(RegistryKey<Potion> key, Potion potion) -
Uses of Potion in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type PotionModifier and TypeFieldDescriptionprivate Optional<RegistryEntry<Potion>>ItemPredicate.Builder.potionprivate final Optional<RegistryEntry<Potion>>ItemPredicate.potionThe field for thepotionrecord component.Methods in net.minecraft.predicate.item that return types with arguments of type PotionModifier and TypeMethodDescriptionItemPredicate.potion()Returns the value of thepotionrecord component.Methods in net.minecraft.predicate.item with parameters of type PotionModifier and TypeMethodDescription -
Uses of Potion in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type PotionModifier and TypeFieldDescriptionprivate static final List<BrewingRecipeRegistry.Recipe<Potion>>BrewingRecipeRegistry.POTION_RECIPESMethods in net.minecraft.recipe with parameters of type PotionModifier and TypeMethodDescriptionstatic booleanBrewingRecipeRegistry.isBrewable(Potion potion) private static voidBrewingRecipeRegistry.registerPotionRecipe(Potion input, Item item, Potion output) -
Uses of Potion in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type PotionModifier and TypeFieldDescriptionstatic final DefaultedRegistry<Potion>Registries.POTIONstatic final RegistryKey<Registry<Potion>>RegistryKeys.POTION -
Uses of Potion in net.minecraft.village
Methods in net.minecraft.village with parameters of type PotionModifier and TypeMethodDescriptionprivate static ItemStackTradeOffers.createPotionStack(Potion potion)