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 p_376156_, DamageSource p_186273_, AbstractThrownPotion p_400234_, float p_186275_) -
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> p_399901_, Level p_400202_) AbstractThrownPotion
(EntityType<? extends AbstractThrownPotion> p_399500_, Level p_399980_, double p_399961_, double p_399539_, double p_399938_, ItemStack p_399737_) AbstractThrownPotion
(EntityType<? extends AbstractThrownPotion> p_399755_, Level p_399661_, LivingEntity p_399813_, ItemStack p_400023_) -
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 p_400034_, Position p_399547_, ItemStack p_400259_)