From d4c7ea1cd190d93cd133ab61e06136c9b67e0029 Mon Sep 17 00:00:00 2001 From: snowleo Date: Fri, 30 Sep 2011 01:09:00 +0200 Subject: Deprecation our TargetBlock class: There is a function in bukkit that we should use instead user.getTargetBlock(...) --- Essentials/src/com/earth2me/essentials/TargetBlock.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Essentials/src/com/earth2me/essentials/TargetBlock.java b/Essentials/src/com/earth2me/essentials/TargetBlock.java index d1f2e5cbb..3d45afc55 100644 --- a/Essentials/src/com/earth2me/essentials/TargetBlock.java +++ b/Essentials/src/com/earth2me/essentials/TargetBlock.java @@ -10,6 +10,7 @@ import org.bukkit.entity.Player; /** * Original authors: toi & Raphfrk */ +@Deprecated public class TargetBlock { private transient final Location location; -- cgit v1.2.3