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