mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-08 07:36: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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user