Uses of Enum Class
net.minecraft.block.enums.ComparatorMode
Packages that use ComparatorMode
-
Uses of ComparatorMode in net.minecraft.block
Fields in net.minecraft.block with type parameters of type ComparatorMode -
Uses of ComparatorMode in net.minecraft.block.enums
Methods in net.minecraft.block.enums 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. -
Uses of ComparatorMode in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type ComparatorModeModifier and TypeFieldDescriptionstatic EnumProperty<ComparatorMode>
Properties.COMPARATOR_MODE
A property that specifies the mode a comparator is set to.