Uses of Class
net.minecraft.entity.projectile.thrown.PotionEntity
Packages that use PotionEntity
Package
Description
The base package for all Minecraft classes.
-
Uses of PotionEntity in net.minecraft
Subclasses of PotionEntity in net.minecraft -
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
Constructor parameters in net.minecraft.entity.projectile.thrown with type arguments of type PotionEntityModifierConstructorDescriptionPotionEntity(EntityType<? extends PotionEntity> type, World world) PotionEntity(EntityType<? extends PotionEntity> entityType, World world, double double2, double double3, double double4, ItemStack itemStack) PotionEntity(EntityType<? extends PotionEntity> entityType, World world, LivingEntity livingEntity, ItemStack itemStack) -
Uses of PotionEntity in net.minecraft.item
Methods in net.minecraft.item that return PotionEntityModifier and TypeMethodDescriptionprotected PotionEntityLingeringPotionItem.method_67195(ServerWorld serverWorld, LivingEntity livingEntity, ItemStack itemStack) protected PotionEntitySplashPotionItem.method_67195(ServerWorld serverWorld, LivingEntity livingEntity, ItemStack itemStack) protected abstract PotionEntityThrowablePotionItem.method_67195(ServerWorld serverWorld, LivingEntity livingEntity, ItemStack itemStack) protected PotionEntityLingeringPotionItem.method_67196(World world, Position position, ItemStack itemStack) protected PotionEntitySplashPotionItem.method_67196(World world, Position position, ItemStack itemStack) protected abstract PotionEntityThrowablePotionItem.method_67196(World world, Position position, ItemStack itemStack)