Uses of Enum Class
net.minecraft.block.enums.ComparatorMode
Packages that use ComparatorMode
- 
Uses of ComparatorMode in net.minecraft.blockFields in net.minecraft.block with type parameters of type ComparatorMode
- 
Uses of ComparatorMode in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return ComparatorModeModifier and TypeMethodDescriptionstatic ComparatorModeReturns 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.propertyFields in net.minecraft.state.property with type parameters of type ComparatorModeModifier and TypeFieldDescriptionstatic final EnumProperty<ComparatorMode>Properties.COMPARATOR_MODEA property that specifies the mode a comparator is set to.