Uses of Class
net.minecraft.potion.Potion
-
-
Uses of Potion in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as Potion Modifier and Type Field Description private Potion
BrewedPotionTrigger.Instance. potion
private Potion
ItemPredicate.Builder. potion
private Potion
ItemPredicate. potion
Methods in net.minecraft.advancements.criterion with parameters of type Potion Modifier and Type Method Description boolean
BrewedPotionTrigger.Instance. matches(Potion p_192250_1_)
void
BrewedPotionTrigger. trigger(ServerPlayerEntity p_192173_1_, Potion p_192173_2_)
Constructors in net.minecraft.advancements.criterion with parameters of type Potion Constructor Description Instance(EntityPredicate.AndPredicate p_i231487_1_, Potion p_i231487_2_)
ItemPredicate(ITag<Item> p_i225740_1_, Item p_i225740_2_, MinMaxBounds.IntBound p_i225740_3_, MinMaxBounds.IntBound p_i225740_4_, EnchantmentPredicate[] p_i225740_5_, EnchantmentPredicate[] p_i225740_6_, Potion p_i225740_7_, NBTPredicate p_i225740_8_)
-
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 with parameters of type Potion Modifier and Type Method Description void
AreaEffectCloudEntity. setPotion(Potion p_184484_1_)
-
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
Methods in net.minecraft.entity.projectile with parameters of type Potion Modifier and Type Method Description private void
PotionEntity. makeAreaOfEffectCloud(ItemStack p_190542_1_, Potion p_190542_2_)
-
Uses of Potion in net.minecraft.potion
Fields in net.minecraft.potion with type parameters of type Potion Modifier and Type Field Description private static java.util.List<PotionBrewing.MixPredicate<Potion>>
PotionBrewing. POTION_MIXES
private ReverseTagWrapper<Potion>
Potion. reverseTags
Methods in net.minecraft.potion that return Potion Modifier and Type Method Description static Potion
Potion. byName(java.lang.String p_185168_0_)
static Potion
PotionUtils. getPotion(ItemStack p_185191_0_)
static Potion
PotionUtils. getPotion(CompoundNBT p_185187_0_)
private static Potion
Potions. register(java.lang.String p_222125_0_, Potion p_222125_1_)
Methods in net.minecraft.potion with parameters of type Potion Modifier and Type Method Description private static void
PotionBrewing. addMix(Potion p_193357_0_, Item p_193357_1_, Potion p_193357_2_)
static java.util.List<EffectInstance>
PotionUtils. getAllEffects(Potion p_185186_0_, java.util.Collection<EffectInstance> p_185186_1_)
static int
PotionUtils. getColor(Potion p_185183_0_)
static boolean
PotionBrewing. isBrewablePotion(Potion p_222124_0_)
private static Potion
Potions. register(java.lang.String p_222125_0_, Potion p_222125_1_)
static ItemStack
PotionUtils. setPotion(ItemStack p_185188_0_, Potion p_185188_1_)
Method parameters in net.minecraft.potion with type arguments of type Potion Modifier and Type Method Description boolean
Potion. isIn(ITag<Potion> tag)
-
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
Deprecated.static RegistryKey<Registry<Potion>>
Registry. POTION_REGISTRY
-
Uses of Potion in net.minecraftforge.debug.misc
Fields in net.minecraftforge.debug.misc with type parameters of type Potion Modifier and Type Field Description private static ITag.INamedTag<Potion>
CustomTagTypesTest. DAMAGE
-
Uses of Potion in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type Potion Modifier and Type Field Description static IForgeRegistry<Potion>
ForgeRegistries. POTION_TYPES
static RegistryKey<Registry<Potion>>
ForgeRegistries.Keys. POTIONS
-