Package net.minecraft.entity.mob
Interface Hoglin
- All Known Implementing Classes:
HoglinEntity,ZoglinEntity
public interface Hoglin
- Mappings:
Namespace Name official bhxintermediary net/minecraft/class_5137named net/minecraft/entity/mob/Hoglin
-
Field Summary
Fields Modifier and Type Field Description static intfield_30546 -
Method Summary
Modifier and Type Method Description intgetMovementCooldownTicks()static voidknockback(LivingEntity attacker, LivingEntity target)static booleantryAttack(LivingEntity attacker, LivingEntity target)
-
Field Details
-
field_30546
static final int field_30546- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official aLbhx;a:Iintermediary field_30546Lnet/minecraft/class_5137;field_30546:Inamed field_30546Lnet/minecraft/entity/mob/Hoglin;field_30546:I
-
-
Method Details
-
getMovementCooldownTicks
int getMovementCooldownTicks()- Mappings:
Namespace Name Mixin selector official fnLbhx;fn()Iintermediary method_24657Lnet/minecraft/class_5137;method_24657()Inamed getMovementCooldownTicksLnet/minecraft/entity/mob/Hoglin;getMovementCooldownTicks()I
-
tryAttack
- Mappings:
Namespace Name Mixin selector official aLbhx;a(Lasy;Lasy;)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 bLbhx;b(Lasy;Lasy;)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
-