Uses of Enum Class
org.bukkit.entity.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.entity
Modifier and TypeMethodDescriptionFox.getFoxType()
Gets the current type of this fox.static Fox.Type
Returns 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.Modifier and TypeMethodDescriptionvoid
Fox.setFoxType
(@NotNull Fox.Type type) Sets the current type of this fox.