Uses of Class
com.github.junrar.unpack.ppm.BlockTypes
-
Packages that use BlockTypes Package Description com.github.junrar.unpack com.github.junrar.unpack.ppm -
-
Uses of BlockTypes in com.github.junrar.unpack
Fields in com.github.junrar.unpack declared as BlockTypes Modifier and Type Field Description private BlockTypesUnpack. unpBlockType -
Uses of BlockTypes in com.github.junrar.unpack.ppm
Methods in com.github.junrar.unpack.ppm that return BlockTypes Modifier and Type Method Description static BlockTypesBlockTypes. findBlockType(int blockType)static BlockTypesBlockTypes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BlockTypes[]BlockTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-