Uses of Record Class
net.minecraft.component.type.PotionContentsComponent
Packages that use PotionContentsComponent
Package
Description
-
Uses of PotionContentsComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type PotionContentsComponentModifier and TypeFieldDescriptionstatic final ComponentType<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 potion) -
Uses of PotionContentsComponent in net.minecraft.predicate.item
Methods in net.minecraft.predicate.item that return types with arguments of type PotionContentsComponentMethods in net.minecraft.predicate.item with parameters of type PotionContentsComponentModifier and TypeMethodDescriptionbooleanPotionContentsPredicate.test(ItemStack itemStack, PotionContentsComponent potionContentsComponent)