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.CREAKINGMethods in net.minecraft.block that return CreakingHeartBlock.CreakingModifier and TypeMethodDescriptionstatic CreakingHeartBlock.CreakingReturns 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.CREAKINGA property that specifies the state of a creaking heart.