Uses of Class
net.minecraft.potion.Potion
-
Uses of Potion in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion declared as Potion Modifier and Type Field Description private PotionBrewedPotionCriterion.Conditions. potionMethods in net.minecraft.advancement.criterion with parameters of type Potion Modifier and Type Method Description booleanBrewedPotionCriterion.Conditions. matches(Potion potion)voidBrewedPotionCriterion. trigger(ServerPlayerEntity player, Potion potion)Constructors in net.minecraft.advancement.criterion with parameters of type Potion Constructor Description Conditions(EntityPredicate.Extended player, @Nullable Potion potion) -
Uses of Potion in net.minecraft.entity
Fields in net.minecraft.entity declared as Potion Modifier and Type Field Description private PotionAreaEffectCloudEntity. potionMethods in net.minecraft.entity that return Potion Modifier and Type Method Description PotionAreaEffectCloudEntity. method_35048()Methods in net.minecraft.entity with parameters of type Potion Modifier and Type Method Description voidAreaEffectCloudEntity. setPotion(Potion potion) -
Uses of Potion in net.minecraft.entity.projectile
Fields in net.minecraft.entity.projectile declared as Potion Modifier and Type Field Description private PotionArrowEntity. potion -
Uses of Potion in net.minecraft.entity.projectile.thrown
Methods in net.minecraft.entity.projectile.thrown with parameters of type Potion Modifier and Type Method Description private voidPotionEntity. applyLingeringPotion(ItemStack stack, Potion potion) -
Uses of Potion in net.minecraft.potion
Methods in net.minecraft.potion that return Potion Modifier and Type Method Description static PotionPotion. byId(String id)static PotionPotionUtil. getPotion(@Nullable NbtCompound compound)static PotionPotionUtil. getPotion(ItemStack stack)private static PotionPotions. register(String name, Potion potion)Methods in net.minecraft.potion with parameters of type Potion Modifier and Type Method Description static intPotionUtil. getColor(Potion potion)static List<StatusEffectInstance>PotionUtil. getPotionEffects(Potion potion, Collection<StatusEffectInstance> custom)private static PotionPotions. register(String name, Potion potion)static ItemStackPotionUtil. setPotion(ItemStack stack, Potion potion) -
Uses of Potion in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item declared as Potion Modifier and Type Field Description private @Nullable PotionItemPredicate.Builder. potionprivate @Nullable PotionItemPredicate. potionMethods in net.minecraft.predicate.item with parameters of type Potion Modifier and Type Method Description ItemPredicate.BuilderItemPredicate.Builder. method_35232(Potion potion)Constructors in net.minecraft.predicate.item with parameters of type Potion Constructor Description ItemPredicate(@Nullable Tag<Item> tag, @Nullable Item item, NumberRange.IntRange count, NumberRange.IntRange durability, EnchantmentPredicate[] enchantments, EnchantmentPredicate[] storedEnchantments, @Nullable Potion potion, NbtPredicate nbt) -
Uses of Potion in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type Potion Modifier and Type Field Description private static List<BrewingRecipeRegistry.Recipe<Potion>>BrewingRecipeRegistry. POTION_RECIPESMethods in net.minecraft.recipe with parameters of type Potion Modifier and Type Method Description static booleanBrewingRecipeRegistry. isBrewable(Potion potion)private static voidBrewingRecipeRegistry. registerPotionRecipe(Potion input, Item item, Potion output) -
Uses of Potion in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type Potion Modifier and Type Field Description static DefaultedRegistry<Potion>Registry. POTIONstatic RegistryKey<Registry<Potion>>Registry. POTION_KEY