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