Uses of Enum Class
net.minecraft.block.enums.CreakingHeartState
Packages that use CreakingHeartState
-
Uses of CreakingHeartState in net.minecraft.block
Fields in net.minecraft.block with type parameters of type CreakingHeartStateModifier and TypeFieldDescriptionstatic final EnumProperty
<CreakingHeartState> CreakingHeartBlock.ACTIVE
-
Uses of CreakingHeartState in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return CreakingHeartStateModifier and TypeMethodDescriptionstatic CreakingHeartState
Returns the enum constant of this class with the specified name.static CreakingHeartState[]
CreakingHeartState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CreakingHeartState in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type CreakingHeartStateModifier and TypeFieldDescriptionstatic final EnumProperty
<CreakingHeartState> Properties.CREAKING_HEART_STATE
A property that specifies the state of a creaking heart.