![]() |
Bukkit
1.5.2-R1.0
|
Represents a Skeleton. More...
Inheritance diagram for org.bukkit.entity.Skeleton:
Collaboration diagram for org.bukkit.entity.Skeleton:Classes | |
| enum | SkeletonType |
Public Member Functions | |
| SkeletonType | getSkeletonType () |
| Gets the current type of this skeleton. | |
| void | setSkeletonType (SkeletonType type) |
| Sets the new type of this skeleton. | |
Represents a Skeleton.
Definition at line 6 of file Skeleton.java.
| SkeletonType org.bukkit.entity.Skeleton.getSkeletonType | ( | ) |
Gets the current type of this skeleton.
| void org.bukkit.entity.Skeleton.setSkeletonType | ( | SkeletonType | type | ) |
Sets the new type of this skeleton.
| type | New type |