1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-07 23:27:08 +02:00

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 7cdca6800a
commit da63f575e3

View File

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