mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 12:50:47 +00:00
More documentation.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Helpers.
|
||||
*/
|
||||
package com.jpexs.helpers;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Plugin support.
|
||||
*/
|
||||
package com.jpexs.helpers.plugin;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Working with properties files.
|
||||
*/
|
||||
package com.jpexs.helpers.properties;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Resources.
|
||||
*/
|
||||
package com.jpexs.helpers.resource;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Sound helpers.
|
||||
*/
|
||||
package com.jpexs.helpers.sound;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Collecting statistics.
|
||||
*/
|
||||
package com.jpexs.helpers.stat;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Stream helpets.
|
||||
*/
|
||||
package com.jpexs.helpers.streams;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Charset helpers.
|
||||
*/
|
||||
package com.jpexs.helpers.utf8.charset;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* UTF-8 encoding and decoding helpers.
|
||||
*/
|
||||
package com.jpexs.helpers.utf8;
|
||||
Reference in New Issue
Block a user