Class CustomSign
java.lang.Object
net.gcnt.additionsplus.files.signs.CustomSign
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLocation(org.bukkit.Location arg0)
static CustomSign
fromLocation(org.bukkit.Location arg0)
static CustomSign
getLines()
List<org.bukkit.Location>
getName()
long
boolean
hasLocation(org.bukkit.Location arg0)
void
removeLocation(org.bukkit.Location arg0)
void
update()
void
update(org.bukkit.Location arg0)
void
update(org.bukkit.Location arg0, org.bukkit.entity.Player p)
-
Constructor Details
-
CustomSign
-
-
Method Details
-
fromLocation
-
fromName
-
getUpdateInterval
public long getUpdateInterval() -
getName
-
getLines
-
getLocations
-
hasLocation
public boolean hasLocation(org.bukkit.Location arg0) -
addLocation
public void addLocation(org.bukkit.Location arg0) -
removeLocation
public void removeLocation(org.bukkit.Location arg0) -
getActions
-
update
public void update() -
update
public void update(org.bukkit.Location arg0) -
update
public void update(org.bukkit.Location arg0, org.bukkit.entity.Player p)
-