Uses of Enum Class
net.minecraft.block.CreakingHeartBlock.Creaking
Packages that use CreakingHeartBlock.Creaking
-
Uses of CreakingHeartBlock.Creaking in net.minecraft.block
Fields in net.minecraft.block with type parameters of type CreakingHeartBlock.CreakingModifier and TypeFieldDescriptionstatic final EnumProperty
<CreakingHeartBlock.Creaking> CreakingHeartBlock.CREAKING
Methods in net.minecraft.block that return CreakingHeartBlock.CreakingModifier 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
Fields in net.minecraft.state.property with type parameters of type CreakingHeartBlock.CreakingModifier and TypeFieldDescriptionstatic final EnumProperty
<CreakingHeartBlock.Creaking> Properties.CREAKING
A property that specifies the state of a creaking heart.