枚举的使用
org.bukkit.entity.Boat.Type
使用Boat.Type的程序包
- 
org.bukkit.entity中Boat.Type的使用返回Boat.Type的org.bukkit.entity中的方法修饰符和类型方法说明Boat.getBoatType()已过时。different boats types are now different entity typesstatic Boat.Type已过时。返回带有指定名称的该类型的枚举常量。static Boat.Type[]Boat.Type.values()已过时。按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。参数类型为Boat.Type的org.bukkit.entity中的方法修饰符和类型方法说明voidBoat.setBoatType(@NotNull Boat.Type type) 已过时。different boats types are now different entity types