mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue