public interface BlockScore
Modifier and Type | Interface and Description |
---|---|
static class |
BlockScore.State
The possible states of a BlockScore.
|
Modifier and Type | Method and Description |
---|---|
org.bukkit.inventory.ItemStack |
getBlock()
The type of block.
|
int |
getCount()
The number of blocks of this type found on the island.
|
String |
getName()
User displayable name of the block.
|
double |
getScore()
The score contribution from this block.
|
BlockScore.State |
getState()
The current state of this block.
|
org.bukkit.inventory.ItemStack getBlock()
int getCount()
double getScore()
BlockScore.State getState()
String getName()
Copyright © 2016. All rights reserved.