Deprecation our TargetBlock class:

There is a function in bukkit that we should use instead
user.getTargetBlock(...)
This commit is contained in:
snowleo 2011-09-30 01:09:00 +02:00
parent 4edf1ad3f5
commit d4c7ea1cd1

View file

@ -10,6 +10,7 @@ import org.bukkit.entity.Player;
/**
* Original authors: toi & Raphfrk
*/
@Deprecated
public class TargetBlock
{
private transient final Location location;