mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-13 19:52:03 +01:00
Deprecation our TargetBlock class:
There is a function in bukkit that we should use instead user.getTargetBlock(...)
This commit is contained in:
parent
4edf1ad3f5
commit
d4c7ea1cd1
@ -10,6 +10,7 @@ import org.bukkit.entity.Player;
|
||||
/**
|
||||
* Original authors: toi & Raphfrk
|
||||
*/
|
||||
@Deprecated
|
||||
public class TargetBlock
|
||||
{
|
||||
private transient final Location location;
|
||||
|
Loading…
Reference in New Issue
Block a user