Package org.bukkit.block.data
Interface Directional
- All Known Subinterfaces:
AmethystCluster
,Barrel
,Bed
,Beehive
,Bell
,BigDripleaf
,CalibratedSculkSensor
,Campfire
,Chest
,ChiseledBookshelf
,Cocoa
,CommandBlock
,Comparator
,CoralWallFan
,DecoratedPot
,Dispenser
,Door
,Dripleaf
,EnderChest
,EndPortalFrame
,Furnace
,Gate
,Grindstone
,Hopper
,Ladder
,Lectern
,LightningRod
,Observer
,PinkPetals
,Piston
,PistonHead
,RedstoneWallTorch
,Repeater
,SmallDripleaf
,Stairs
,Switch
,TechnicalPiston
,TrapDoor
,TripwireHook
,Vault
,WallHangingSign
,WallSign
,WallSkull
'facing' represents the face towards which the block is pointing.
Some blocks may not be able to face in all directions, use
Some blocks may not be able to face in all directions, use
getFaces()
to get all possible directions for this block.-
Method Summary
Methods inherited from interface org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
Method Details
-
getFacing
Gets the value of the 'facing' property.- Returns:
- the 'facing' value
-
setFacing
Sets the value of the 'facing' property.- Parameters:
facing
- the new 'facing' value
-
getFaces
Gets the faces which are applicable to this block.- Returns:
- the allowed 'facing' values
-