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 source, AbstractThrownPotion thrownPotion, float damage) -
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> type, Level level) AbstractThrownPotion(EntityType<? extends AbstractThrownPotion> type, Level level, double x, double y, double z, ItemStack itemStack) AbstractThrownPotion(EntityType<? extends AbstractThrownPotion> type, Level level, LivingEntity owner, ItemStack itemStack) -
Uses of AbstractThrownPotion in net.minecraft.world.item
Methods in net.minecraft.world.item that return AbstractThrownPotionModifier and TypeMethodDescriptionprotected AbstractThrownPotionLingeringPotionItem.createPotion(ServerLevel level, LivingEntity owner, ItemStack itemStack) protected AbstractThrownPotionLingeringPotionItem.createPotion(Level level, Position position, ItemStack itemStack) protected AbstractThrownPotionSplashPotionItem.createPotion(ServerLevel level, LivingEntity owner, ItemStack itemStack) protected AbstractThrownPotionSplashPotionItem.createPotion(Level level, Position position, ItemStack itemStack) protected abstract AbstractThrownPotionThrowablePotionItem.createPotion(ServerLevel level, LivingEntity owner, ItemStack itemStack) protected abstract AbstractThrownPotionThrowablePotionItem.createPotion(Level level, Position position, ItemStack itemStack)