Interface Hoglin

All Known Implementing Classes:
HoglinEntity, ZoglinEntity

public interface Hoglin
Mappings:
Namespace Name
official bgd
intermediary net/minecraft/class_5137
named net/minecraft/entity/mob/Hoglin
  • Method Details

    • getMovementCooldownTicks

      @Environment(CLIENT) int getMovementCooldownTicks()
      Mappings:
      Namespace Name Mixin selector
      official fl Lbgd;fl()I
      intermediary method_24657 Lnet/minecraft/class_5137;method_24657()I
      named getMovementCooldownTicks Lnet/minecraft/entity/mob/Hoglin;getMovementCooldownTicks()I
    • tryAttack

      static boolean tryAttack​(LivingEntity attacker, LivingEntity target)
      Mappings:
      Namespace Name Mixin selector
      official a Lbgd;a(Lari;Lari;)Z
      intermediary method_26950 Lnet/minecraft/class_5137;method_26950(Lnet/minecraft/class_1309;Lnet/minecraft/class_1309;)Z
      named tryAttack Lnet/minecraft/entity/mob/Hoglin;tryAttack(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/LivingEntity;)Z
    • knockback

      static void knockback​(LivingEntity attacker, LivingEntity target)
      Mappings:
      Namespace Name Mixin selector
      official b Lbgd;b(Lari;Lari;)V
      intermediary method_26951 Lnet/minecraft/class_5137;method_26951(Lnet/minecraft/class_1309;Lnet/minecraft/class_1309;)V
      named knockback Lnet/minecraft/entity/mob/Hoglin;knockback(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/LivingEntity;)V