public interface LocatedPacket
| Modifier and Type | Method and Description | 
|---|---|
default Block | 
getBlock(World w)  | 
default int | 
getBlockX()  | 
default int | 
getBlockY()  | 
default int | 
getBlockZ()  | 
default Location | 
getLocation(World w)  | 
double | 
getX()  | 
double | 
getY()  | 
double | 
getZ()  | 
default boolean | 
hasLocation()
Check if this packet has valid location 
 |