public interface Hoglin
Modifier and Type | Method and Description |
---|---|
int |
getMovementCooldownTicks() |
static void |
knockback(LivingEntity attacker,
LivingEntity target) |
static boolean |
tryAttack(LivingEntity attacker,
LivingEntity target) |
@Environment(value=CLIENT) int getMovementCooldownTicks()
static boolean tryAttack(LivingEntity attacker, LivingEntity target)
static void knockback(LivingEntity attacker, LivingEntity target)