Interface RankingSkullBlock
- All Superinterfaces:
Metadatable
,PersistentStorage.Holder
,SpecialBlock
A sign which displays informations of a place in a leaderboard
-
Method Summary
Methods inherited from interface org.bukkit.metadata.Metadatable
getMetadata, hasMetadata, removeMetadata, setMetadata
Methods inherited from interface de.marcely.bedwars.tools.PersistentStorage.Holder
getPersistentStorage
Methods inherited from interface de.marcely.bedwars.api.world.block.SpecialBlock
asBukkit, asBukkitAsync, exists, getType, getWorld, getX, getY, getZ, onInteract, remove, update
-
Method Details
-
getPlace
int getPlace()Returns the place which will be displayed on the sign- Returns:
- The place that will be displayed on the sign
-
setPlace
void setPlace(int place) Set the new place that shall be shown on the sign- Parameters:
place
- The new place
-