mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +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
|
||||
* @return
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract int getBlockType(Vector pt);
|
||||
|
||||
/**
|
||||
@ -165,7 +164,6 @@ public abstract class LocalWorld implements World {
|
||||
* @param pt
|
||||
* @return
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract int getBlockData(Vector pt);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user