JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.bukkit.block.sign.SignSide
Packages that use
SignSide
Package
Description
org.bukkit.block
Classes used to manipulate the voxels in a
world
, including special states.
Uses of
SignSide
in
org.bukkit.block
Methods in
org.bukkit.block
that return
SignSide
Modifier and Type
Method
Description
@NotNull
SignSide
Sign.
getSide
(
@NotNull
Side
side)
Return the side of the sign.
@NotNull
SignSide
Sign.
getTargetSide
(
@NotNull
Player
player)
Gets the side of this sign the given player is currently standing on.