summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/Rotation.java
Commit message (Collapse)AuthorAgeLines
* Support the new Rotation values.Fabian Faßbender2014-12-02-2/+18
|
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-0/+1
| | | | A special thanks goes to @aerouk for almost all of the changes found here.
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-09-10-0/+1
|
* Add API for ItemFrames. Adds BUKKIT-2668h31ix2012-10-31-0/+45
As well as adding methods for ItemFrames, this moves some methods previously contained in Painting to Hanging, as they are shared by both classes. An enum was added that represents rotations, similar to a clock-face. This is needed as a contrast to cardinal direction based rotations.