Package org.bukkit.block.data.type
Interface CaveVinesPlant
- All Known Subinterfaces:
- CaveVines
'berries' indicates whether the block has berries.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGets the value of the 'berries' property.voidsetBerries(boolean berries) Sets the value of the 'berries' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getMaterial, getSoundGroup, matches, merge
- 
Method Details- 
isBerriesboolean isBerries()Gets the value of the 'berries' property.- Returns:
- the 'berries' value
 
- 
setBerriesvoid setBerries(boolean berries) Sets the value of the 'berries' property.- Parameters:
- berries- the new 'berries' value
 
 
-