Uses of Class
net.minecraft.entity.projectile.thrown.PotionEntity
Packages that use PotionEntity
Package
Description
-
Uses of PotionEntity in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type PotionEntityModifier and TypeMethodDescriptionprivate boolean
EndermanEntity.damageFromPotion
(ServerWorld world, DamageSource source, PotionEntity potion, float amount) -
Uses of PotionEntity in net.minecraft.entity.projectile.thrown
Subclasses of PotionEntity in net.minecraft.entity.projectile.thrownConstructor parameters in net.minecraft.entity.projectile.thrown with type arguments of type PotionEntityModifierConstructorDescriptionPotionEntity
(EntityType<? extends PotionEntity> type, World world) PotionEntity
(EntityType<? extends PotionEntity> type, World world, double x, double y, double z, ItemStack stack) PotionEntity
(EntityType<? extends PotionEntity> type, World world, LivingEntity owner, ItemStack stack) -
Uses of PotionEntity in net.minecraft.item
Methods in net.minecraft.item that return PotionEntityModifier and TypeMethodDescriptionprotected PotionEntity
LingeringPotionItem.createEntity
(ServerWorld world, LivingEntity user, ItemStack stack) protected PotionEntity
LingeringPotionItem.createEntity
(World world, Position pos, ItemStack stack) protected PotionEntity
SplashPotionItem.createEntity
(ServerWorld world, LivingEntity user, ItemStack stack) protected PotionEntity
SplashPotionItem.createEntity
(World world, Position pos, ItemStack stack) protected abstract PotionEntity
ThrowablePotionItem.createEntity
(ServerWorld world, LivingEntity user, ItemStack stack) protected abstract PotionEntity
ThrowablePotionItem.createEntity
(World world, Position pos, ItemStack stack)