Uses of Enum Class
net.minecraft.block.CreakingHeartBlock.Creaking
-
Uses of CreakingHeartBlock.Creaking in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final EnumProperty
<CreakingHeartBlock.Creaking> CreakingHeartBlock.CREAKING
Modifier and TypeMethodDescriptionstatic CreakingHeartBlock.Creaking
Returns the enum constant of this class with the specified name.static CreakingHeartBlock.Creaking[]
CreakingHeartBlock.Creaking.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CreakingHeartBlock.Creaking in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final EnumProperty
<CreakingHeartBlock.Creaking> Properties.CREAKING
A property that specifies the state of a creaking heart.