Uses of Enum Class
net.minecraft.block.enums.ComparatorMode
-
Uses of ComparatorMode in net.minecraft.block
-
Uses of ComparatorMode in net.minecraft.block.enums
Modifier 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. -
Uses of ComparatorMode in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final EnumProperty<ComparatorMode>
Properties.COMPARATOR_MODE
A property that specifies the mode a comparator is set to.