Interface Vector3D


public interface Vector3D
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.World
     
    int
     
    int
     
    int
     
  • Method Details

    • getX

      int getX()
    • getY

      int getY()
    • getZ

      int getZ()
    • getWorld

      org.bukkit.World getWorld()