Class SpawnManager
java.lang.Object
fr.fuzeblocks.homeplugin.core.spawn.SpawnManager
- All Implemented Interfaces:
Spawn
-
Method Summary
Modifier and TypeMethodDescriptionstatic SpawnManagerGets instance.org.bukkit.LocationgetSpawn(org.bukkit.World world) Gets spawn.booleanhasSpawn(org.bukkit.World world) Has spawn boolean.booleanisStatus(org.bukkit.entity.Player player) Is status boolean.booleanremoveSpawn(org.bukkit.World world) Remove spawn boolean.booleansetSpawn(org.bukkit.Location location) Sets spawn.
-
Method Details
-
getInstance
-
setSpawn
-
getSpawn
-
hasSpawn
-
removeSpawn
public boolean removeSpawn(org.bukkit.World world) Description copied from interface:SpawnRemove spawn boolean.- Specified by:
removeSpawnin interfaceSpawn- Parameters:
world- the world- Returns:
- the boolean
-
isStatus
-