mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Removed @Deprecated from getBlockType/Data.
This commit is contained in:
parent
48af65cac3
commit
07e270289e
@ -95,7 +95,6 @@ public abstract class LocalWorld implements World {
|
|||||||
* @param pt
|
* @param pt
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public abstract int getBlockType(Vector pt);
|
public abstract int getBlockType(Vector pt);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -165,7 +164,6 @@ public abstract class LocalWorld implements World {
|
|||||||
* @param pt
|
* @param pt
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public abstract int getBlockData(Vector pt);
|
public abstract int getBlockData(Vector pt);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user