Class BadOptifineJarError
🏭 Constructors
constructor
ts
new BadOptifineJarError(optifine: string, entry: string): BadOptifineJarError
Parameters
- optifine:
string
- entry:
string
What entry in jar is missing
Return Type
BadOptifineJarError
Defined in: packages/installer/optifine.ts:65
🏷️ Properties
entry public
ts
entry: string
What entry in jar is missing
Defined in: packages/installer/optifine.ts:70
error
ts
error: string = 'BadOptifineJarError'
Defined in: packages/installer/optifine.ts:75
optifine public
ts
optifine: string
Defined in: packages/installer/optifine.ts:66