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 booleanEndermanEntity.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 PotionEntityLingeringPotionItem.createEntity(ServerWorld world, LivingEntity user, ItemStack stack) protected PotionEntityLingeringPotionItem.createEntity(World world, Position pos, ItemStack stack) protected PotionEntitySplashPotionItem.createEntity(ServerWorld world, LivingEntity user, ItemStack stack) protected PotionEntitySplashPotionItem.createEntity(World world, Position pos, ItemStack stack) protected abstract PotionEntityThrowablePotionItem.createEntity(ServerWorld world, LivingEntity user, ItemStack stack) protected abstract PotionEntityThrowablePotionItem.createEntity(World world, Position pos, ItemStack stack)