Bukkit  1.5.2-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.entity.Skeleton Interface Reference

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.
 

Detailed Description

Represents a Skeleton.

Definition at line 6 of file Skeleton.java.

Member Function Documentation

SkeletonType org.bukkit.entity.Skeleton.getSkeletonType ( )

Gets the current type of this skeleton.

Returns
Current type
void org.bukkit.entity.Skeleton.setSkeletonType ( SkeletonType  type)

Sets the new type of this skeleton.

Parameters
typeNew type

The documentation for this interface was generated from the following file: