summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/java/org/bukkit/entity/LivingEntity.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/main/java/org/bukkit/entity/LivingEntity.java b/src/main/java/org/bukkit/entity/LivingEntity.java
index a938b619..12a55934 100644
--- a/src/main/java/org/bukkit/entity/LivingEntity.java
+++ b/src/main/java/org/bukkit/entity/LivingEntity.java
@@ -48,23 +48,6 @@ public interface LivingEntity extends Attributable, Entity, Damageable, Projecti
* This list contains all blocks from the living entity's eye position to
* target inclusive.
*
- * @param transparent HashSet containing all transparent block IDs (set to
- * null for only air)
- * @param maxDistance this is the maximum distance to scan (may be limited
- * by server by at least 100 blocks, no less)
- * @return list containing all blocks along the living entity's line of
- * sight
- * @deprecated Magic value
- */
- @Deprecated
- public List<Block> getLineOfSight(HashSet<Byte> transparent, int maxDistance);
-
- /**
- * Gets all blocks along the living entity's line of sight.
- * <p>
- * This list contains all blocks from the living entity's eye position to
- * target inclusive.
- *
* @param transparent HashSet containing all transparent block Materials (set to
* null for only air)
* @param maxDistance this is the maximum distance to scan (may be limited