Uses of Enum Class
org.bukkit.block.sign.Side
Package
Description
Classes used to manipulate the voxels in a
world
,
including special states.Classes relevant to signs.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Side in io.papermc.paper.event.player
Modifier and TypeMethodDescriptionPlayerOpenSignEvent.getSide()
Gets which side of the sign was clicked.PlayerSignCommandPreprocessEvent.getSide()
Gets the side of the sign that the command originated from.ModifierConstructorDescriptionPlayerOpenSignEvent
(Player editor, Sign sign, Side side, PlayerOpenSignEvent.Cause cause) PlayerSignCommandPreprocessEvent
(Player player, String message, Set<Player> recipients, Sign sign, Side side) -
Uses of Side in org.bukkit.block
Modifier and TypeMethodDescriptionSign.getInteractableSideFor
(double x, double z) Compute the side facing the specific x and z coordinates.Sign.getInteractableSideFor
(@NotNull Position position) Compute the side facing the specific position.Sign.getInteractableSideFor
(@NotNull Entity entity) Compute the side facing the specified entity. -
Uses of Side in org.bukkit.block.sign
-
Uses of Side in org.bukkit.entity
-
Uses of Side in org.bukkit.event.block
-
Uses of Side in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerSignOpenEvent.getSide()
Deprecated, for removal: This API element is subject to removal in a future version.Gets side of the sign opened.ModifierConstructorDescriptionPlayerSignOpenEvent
(@NotNull Player player, @NotNull Sign sign, @NotNull Side side, @NotNull PlayerSignOpenEvent.Cause cause) Deprecated, for removal: This API element is subject to removal in a future version.