Uses of Class
net.minecraft.world.entity.projectile.AbstractThrownPotion
Packages that use AbstractThrownPotion
Package
Description
-
Uses of AbstractThrownPotion in net.minecraft.world.entity.monster
Methods in net.minecraft.world.entity.monster with parameters of type AbstractThrownPotionModifier and TypeMethodDescriptionprivate boolean
EnderMan.hurtWithCleanWater
(ServerLevel pLevel, DamageSource pDamageSource, AbstractThrownPotion pPotion, float pDamageAmount) -
Uses of AbstractThrownPotion in net.minecraft.world.entity.projectile
Subclasses of AbstractThrownPotion in net.minecraft.world.entity.projectileConstructor parameters in net.minecraft.world.entity.projectile with type arguments of type AbstractThrownPotionModifierConstructorDescriptionAbstractThrownPotion
(EntityType<? extends AbstractThrownPotion> pEntityType, Level pLevel) AbstractThrownPotion
(EntityType<? extends AbstractThrownPotion> pEntityType, Level pLevel, double pX, double pY, double pZ, ItemStack pItem) AbstractThrownPotion
(EntityType<? extends AbstractThrownPotion> pEntityType, Level pLevel, LivingEntity pOwner, ItemStack pItem) -
Uses of AbstractThrownPotion in net.minecraft.world.item
Methods in net.minecraft.world.item that return AbstractThrownPotionModifier and TypeMethodDescriptionprotected AbstractThrownPotion
LingeringPotionItem.createPotion
(ServerLevel p_400122_, LivingEntity p_400210_, ItemStack p_399574_) protected AbstractThrownPotion
LingeringPotionItem.createPotion
(Level p_399818_, Position p_399889_, ItemStack p_399694_) protected AbstractThrownPotion
SplashPotionItem.createPotion
(ServerLevel p_399816_, LivingEntity p_400003_, ItemStack p_399587_) protected AbstractThrownPotion
SplashPotionItem.createPotion
(Level p_400201_, Position p_399482_, ItemStack p_399625_) protected abstract AbstractThrownPotion
ThrowablePotionItem.createPotion
(ServerLevel p_400124_, LivingEntity p_399487_, ItemStack p_400222_) protected abstract AbstractThrownPotion
ThrowablePotionItem.createPotion
(Level pLevel, Position pPosition, ItemStack pStack)