Uses of Record Class
net.minecraft.world.item.alchemy.PotionContents
Package
Description
-
Uses of PotionContents in net.minecraft.advancements.critereon
Modifier and TypeMethodDescriptionboolean
ItemPotionsPredicate.matches
(ItemStack p_333755_, PotionContents p_333955_) -
Uses of PotionContents in net.minecraft.core.component
Modifier and TypeFieldDescriptionstatic final DataComponentType
<PotionContents> DataComponents.POTION_CONTENTS
-
Uses of PotionContents in net.minecraft.world.entity
Modifier and TypeMethodDescriptionvoid
AreaEffectCloud.setPotionContents
(PotionContents p_330869_) -
Uses of PotionContents in net.minecraft.world.entity.projectile
Modifier and TypeMethodDescriptionprivate void
ThrownPotion.makeAreaOfEffectCloud
(PotionContents p_332124_) private void
Arrow.setPotionContents
(PotionContents p_331534_) -
Uses of PotionContents in net.minecraft.world.item.alchemy
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<PotionContents> PotionContents.CODEC
private static final com.mojang.serialization.Codec
<PotionContents> PotionContents.FULL_CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, PotionContents> PotionContents.STREAM_CODEC
Modifier and TypeMethodDescriptionPotionContents.withEffectAdded
(MobEffectInstance p_332083_) PotionContents.withPotion
(Holder<Potion> p_330288_)