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 Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetType()Gets the value of the 'type' property.voidsetType(Chest.Type type) Sets the value of the 'type' property.Methods inherited from interface BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotateMethods inherited from interface Directional
getFaces, getFacing, setFacingMethods inherited from interface Waterlogged
isWaterlogged, setWaterlogged
-
Method Details
-
getType
-
setType
Sets the value of the 'type' property.- Parameters:
type- the new 'type' value
-