Package net.minecraft.entity.mob
Interface Hoglin
- All Known Implementing Classes:
HoglinEntity,ZoglinEntity
public interface Hoglin
- Mappings:
Namespace Name official bgdintermediary net/minecraft/class_5137named net/minecraft/entity/mob/Hoglin
-
Method Summary
Modifier and Type Method Description intgetMovementCooldownTicks()static voidknockback(LivingEntity attacker, LivingEntity target)static booleantryAttack(LivingEntity attacker, LivingEntity target)
-
Method Details
-
getMovementCooldownTicks
- Mappings:
Namespace Name Mixin selector official flLbgd;fl()Iintermediary method_24657Lnet/minecraft/class_5137;method_24657()Inamed getMovementCooldownTicksLnet/minecraft/entity/mob/Hoglin;getMovementCooldownTicks()I
-
tryAttack
- Mappings:
Namespace Name Mixin selector official aLbgd;a(Lari;Lari;)Zintermediary method_26950Lnet/minecraft/class_5137;method_26950(Lnet/minecraft/class_1309;Lnet/minecraft/class_1309;)Znamed tryAttackLnet/minecraft/entity/mob/Hoglin;tryAttack(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/LivingEntity;)Z
-
knockback
- Mappings:
Namespace Name Mixin selector official bLbgd;b(Lari;Lari;)Vintermediary method_26951Lnet/minecraft/class_5137;method_26951(Lnet/minecraft/class_1309;Lnet/minecraft/class_1309;)Vnamed knockbackLnet/minecraft/entity/mob/Hoglin;knockback(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/LivingEntity;)V
-