Package org.bukkit.block.data.type
Interface Chest
- All Superinterfaces:
- BlockData,- Cloneable,- Directional,- Waterlogged
'type' represents which part of a double chest this block is, or if it is a
 single chest.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptiongetType()Gets the value of the 'type' property.voidsetType(@NotNull Chest.Type type) Sets the value of the 'type' 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.DirectionalgetFaces, getFacing, setFacingMethods inherited from interface org.bukkit.block.data.WaterloggedisWaterlogged, setWaterlogged
- 
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
 
 
-