Uses of Record Class
net.minecraft.component.type.PotionContentsComponent
Packages that use PotionContentsComponent
Package
Description
The base package for all Minecraft classes.
-
Uses of PotionContentsComponent in net.minecraft
Methods in net.minecraft that return types with arguments of type PotionContentsComponentMethods in net.minecraft with parameters of type PotionContentsComponentModifier and TypeMethodDescriptionbooleanclass_9359.method_58167(ItemStack itemStack, PotionContentsComponent potionContentsComponent) -
Uses of PotionContentsComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type PotionContentsComponentModifier and TypeFieldDescriptionstatic final DataComponentType<PotionContentsComponent> DataComponentTypes.POTION_CONTENTS -
Uses of PotionContentsComponent in net.minecraft.component.type
Fields in net.minecraft.component.type declared as PotionContentsComponentModifier and TypeFieldDescriptionstatic final PotionContentsComponentPotionContentsComponent.DEFAULTFields in net.minecraft.component.type with type parameters of type PotionContentsComponentModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<PotionContentsComponent> PotionContentsComponent.BASE_CODECstatic final com.mojang.serialization.Codec<PotionContentsComponent> PotionContentsComponent.CODECstatic final PacketCodec<RegistryByteBuf, PotionContentsComponent> PotionContentsComponent.PACKET_CODECMethods in net.minecraft.component.type that return PotionContentsComponentModifier and TypeMethodDescriptionPotionContentsComponent.with(StatusEffectInstance customEffect) PotionContentsComponent.with(RegistryEntry<Potion> potion) -
Uses of PotionContentsComponent in net.minecraft.entity
Fields in net.minecraft.entity declared as PotionContentsComponentModifier and TypeFieldDescriptionprivate PotionContentsComponentAreaEffectCloudEntity.potionContentsComponentMethods in net.minecraft.entity with parameters of type PotionContentsComponentModifier and TypeMethodDescriptionvoidAreaEffectCloudEntity.setPotionContents(PotionContentsComponent potionContentsComponent) -
Uses of PotionContentsComponent in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile that return PotionContentsComponentModifier and TypeMethodDescriptionprivate PotionContentsComponentArrowEntity.getPotionContents()Methods in net.minecraft.entity.projectile with parameters of type PotionContentsComponentModifier and TypeMethodDescriptionprivate voidArrowEntity.setPotionContents(PotionContentsComponent potionContentsComponent) -
Uses of PotionContentsComponent in net.minecraft.entity.projectile.thrown
Methods in net.minecraft.entity.projectile.thrown with parameters of type PotionContentsComponentModifier and TypeMethodDescriptionprivate voidPotionEntity.applyLingeringPotion(PotionContentsComponent potionContentsComponent)