Package org.bukkit.block.data.type
Interface Gate
- All Superinterfaces:
- BlockData,- Cloneable,- Directional,- Openable,- Powerable
'in_wall" indicates if the fence gate is attached to a wall, and if true the
 texture is lowered by a small amount to blend in better.
- 
Method SummaryMethods 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.PowerableisPowered, setPowered
- 
Method Details- 
isInWallboolean isInWall()Gets the value of the 'in_wall' property.- Returns:
- the 'in_wall' value
 
- 
setInWallvoid setInWall(boolean inWall) Sets the value of the 'in_wall' property.- Parameters:
- inWall- the new 'in_wall' value
 
 
-