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 level, DamageSource damageSource, AbstractThrownPotion potion, float amount) -
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> type, Level level, double x, double y, double z, ItemStack item) AbstractThrownPotion(EntityType<? extends AbstractThrownPotion> type, Level level, LivingEntity owner, ItemStack item) -
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 level, LivingEntity entity, ItemStack stack) protected abstract AbstractThrownPotionThrowablePotionItem.createPotion(Level level, Position pos, ItemStack stack)