Uses of Enum Class
org.bukkit.block.data.type.CreakingHeart.State
Packages that use CreakingHeart.State
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of CreakingHeart.State in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return CreakingHeart.StateModifier and TypeMethodDescriptionCreakingHeart.getCreakingHeartState()
Gets the value of the 'creaking_heart_state' property.static CreakingHeart.State
Returns the enum constant of this class with the specified name.static CreakingHeart.State[]
CreakingHeart.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.block.data.type with parameters of type CreakingHeart.StateModifier and TypeMethodDescriptionvoid
CreakingHeart.setCreakingHeartState
(CreakingHeart.State state) Sets the value of the 'creaking_heart_state' property.