Package org.bukkit.block.data.type
Interface PointedDripstone
- All Superinterfaces:
- BlockData,- Cloneable,- Waterlogged
'thickness' represents the dripstone thickness.
 
'vertical_direction' represents the dripstone orientation.
Some blocks may not be able to face in all directions, use
'vertical_direction' represents the dripstone orientation.
Some blocks may not be able to face in all directions, use
getVerticalDirections() to get all possible directions for this
 block.- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumRepresents the thickness of the dripstone, corresponding to its position within a multi-block dripstone formation.
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the 'thickness' property.Gets the value of the 'vertical_direction' property.Gets the faces which are applicable to this block.voidsetThickness(PointedDripstone.Thickness thickness) Sets the value of the 'thickness' property.voidsetVerticalDirection(BlockFace direction) Sets the value of the 'vertical_direction' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getMaterial, getSoundGroup, matches, mergeMethods inherited from interface org.bukkit.block.data.WaterloggedisWaterlogged, setWaterlogged
- 
Method Details- 
getVerticalDirectionGets the value of the 'vertical_direction' property.- Returns:
- the 'vertical_direction' value
 
- 
setVerticalDirectionSets the value of the 'vertical_direction' property.- Parameters:
- direction- the new 'vertical_direction' value
 
- 
getVerticalDirectionsGets the faces which are applicable to this block.- Returns:
- the allowed 'vertical_direction' values
 
- 
getThicknessGets the value of the 'thickness' property.- Returns:
- the 'thickness' value
 
- 
setThicknessSets the value of the 'thickness' property.- Parameters:
- thickness- the new 'thickness' value
 
 
-