Class SignManager
java.lang.Object
us.ajg0702.leaderboards.displays.signs.SignManager
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfindSign(org.bukkit.Location l) getNames()getSigns()booleanisSignChunkLoaded(BoardSign sign) voidreload()booleanremoveSign(org.bukkit.Location l) Remove a sign Clears the text on the sign by default (schedules a task to remove the text on the next tick)booleanremoveSign(org.bukkit.Location l, boolean removeText) Remove a signvoidsaveFile()voidvoidupdateSign(BoardSign sign) void
- 
Constructor Details- 
SignManager
 
- 
- 
Method Details- 
getSigns
- 
reloadpublic void reload()
- 
removeSignpublic boolean removeSign(org.bukkit.Location l) Remove a sign Clears the text on the sign by default (schedules a task to remove the text on the next tick)- Parameters:
- l- The location of the sign to remove
- Returns:
- If the sign was removed or not. If false, the target location was not an ajLeaderboards sign
 
- 
removeSignpublic boolean removeSign(org.bukkit.Location l, boolean removeText) Remove a sign- Parameters:
- l- The location of the sign to remove
- removeText- If a task should be scheduled to remove the sign text on the next tick
- Returns:
- If the sign was removed or not. If false, the target location was not an ajLeaderboards sign
 
- 
findSign
- 
addSign
- 
saveFilepublic void saveFile()
- 
updateSignspublic void updateSigns()
- 
updateNameCachepublic void updateNameCache()
- 
getNames
- 
updateSign
- 
isSignChunkLoaded
 
-