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 Potion
BrewedPotionCriterion.Conditions. potion
Methods in net.minecraft.advancement.criterion with parameters of type Potion Modifier and Type Method Description boolean
BrewedPotionCriterion.Conditions. matches(Potion potion)
void
BrewedPotionCriterion. 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 Potion
AreaEffectCloudEntity. potion
Methods in net.minecraft.entity that return Potion Modifier and Type Method Description Potion
AreaEffectCloudEntity. method_35048()
Methods in net.minecraft.entity with parameters of type Potion Modifier and Type Method Description void
AreaEffectCloudEntity. 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 Potion
ArrowEntity. 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 void
PotionEntity. 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 Potion
Potion. byId(String id)
static Potion
PotionUtil. getPotion(@Nullable NbtCompound compound)
static Potion
PotionUtil. getPotion(ItemStack stack)
private static Potion
Potions. register(String name, Potion potion)
Methods in net.minecraft.potion with parameters of type Potion Modifier and Type Method Description static int
PotionUtil. getColor(Potion potion)
static List<StatusEffectInstance>
PotionUtil. getPotionEffects(Potion potion, Collection<StatusEffectInstance> custom)
private static Potion
Potions. register(String name, Potion potion)
static ItemStack
PotionUtil. 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 Potion
ItemPredicate.Builder. potion
private @Nullable Potion
ItemPredicate. potion
Methods in net.minecraft.predicate.item with parameters of type Potion Modifier and Type Method Description ItemPredicate.Builder
ItemPredicate.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_RECIPES
Methods in net.minecraft.recipe with parameters of type Potion Modifier and Type Method Description static boolean
BrewingRecipeRegistry. isBrewable(Potion potion)
private static void
BrewingRecipeRegistry. 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. POTION
static RegistryKey<Registry<Potion>>
Registry. POTION_KEY