Package net.minecraft.entity.mob
Interface Hoglin
- All Known Implementing Classes:
HoglinEntity
,ZoglinEntity
public interface Hoglin
- Mappings:
Namespace Name named net/minecraft/entity/mob/Hoglin
intermediary net/minecraft/class_5137
official cog
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
static void
knockback
(LivingEntity attacker, LivingEntity target) static boolean
tryAttack
(ServerWorld world, LivingEntity attacker, LivingEntity target)
-
Field Details
-
field_30546
static final int field_30546- See Also:
- Mappings:
Namespace Name Mixin selector named field_30546
Lnet/minecraft/entity/mob/Hoglin;field_30546:I
intermediary field_30546
Lnet/minecraft/class_5137;field_30546:I
official m_
Lcog;m_:I
-
field_52501
static final float field_52501- See Also:
- Mappings:
Namespace Name Mixin selector named field_52501
Lnet/minecraft/entity/mob/Hoglin;field_52501:F
intermediary field_52501
Lnet/minecraft/class_5137;field_52501:F
official n_
Lcog;n_:F
-
-
Method Details
-
getMovementCooldownTicks
int getMovementCooldownTicks()- Mappings:
Namespace Name Mixin selector named getMovementCooldownTicks
Lnet/minecraft/entity/mob/Hoglin;getMovementCooldownTicks()I
intermediary method_24657
Lnet/minecraft/class_5137;method_24657()I
official x
Lcog;x()I
-
tryAttack
- Mappings:
Namespace Name Mixin selector named tryAttack
Lnet/minecraft/entity/mob/Hoglin;tryAttack(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/LivingEntity;)Z
intermediary method_26950
Lnet/minecraft/class_5137;method_26950(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;Lnet/minecraft/class_1309;)Z
official a
Lcog;a(Lash;Lbwf;Lbwf;)Z
-
knockback
- Mappings:
Namespace Name Mixin selector named knockback
Lnet/minecraft/entity/mob/Hoglin;knockback(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/LivingEntity;)V
intermediary method_26951
Lnet/minecraft/class_5137;method_26951(Lnet/minecraft/class_1309;Lnet/minecraft/class_1309;)V
official a
Lcog;a(Lbwf;Lbwf;)V
-