Uses of Enum Class
net.minecraft.world.level.block.state.properties.PotentSulfurState
Packages that use PotentSulfurState
Package
Description
-
Uses of PotentSulfurState in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type PotentSulfurStateModifier and TypeFieldDescriptionstatic final EnumProperty<PotentSulfurState> PotentSulfurBlock.STATE -
Uses of PotentSulfurState in net.minecraft.world.level.block.state.properties
Subclasses with type arguments of type PotentSulfurState in net.minecraft.world.level.block.state.propertiesFields in net.minecraft.world.level.block.state.properties with type parameters of type PotentSulfurStateModifier and TypeFieldDescriptionstatic final EnumProperty<PotentSulfurState> BlockStateProperties.POTENT_SULFUR_STATEMethods in net.minecraft.world.level.block.state.properties that return PotentSulfurStateModifier and TypeMethodDescriptionstatic PotentSulfurStateReturns the enum constant of this class with the specified name.static PotentSulfurState[]PotentSulfurState.values()Returns an array containing the constants of this enum class, in the order they are declared.