Uses of Class
net.minecraft.state.properties.ComparatorMode
-
Packages that use ComparatorMode Package Description net.minecraft.block net.minecraft.state.properties -
-
Uses of ComparatorMode in net.minecraft.block
Fields in net.minecraft.block with type parameters of type ComparatorMode Modifier and Type Field Description static EnumProperty<ComparatorMode>ComparatorBlock. MODE -
Uses of ComparatorMode in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type ComparatorMode Modifier and Type Field Description static EnumProperty<ComparatorMode>BlockStateProperties. MODE_COMPARATORMethods in net.minecraft.state.properties that return ComparatorMode Modifier and Type Method Description static ComparatorModeComparatorMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ComparatorMode[]ComparatorMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-