Uses of Enum Class
net.minecraft.world.level.block.state.properties.CreakingHeartState
Packages that use CreakingHeartState
Package
Description
-
Uses of CreakingHeartState in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type CreakingHeartStateModifier and TypeFieldDescriptionstatic final EnumProperty
<CreakingHeartState> CreakingHeartBlock.STATE
-
Uses of CreakingHeartState in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type CreakingHeartStateModifier and TypeFieldDescriptionstatic final EnumProperty
<CreakingHeartState> BlockStateProperties.CREAKING_HEART_STATE
Methods in net.minecraft.world.level.block.state.properties 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.