Uses of Class
net.minecraft.world.entity.projectile.throwableitemprojectile.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 booleanEnderMan.hurtWithCleanWater(ServerLevel pLevel, DamageSource pDamageSource, AbstractThrownPotion pPotion, float pAmount) -
Uses of AbstractThrownPotion in net.minecraft.world.entity.projectile.throwableitemprojectile
Constructor parameters in net.minecraft.world.entity.projectile.throwableitemprojectile with type arguments of type AbstractThrownPotionModifierConstructorDescriptionAbstractThrownPotion(EntityType<? extends AbstractThrownPotion> p_478303_, Level p_478669_) 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 AbstractThrownPotionLingeringPotionItem.createPotion(ServerLevel p_400122_, LivingEntity p_400210_, ItemStack p_399574_) protected AbstractThrownPotionLingeringPotionItem.createPotion(Level p_399818_, Position p_399889_, ItemStack p_399694_) protected AbstractThrownPotionSplashPotionItem.createPotion(ServerLevel p_481019_, LivingEntity p_479852_, ItemStack p_399625_) protected AbstractThrownPotionSplashPotionItem.createPotion(Level p_481940_, Position p_480276_, ItemStack p_399587_) protected abstract AbstractThrownPotionThrowablePotionItem.createPotion(ServerLevel pLevel, LivingEntity pEntity, ItemStack pStack) protected abstract AbstractThrownPotionThrowablePotionItem.createPotion(Level pLevel, Position pPos, ItemStack pStack)