Class EntityUtil


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EntityUtil.ItemFrameResult getNearbyItemFrames​(org.bukkit.entity.ItemFrame startingFrame, org.bukkit.block.BlockFace facing, int widthCap, int heightCap)  
      static boolean isLookingAt​(org.bukkit.entity.Player player, org.bukkit.entity.Entity entity)  
      • Methods inherited from class java.lang.Object

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

      • isLookingAt

        public static boolean isLookingAt​(org.bukkit.entity.Player player,
                                          org.bukkit.entity.Entity entity)
      • getNearbyItemFrames

        public static EntityUtil.ItemFrameResult getNearbyItemFrames​(org.bukkit.entity.ItemFrame startingFrame,
                                                                     org.bukkit.block.BlockFace facing,
                                                                     int widthCap,
                                                                     int heightCap)