1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-03 03:32:42 +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 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;