Package org.bukkit.block.data.type
Interface Jigsaw
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJigsaw.OrientationThe directions the Jigsaw can be oriented.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Jigsaw.OrientationgetOrientation()Gets the value of the 'orientation' property.voidsetOrientation(Jigsaw.Orientation orientation)Sets the value of the 'orientation' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, getSoundGroup, matches, merge
-
-
-
-
Method Detail
-
getOrientation
@NotNull Jigsaw.Orientation getOrientation()
Gets the value of the 'orientation' property.- Returns:
- the 'orientation' value
-
setOrientation
void setOrientation(@NotNull Jigsaw.Orientation orientation)
Sets the value of the 'orientation' property.- Parameters:
orientation- the new 'orientation' value
-
-