Package org.bukkit.block.data.type
Interface SeaPickle
- All Superinterfaces:
- BlockData,- Cloneable,- Waterlogged
'pickles' indicates the number of pickles in this block.
- 
Method SummaryModifier and TypeMethodDescriptionintGets the maximum allowed value of the 'pickles' property.intGets the minimum allowed value of the 'pickles' property.intGets the value of the 'pickles' property.voidsetPickles(int pickles) Sets the value of the 'pickles' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDropsMethods inherited from interface org.bukkit.block.data.WaterloggedisWaterlogged, setWaterlogged
- 
Method Details- 
getPicklesint getPickles()Gets the value of the 'pickles' property.- Returns:
- the 'pickles' value
 
- 
setPicklesvoid setPickles(int pickles) Sets the value of the 'pickles' property.- Parameters:
- pickles- the new 'pickles' value
 
- 
getMinimumPicklesint getMinimumPickles()Gets the minimum allowed value of the 'pickles' property.- Returns:
- the minimum 'pickles' value
 
- 
getMaximumPicklesint getMaximumPickles()Gets the maximum allowed value of the 'pickles' property.- Returns:
- the maximum 'pickles' value
 
 
-