Package de.cerus.packetmaps.plugin.util
Class EntityUtil
- java.lang.Object
-
- de.cerus.packetmaps.plugin.util.EntityUtil
-
public class EntityUtil extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityUtil.ItemFrameResult
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EntityUtil.ItemFrameResultgetNearbyItemFrames(org.bukkit.entity.ItemFrame startingFrame, org.bukkit.block.BlockFace facing, int widthCap, int heightCap)static booleanisLookingAt(org.bukkit.entity.Player player, org.bukkit.entity.Entity entity)
-
-
-
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)
-
-