mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 19:15:44 +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
|
* Original authors: toi & Raphfrk
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class TargetBlock
|
public class TargetBlock
|
||||||
{
|
{
|
||||||
private transient final Location location;
|
private transient final Location location;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue