Bukkit-API
1.7.9-R0.2
The inofficial Bukkit-API
|
Public Attributes | |
HORSE | |
DONKEY | |
MULE | |
UNDEAD_HORSE | |
SKELETON_HORSE | |
Represents the different types of horses that may exist.
Definition at line 14 of file Horse.java.
org.bukkit.entity.Horse.Variant.DONKEY |
A donkey
Definition at line 22 of file Horse.java.
org.bukkit.entity.Horse.Variant.HORSE |
A normal horse
Definition at line 18 of file Horse.java.
org.bukkit.entity.Horse.Variant.MULE |
A mule
Definition at line 26 of file Horse.java.
org.bukkit.entity.Horse.Variant.SKELETON_HORSE |
A skeleton horse
Definition at line 34 of file Horse.java.
org.bukkit.entity.Horse.Variant.UNDEAD_HORSE |
An undead horse
Definition at line 30 of file Horse.java.