Interface CrateLocation


  • public interface CrateLocation
    Represents the location of a crate.
    • Method Detail

      • getCrate

        Crate getCrate()
        Gets the Crate at this location.
        Returns:
        the Crate at this location.
      • getLocation

        org.bukkit.Location getLocation()
        Gets the Location of the crate.
        Returns:
        the Location of the crate.
      • getWorld

        org.bukkit.World getWorld()
        Gets the World of the crate.
        Returns:
        the World of the crate.
      • getWorldName

        String getWorldName()
        Gets the name of the World of the crate.
        Returns:
        the name of the World of the crate.
      • getX

        int getX()
        Gets the x coordinate of the crate.
        Returns:
        the x coordinate of the crate.
      • getY

        int getY()
        Gets the y coordinate of the crate.
        Returns:
        the y coordinate of the crate.
      • getZ

        int getZ()
        Gets the z coordinate of the crate.
        Returns:
        the z coordinate of the crate.