Uses of Enum Class
org.bukkit.block.data.type.CreakingHeart.Creaking
Packages that use CreakingHeart.Creaking
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of CreakingHeart.Creaking in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return CreakingHeart.CreakingModifier and TypeMethodDescriptionCreakingHeart.getCreaking()Gets the value of the 'creaking' property.static CreakingHeart.CreakingReturns the enum constant of this class with the specified name.static CreakingHeart.Creaking[]CreakingHeart.Creaking.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.CreakingModifier and TypeMethodDescriptionvoidCreakingHeart.setCreaking(CreakingHeart.Creaking creaking) Sets the value of the 'creaking' property.