Package org.bukkit.block.data.type
Interface TechnicalPiston
- All Superinterfaces:
- BlockData,- Cloneable,- Directional
- All Known Subinterfaces:
- PistonHead
'type' represents the type of piston which this (technical) block corresponds
 to.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptiongetType()Gets the value of the 'type' property.voidsetType(TechnicalPiston.Type type) Sets the value of the 'type' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getMaterial, getSoundGroup, matches, mergeMethods inherited from interface org.bukkit.block.data.DirectionalgetFaces, getFacing, setFacing
- 
Method Details- 
getTypeGets the value of the 'type' property.- Returns:
- the 'type' value
 
- 
setTypeSets the value of the 'type' property.- Parameters:
- type- the new 'type' value
 
 
-