Uses of Enum Class
net.minecraft.block.LeverBlock.LeverType
Packages that use LeverBlock.LeverType
-
Uses of LeverBlock.LeverType in net.minecraft.block
Fields in net.minecraft.block declared as LeverBlock.LeverTypeModifier and TypeFieldDescriptionprivate static final LeverBlock.LeverType[]LeverBlock.LeverType.TYPESFields in net.minecraft.block with type parameters of type LeverBlock.LeverTypeModifier and TypeFieldDescriptionstatic final EnumProperty<LeverBlock.LeverType>LeverBlock.FACINGMethods in net.minecraft.block that return LeverBlock.LeverTypeModifier and TypeMethodDescriptionstatic LeverBlock.LeverTypeLeverBlock.LeverType.getByDirection(Direction dir1, Direction dir2) static LeverBlock.LeverTypeLeverBlock.LeverType.getById(int id) static LeverBlock.LeverTypeReturns the enum constant of this class with the specified name.static LeverBlock.LeverType[]LeverBlock.LeverType.values()Returns an array containing the constants of this enum class, in the order they are declared.