Package net.minecraft.entity.monster
Interface IFlinging
-
- All Known Implementing Classes:
HoglinEntity
,ZoglinEntity
public interface IFlinging
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAttackAnimationRemainingTicks()
static boolean
hurtAndThrowTarget(LivingEntity p_234403_0_, LivingEntity p_234403_1_)
static void
throwTarget(LivingEntity p_234404_0_, LivingEntity p_234404_1_)
-
-
-
Method Detail
-
getAttackAnimationRemainingTicks
int getAttackAnimationRemainingTicks()
-
hurtAndThrowTarget
static boolean hurtAndThrowTarget(LivingEntity p_234403_0_, LivingEntity p_234403_1_)
-
throwTarget
static void throwTarget(LivingEntity p_234404_0_, LivingEntity p_234404_1_)
-
-