Uses of Enum Class
org.bukkit.block.BlockFace
Package
Description
Classes used to manipulate the voxels in a
world
,
including special states.Generalized BlockData classes.
Specific BlockData classes relevant to only a given block or set of blocks.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Events
relating to entities that hang
.Classes that represents various voxel types and states.
Classes relevant to specific material types.
Multi and single purpose classes to facilitate various programmatic
concepts.
-
Uses of BlockFace in com.destroystokyo.paper.block
Modifier and TypeMethodDescriptionTargetBlockInfo.getBlockFace()
Deprecated, for removal: This API element is subject to removal in a future version.Get the targeted BlockFaceModifierConstructorDescriptionTargetBlockInfo
(@NotNull Block block, @NotNull BlockFace blockFace) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BlockFace in io.papermc.paper.block
Modifier and TypeMethodDescriptionMovingPiston.getDirection()
The direction that the current moving piston is pushing/pulling a block in. -
Uses of BlockFace in io.papermc.paper.event.block
ModifierConstructorDescriptionDeprecated.TargetHitEvent
(@NotNull Projectile projectile, @NotNull Block block, @NotNull BlockFace blockFace, int signalStrength) -
Uses of BlockFace in io.papermc.paper.event.entity
ModifierConstructorDescriptionWaterBottleSplashEvent
(@NotNull ThrownPotion potion, @Nullable Entity hitEntity, @Nullable Block hitBlock, @Nullable BlockFace hitFace, @NotNull Map<LivingEntity, Double> affectedEntities, @NotNull Set<LivingEntity> rehydrate, @NotNull Set<LivingEntity> extinguish) -
Uses of BlockFace in io.papermc.paper.math
Modifier and TypeMethodDescriptiondefault @NotNull BlockPosition
Returns a block position offset by 1 in the direction specified.default @NotNull BlockPosition
Returns a block position offset in the direction specified multiplied by the amount. -
Uses of BlockFace in org.bukkit.block
Modifier and TypeMethodDescriptionGets the face relation of this block compared to the given block.BlockFace.getOppositeFace()
Skull.getRotation()
Deprecated.static BlockFace
Returns the enum constant of this class with the specified name.static BlockFace[]
BlockFace.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
Block.applyBoneMeal
(@NotNull BlockFace face) Simulate bone meal application to this block (if possible).int
Block.getBlockPower
(@NotNull BlockFace face) Returns the redstone power being provided to this block faceBlock.getRelative
(@NotNull BlockFace face) Gets the block at the given faceBlock.getRelative
(@NotNull BlockFace face, int distance) Gets the block at the given distance of the given faceboolean
Block.isBlockFaceIndirectlyPowered
(@NotNull BlockFace face) Returns true if the block face is being indirectly powered by Redstone.boolean
Block.isBlockFacePowered
(@NotNull BlockFace face) Returns true if the block face is being powered by Redstone.boolean
Ring this bell.boolean
Ring this bell.void
Skull.setRotation
(@NotNull BlockFace rotation) Deprecated.useBlockData
-
Uses of BlockFace in org.bukkit.block.data
Modifier and TypeMethodDescriptionDirectional.getFacing()
Gets the value of the 'facing' property.Rotatable.getRotation()
Gets the value of the 'rotation' property.Modifier and TypeMethodDescriptionMultipleFacing.getAllowedFaces()
Gets all of this faces which may be set on this block.Directional.getFaces()
Gets the faces which are applicable to this block.MultipleFacing.getFaces()
Get all of the faces which are enabled on this block.Modifier and TypeMethodDescriptionboolean
Checks if this block has the specified face enabled.boolean
BlockData.isFaceSturdy
(@NotNull BlockFace face, @NotNull BlockSupport support) Checks if a state'sBlockFace
is capable of providing a given level ofBlockSupport
for neighbouring block states.void
Set whether this block has the specified face enabled.void
Sets the value of the 'facing' property.void
Rotatable.setRotation
(@NotNull BlockFace rotation) Sets the value of the 'rotation' property. -
Uses of BlockFace in org.bukkit.block.data.type
Modifier and TypeMethodDescriptionPointedDripstone.getVerticalDirection()
Gets the value of the 'vertical_direction' property.Modifier and TypeMethodDescriptionRedstoneWire.getAllowedFaces()
Gets all of this faces which may be set on this block.PointedDripstone.getVerticalDirections()
Gets the faces which are applicable to this block.Modifier and TypeMethodDescriptionChecks the type of connection on the specified face.Gets the height of the specified face.void
RedstoneWire.setFace
(@NotNull BlockFace face, @NotNull RedstoneWire.Connection connection) Sets the type of connection on the specified face.void
Wall.setHeight
(@NotNull BlockFace face, @NotNull Wall.Height height) Set the height of the specified face.void
PointedDripstone.setVerticalDirection
(@NotNull BlockFace direction) Sets the value of the 'vertical_direction' property. -
Uses of BlockFace in org.bukkit.entity
Modifier and TypeMethodDescriptionShulker.getAttachedFace()
Gets the face to which the shulker is attached.ShulkerBullet.getCurrentMovementDirection()
Gets the current movement direction.Entity.getFacing()
Get the closest cardinalBlockFace
direction an entity is currently facing.default BlockFace
LivingEntity.getTargetBlockFace
(int maxDistance) Gets the blockface of that block that the living entity has targeted, ignoring fluidsLivingEntity.getTargetBlockFace
(int maxDistance, TargetBlockInfo.FluidMode fluidMode) Deprecated, for removal: This API element is subject to removal in a future version.LivingEntity.getTargetBlockFace
(int maxDistance, @NotNull FluidCollisionMode fluidMode) Gets the blockface of that block that the living entity has targetedModifier and TypeMethodDescriptionvoid
Shulker.setAttachedFace
(@NotNull BlockFace face) Sets the face to which the shulker is attached.void
ShulkerBullet.setCurrentMovementDirection
(BlockFace movementDirection) Set the current movement direction.boolean
Hanging.setFacingDirection
(@NotNull BlockFace face, boolean force) Sets the direction of the hanging entity, potentially overriding rules of placement. -
Uses of BlockFace in org.bukkit.event.block
Modifier and TypeMethodDescriptionBlockDamageEvent.getBlockFace()
Gets the BlockFace the player is interacting with.BellRingEvent.getDirection()
Get the direction in which the bell was rung.BlockPistonEvent.getDirection()
Return the direction in which the piston will operate.BlockFromToEvent.getFace()
Gets the BlockFace that the block is moving to.ModifierConstructorDescriptionBlockDamageEvent
(@NotNull Player player, @NotNull Block block, BlockFace blockFace, @NotNull ItemStack itemInHand, boolean instaBreak) BlockFromToEvent
(@NotNull Block block, @NotNull BlockFace face) BlockPistonEvent
(@NotNull Block block, @NotNull BlockFace direction) BlockPistonExtendEvent
(@NotNull Block block, int length, @NotNull BlockFace direction) Deprecated.BlockPistonExtendEvent
(@NotNull Block block, @NotNull List<Block> blocks, @NotNull BlockFace direction) BlockPistonRetractEvent
(@NotNull Block block, @NotNull List<Block> blocks, @NotNull BlockFace direction) -
Uses of BlockFace in org.bukkit.event.entity
Modifier and TypeMethodDescriptionEntityPlaceEvent.getBlockFace()
Returns the face of the block that the entity was placed onProjectileHitEvent.getHitBlockFace()
Gets the block face that was hit, if it was a block that was hit and the face was provided in the event.ModifierConstructorDescriptionEntityPlaceEvent
(@NotNull Entity entity, @Nullable Player player, @NotNull Block block, @NotNull BlockFace blockFace) Deprecated.EntityPlaceEvent
(@NotNull Entity entity, @Nullable Player player, @NotNull Block block, @NotNull BlockFace blockFace, @NotNull EquipmentSlot hand) ExpBottleEvent
(@NotNull ThrownExpBottle bottle, @Nullable Entity hitEntity, @Nullable Block hitBlock, @Nullable BlockFace hitFace, int exp) LingeringPotionSplashEvent
(@NotNull ThrownPotion potion, @Nullable Entity hitEntity, @Nullable Block hitBlock, @Nullable BlockFace hitFace, @NotNull AreaEffectCloud entity) PotionSplashEvent
(@NotNull ThrownPotion potion, @Nullable Entity hitEntity, @Nullable Block hitBlock, @Nullable BlockFace hitFace, @NotNull Map<LivingEntity, Double> affectedEntities) ProjectileHitEvent
(@NotNull Projectile projectile, @Nullable Entity hitEntity, @Nullable Block hitBlock, @Nullable BlockFace hitFace) -
Uses of BlockFace in org.bukkit.event.hanging
Modifier and TypeMethodDescriptionHangingPlaceEvent.getBlockFace()
Returns the face of the block that the hanging entity was placed onModifierConstructorDescriptionHangingPlaceEvent
(@NotNull Hanging hanging, @Nullable Player player, @NotNull Block block, @NotNull BlockFace blockFace, @Nullable EquipmentSlot hand) Deprecated.HangingPlaceEvent
(@NotNull Hanging hanging, @Nullable Player player, @NotNull Block block, @NotNull BlockFace blockFace, @Nullable EquipmentSlot hand, @Nullable ItemStack itemStack) -
Uses of BlockFace in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerBucketEvent.getBlockFace()
Get the face on the clicked blockPlayerInteractEvent.getBlockFace()
Returns the face of the block that was clickedModifierConstructorDescriptionPlayerBucketEmptyEvent
(@NotNull Player who, @NotNull Block blockClicked, @NotNull BlockFace blockFace, @NotNull Material bucket, @NotNull ItemStack itemInHand) Deprecated.PlayerBucketEmptyEvent
(@NotNull Player who, @NotNull Block block, @NotNull Block blockClicked, @NotNull BlockFace blockFace, @NotNull Material bucket, @NotNull ItemStack itemInHand) Deprecated.PlayerBucketEmptyEvent
(@NotNull Player who, @NotNull Block block, @NotNull Block blockClicked, @NotNull BlockFace blockFace, @NotNull Material bucket, @NotNull ItemStack itemInHand, @NotNull EquipmentSlot hand) PlayerBucketEvent
(@NotNull Player who, @NotNull Block blockClicked, @NotNull BlockFace blockFace, @NotNull Material bucket, @NotNull ItemStack itemInHand) Deprecated.PlayerBucketEvent
(@NotNull Player who, @NotNull Block block, @NotNull Block blockClicked, @NotNull BlockFace blockFace, @NotNull Material bucket, @NotNull ItemStack itemInHand) Deprecated.PlayerBucketEvent
(@NotNull Player who, @NotNull Block block, @NotNull Block blockClicked, @NotNull BlockFace blockFace, @NotNull Material bucket, @NotNull ItemStack itemInHand, @NotNull EquipmentSlot hand) PlayerBucketFillEvent
(@NotNull Player who, @NotNull Block blockClicked, @NotNull BlockFace blockFace, @NotNull Material bucket, @NotNull ItemStack itemInHand) Deprecated.PlayerBucketFillEvent
(@NotNull Player who, @NotNull Block block, @NotNull Block blockClicked, @NotNull BlockFace blockFace, @NotNull Material bucket, @NotNull ItemStack itemInHand) Deprecated.PlayerBucketFillEvent
(@NotNull Player who, @NotNull Block block, @NotNull Block blockClicked, @NotNull BlockFace blockFace, @NotNull Material bucket, @NotNull ItemStack itemInHand, @NotNull EquipmentSlot hand) PlayerInteractEvent
(@NotNull Player who, @NotNull Action action, @Nullable ItemStack item, @Nullable Block clickedBlock, @NotNull BlockFace clickedFace) PlayerInteractEvent
(@NotNull Player who, @NotNull Action action, @Nullable ItemStack item, @Nullable Block clickedBlock, @NotNull BlockFace clickedFace, @Nullable EquipmentSlot hand) PlayerInteractEvent
(@NotNull Player who, @NotNull Action action, @Nullable ItemStack item, @Nullable Block clickedBlock, @NotNull BlockFace clickedFace, @Nullable EquipmentSlot hand, @Nullable Vector clickedPosition) -
Uses of BlockFace in org.bukkit.material
Modifier and TypeFieldDescriptionprotected static final BlockFace
Comparator.DEFAULT_DIRECTION
Deprecated.protected static final BlockFace
Diode.DEFAULT_DIRECTION
Deprecated.protected static final BlockFace
Hopper.DEFAULT_DIRECTION
Deprecated.protected static final BlockFace
Tree.DEFAULT_DIRECTION
Deprecated.Modifier and TypeMethodDescriptionStairs.getAscendingDirection()
Deprecated.Attachable.getAttachedFace()
Gets the face that this block is attached onBanner.getAttachedFace()
Deprecated.Button.getAttachedFace()
Deprecated.Gets the face that this block is attached onCocoaPlant.getAttachedFace()
Deprecated.Ladder.getAttachedFace()
Deprecated.Gets the face that this block is attached onLever.getAttachedFace()
Deprecated.Gets the face that this block is attached onPistonExtensionMaterial.getAttachedFace()
Deprecated.Sign.getAttachedFace()
Deprecated.Gets the face that this block is attached onTorch.getAttachedFace()
Deprecated.Gets the face that this block is attached onTrapDoor.getAttachedFace()
Deprecated.TripwireHook.getAttachedFace()
Deprecated.Stairs.getDescendingDirection()
Deprecated.Rails.getDirection()
Deprecated.Tree.getDirection()
Deprecated.Get direction of the logBanner.getFacing()
Deprecated.Bed.getFacing()
Deprecated.Get the direction that this bed's head is facing towardCocoaPlant.getFacing()
Deprecated.Comparator.getFacing()
Deprecated.Gets the direction this comparator is facingDiode.getFacing()
Deprecated.Gets the direction this diode is facingDirectional.getFacing()
Gets the direction this block is facingDirectionalContainer.getFacing()
Deprecated.Dispenser.getFacing()
Deprecated.Door.getFacing()
Deprecated.Get the direction that this door is facing.Gate.getFacing()
Deprecated.Hopper.getFacing()
Deprecated.Gets the direction this hopper is facingObserver.getFacing()
Deprecated.PistonBaseMaterial.getFacing()
Deprecated.PistonExtensionMaterial.getFacing()
Deprecated.Pumpkin.getFacing()
Deprecated.Sign.getFacing()
Deprecated.Gets the direction that this sign is currently facingSimpleAttachableMaterialData.getFacing()
Deprecated.Skull.getFacing()
Deprecated.Stairs.getFacing()
Deprecated.Door.getHingeCorner()
Deprecated.This method should not be used; use hinge and facing accessors instead.Modifier and TypeMethodDescriptionboolean
Mushroom.isFacePainted
(BlockFace face) Deprecated.Checks whether a face of the block is painted with cap texture.boolean
Deprecated.Check if the vine is attached to the specified face of an adjacent block.void
Deprecated.Attach the vine to the specified face of an adjacent block.void
Vine.removeFromFace
(BlockFace face) Deprecated.Detach the vine from the specified face of an adjacent block.void
ExtendedRails.setDirection
(BlockFace face, boolean isOnSlope) Deprecated.void
Rails.setDirection
(BlockFace face, boolean isOnSlope) Deprecated.Set the direction of these tracksvoid
Tree.setDirection
(BlockFace dir) Deprecated.Set direction of the logvoid
Mushroom.setFacePainted
(BlockFace face, boolean painted) Deprecated.Use MushroomBlockType cap optionsvoid
Banner.setFacingDirection
(BlockFace face) Deprecated.void
Bed.setFacingDirection
(BlockFace face) Deprecated.Set which direction the head of the bed is facing.void
Button.setFacingDirection
(BlockFace face) Deprecated.Sets the direction this button is pointing towardvoid
CocoaPlant.setFacingDirection
(BlockFace face) Deprecated.void
Comparator.setFacingDirection
(BlockFace face) Deprecated.Sets the direction this comparator is facingvoid
Diode.setFacingDirection
(BlockFace face) Deprecated.Sets the direction this diode is facing.void
Directional.setFacingDirection
(@NotNull BlockFace face) Sets the direction that this block is facing invoid
DirectionalContainer.setFacingDirection
(BlockFace face) Deprecated.void
Dispenser.setFacingDirection
(BlockFace face) Deprecated.void
Door.setFacingDirection
(BlockFace face) Deprecated.Set the direction that this door should is facing.void
Gate.setFacingDirection
(BlockFace face) Deprecated.void
Hopper.setFacingDirection
(BlockFace face) Deprecated.Sets the direction this hopper is facingvoid
Ladder.setFacingDirection
(BlockFace face) Deprecated.Sets the direction this ladder is facingvoid
Lever.setFacingDirection
(BlockFace face) Deprecated.Sets the direction this lever is pointing invoid
Observer.setFacingDirection
(BlockFace face) Deprecated.void
PistonBaseMaterial.setFacingDirection
(BlockFace face) Deprecated.void
PistonExtensionMaterial.setFacingDirection
(BlockFace face) Deprecated.void
Pumpkin.setFacingDirection
(BlockFace face) Deprecated.void
Sign.setFacingDirection
(BlockFace face) Deprecated.void
Skull.setFacingDirection
(BlockFace face) Deprecated.void
Stairs.setFacingDirection
(BlockFace face) Deprecated.Set the direction the stair part of the block is facingvoid
Torch.setFacingDirection
(BlockFace face) Deprecated.void
TrapDoor.setFacingDirection
(BlockFace face) Deprecated.void
TripwireHook.setFacingDirection
(BlockFace face) Deprecated.ModifierConstructorDescriptionDeprecated.Instantiate a bed facing in a particular direction.Deprecated.Instantiate a chest facing in a particular direction.CocoaPlant
(CocoaPlant.CocoaPlantSize sz, BlockFace dir) Deprecated.Comparator
(BlockFace facingDirection) Deprecated.Constructs a comparator switched off, with the default mode (normal) and facing the specified direction.Comparator
(BlockFace facingDirection, boolean isSubtraction) Deprecated.Constructs a comparator switched off, with the specified mode and facing the specified direction.Comparator
(BlockFace facingDirection, boolean isSubtraction, boolean state) Deprecated.Constructs a comparator switched on or off, with the specified mode and facing the specified direction.Deprecated.Constructs a diode switched off, with a delay of 1 and facing the specified direction.Deprecated.Constructs a diode switched off, with the specified delay and facing the specified direction.Deprecated.Constructs a diode switched on or off, with the specified delay and facing the specified direction.Deprecated.Deprecated.Constructs the bottom half of a door of the given material type, facing the specified direction and set to closedDeprecated.Constructs the bottom half of a door of the given material type, facing the specified direction and set to open or closedDoor
(TreeSpecies species, BlockFace face) Deprecated.Constructs the bottom half of a wooden door of the given species, facing the specified direction and set to closedDoor
(TreeSpecies species, BlockFace face, boolean isOpen) Deprecated.Constructs the bottom half of a wooden door of the given species, facing the specified direction and set to open or closedEnderChest
(BlockFace direction) Deprecated.Instantiate an ender chest facing in a particular direction.Deprecated.Instantiate a furnace facing in a particular direction.Deprecated.Constructs a hopper facing the specified direction and initially active.Deprecated.Constructs a hopper facing the specified direction and either active or not.Deprecated.Constructs a brown/red mushroom cap block with the specified face or faces set to cap texture.Deprecated.Deprecated.Instantiate a pumpkin facing in a particular direction.SimpleAttachableMaterialData
(Material type, BlockFace direction) Deprecated.Deprecated.Instantiate a skull facing in a particular direction.Tree
(Material type, TreeSpecies species, BlockFace dir) Deprecated.Constructs a tree block of the given type and tree species, and facing the given direction.Tree
(TreeSpecies species, BlockFace dir) Deprecated.Constructs a tree block of the given tree species, and facing the given direction.TripwireHook
(BlockFace dir) Deprecated.Deprecated. -
Uses of BlockFace in org.bukkit.material.types
Modifier and TypeMethodDescriptionMushroomBlockTexture.getCapFace()
Deprecated.Gets the face that has cap texture.Modifier and TypeMethodDescriptionstatic @Nullable MushroomBlockTexture
MushroomBlockTexture.getCapByFace
(@Nullable BlockFace face) Deprecated.Gets the MushroomBlockType with cap texture on the given block face. -
Uses of BlockFace in org.bukkit.util
Modifier and TypeMethodDescriptionExpands this bounding box in the direction specified by the given block face.ModifierConstructorDescriptionRayTraceResult
(@NotNull Vector hitPosition, @Nullable BlockFace hitBlockFace) Creates a RayTraceResult.RayTraceResult
(@NotNull Vector hitPosition, @Nullable Block hitBlock, @Nullable BlockFace hitBlockFace) Creates a RayTraceResult.RayTraceResult
(@NotNull Vector hitPosition, @Nullable Entity hitEntity, @Nullable BlockFace hitBlockFace) Creates a RayTraceResult.
BlockData