Class WrappedSpawn

java.lang.Object
com.sk89q.commandbook.component.locations.WrappedSpawn

public class WrappedSpawn
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    WrappedSpawn​(org.bukkit.World world, float pitch, float yaw)  
  • Method Summary

    Modifier and Type Method Description
    org.bukkit.Location getLocation()  
    float getPitch()  
    org.bukkit.World getWorld()  
    java.lang.String getWorldName()  
    float getYaw()  
    void setPitch​(float pitch)  
    void setYaw​(float yaw)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WrappedSpawn

      public WrappedSpawn​(org.bukkit.World world, float pitch, float yaw)
  • Method Details

    • getLocation

      public org.bukkit.Location getLocation()
    • setPitch

      public void setPitch​(float pitch)
    • setYaw

      public void setYaw​(float yaw)
    • getPitch

      public float getPitch()
    • getYaw

      public float getYaw()
    • getWorldName

      public java.lang.String getWorldName()
    • getWorld

      public org.bukkit.World getWorld()