Uses of Enum Class
com.github.junrar.unpack.ppm.BlockTypes
Packages that use BlockTypes
-
Uses of BlockTypes in com.github.junrar.unpack
Fields in com.github.junrar.unpack declared as BlockTypes -
Uses of BlockTypes in com.github.junrar.unpack.ppm
Subclasses with type arguments of type BlockTypes in com.github.junrar.unpack.ppmMethods in com.github.junrar.unpack.ppm that return BlockTypesModifier and TypeMethodDescriptionstatic BlockTypesBlockTypes.findBlockType(int blockType) static BlockTypesReturns the enum constant of this class with the specified name.static BlockTypes[]BlockTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.