Package | Description |
---|---|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
Modifier and Type | Method and Description |
---|---|
Skeleton.SkeletonType |
Skeleton.getSkeletonType()
Gets the current type of this skeleton.
|
static Skeleton.SkeletonType |
Skeleton.SkeletonType.getType(int id)
Deprecated.
Magic value
|
static Skeleton.SkeletonType |
Skeleton.SkeletonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Skeleton.SkeletonType[] |
Skeleton.SkeletonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Skeleton.setSkeletonType(Skeleton.SkeletonType type)
Sets the new type of this skeleton.
|
Copyright © 2021. All rights reserved.