Class PathAwareEntity

All Implemented Interfaces:
Attackable, DataTracked, EquipmentHolder, Targeter, ScoreHolder, CommandOutput, Nameable, EntityLike
Direct Known Subclasses:
AllayEntity, GolemEntity, HostileEntity, PassiveEntity, WaterCreatureEntity

public abstract class PathAwareEntity extends MobEntity
Mappings:
Namespace Name
named net/minecraft/entity/mob/PathAwareEntity
intermediary net/minecraft/class_1314
official bua
  • Field Details

    • DEFAULT_PATHFINDING_FAVOR

      protected static final float DEFAULT_PATHFINDING_FAVOR
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT_PATHFINDING_FAVOR Lnet/minecraft/entity/mob/PathAwareEntity;DEFAULT_PATHFINDING_FAVOR:F
      intermediary field_35670 Lnet/minecraft/class_1314;field_35670:F
      official bX Lbua;bX:F
  • Constructor Details

    • PathAwareEntity

      protected PathAwareEntity(EntityType<? extends PathAwareEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)V
      intermediary <init> Lnet/minecraft/class_1297;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)V
      official <init> Lbsw;<init>(Lbtc;Ldca;)V
  • Method Details

    • getPathfindingFavor

      public float getPathfindingFavor(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named getPathfindingFavor Lnet/minecraft/entity/mob/PathAwareEntity;getPathfindingFavor(Lnet/minecraft/util/math/BlockPos;)F
      intermediary method_6149 Lnet/minecraft/class_1314;method_6149(Lnet/minecraft/class_2338;)F
      official d Lbua;d(Liz;)F
    • getPathfindingFavor

      public float getPathfindingFavor(BlockPos pos, WorldView world)
      Mappings:
      Namespace Name Mixin selector
      named getPathfindingFavor Lnet/minecraft/entity/mob/PathAwareEntity;getPathfindingFavor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/WorldView;)F
      intermediary method_6144 Lnet/minecraft/class_1314;method_6144(Lnet/minecraft/class_2338;Lnet/minecraft/class_4538;)F
      official a Lbua;a(Liz;Ldcd;)F
    • canSpawn

      public boolean canSpawn(WorldAccess world, SpawnReason spawnReason)
      Overrides:
      canSpawn in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      named canSpawn Lnet/minecraft/entity/mob/MobEntity;canSpawn(Lnet/minecraft/world/WorldAccess;Lnet/minecraft/entity/SpawnReason;)Z
      intermediary method_5979 Lnet/minecraft/class_1308;method_5979(Lnet/minecraft/class_1936;Lnet/minecraft/class_3730;)Z
      official a Lbtt;a(Ldcb;Lbtv;)Z
    • isNavigating

      public boolean isNavigating()
      Mappings:
      Namespace Name Mixin selector
      named isNavigating Lnet/minecraft/entity/mob/PathAwareEntity;isNavigating()Z
      intermediary method_6150 Lnet/minecraft/class_1314;method_6150()Z
      official gm Lbua;gm()Z
    • isPanicking

      public boolean isPanicking()
      Mappings:
      Namespace Name Mixin selector
      named isPanicking Lnet/minecraft/entity/mob/PathAwareEntity;isPanicking()Z
      intermediary method_52546 Lnet/minecraft/class_1314;method_52546()Z
      official gn Lbua;gn()Z
    • updateLeash

      protected void updateLeash()
      Overrides:
      updateLeash in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      named updateLeash Lnet/minecraft/entity/mob/MobEntity;updateLeash()V
      intermediary method_5995 Lnet/minecraft/class_1308;method_5995()V
      official gc Lbtt;gc()V
    • shouldFollowLeash

      protected boolean shouldFollowLeash()
      Mappings:
      Namespace Name Mixin selector
      named shouldFollowLeash Lnet/minecraft/entity/mob/PathAwareEntity;shouldFollowLeash()Z
      intermediary method_43689 Lnet/minecraft/class_1314;method_43689()Z
      official go Lbua;go()Z
    • getFollowLeashSpeed

      protected double getFollowLeashSpeed()
      Mappings:
      Namespace Name Mixin selector
      named getFollowLeashSpeed Lnet/minecraft/entity/mob/PathAwareEntity;getFollowLeashSpeed()D
      intermediary method_6148 Lnet/minecraft/class_1314;method_6148()D
      official gp Lbua;gp()D
    • updateForLeashLength

      protected void updateForLeashLength(float leashLength)
      Mappings:
      Namespace Name Mixin selector
      named updateForLeashLength Lnet/minecraft/entity/mob/PathAwareEntity;updateForLeashLength(F)V
      intermediary method_6142 Lnet/minecraft/class_1314;method_6142(F)V
      official F Lbua;F(F)V