Uses of Enum Class
org.bukkit.entity.Fox.Type
Packages that use Fox.Type
Package
Description
Interfaces for non-voxel objects that can exist in a 
world, including all players, monsters, projectiles, etc.- 
Uses of Fox.Type in org.bukkit.entityMethods in org.bukkit.entity that return Fox.TypeModifier and TypeMethodDescriptionFox.getFoxType()Gets the current type of this fox.static Fox.TypeReturns the enum constant of this class with the specified name.static Fox.Type[]Fox.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.entity with parameters of type Fox.TypeModifier and TypeMethodDescriptionvoidFox.setFoxType(@NotNull Fox.Type type) Sets the current type of this fox.