GuildHome

class GuildHome(world: String, x: Double, y: Double, z: Double, yaw: Float, pitch: Float)(source)

A class representing a player's home location in a specific world.

Constructors

Link copied to clipboard
fun GuildHome(world: String, x: Double, y: Double, z: Double, yaw: Float, pitch: Float)

Creates an instance of GuildHome.

Properties

Link copied to clipboard
val asLocation: Location

Gets the location of the guild home as a Bukkit location object.