Class EntitySenses


  • public class EntitySenses
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canSee​(Entity p_75522_1_)  
      void tick()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • seen

        private final java.util.List<Entity> seen
      • unseen

        private final java.util.List<Entity> unseen
    • Constructor Detail

      • EntitySenses

        public EntitySenses​(MobEntity p_i1672_1_)
    • Method Detail

      • tick

        public void tick()
      • canSee

        public boolean canSee​(Entity p_75522_1_)