Package com.nexomc.nexo.pack
Class PackObfuscator
-
- All Implemented Interfaces:
public final class PackObfuscator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
PackObfuscator.Type
-
Field Summary
Fields Modifier and Type Field Description private final PackObfuscator.Type
obfuscationType
private final ObjectOpenHashSet<Key>
skippedKeys
-
Constructor Summary
Constructors Constructor Description PackObfuscator(ResourceContainer resourcePack)
-
Method Summary
Modifier and Type Method Description final PackObfuscator.Type
getObfuscationType()
final ObjectOpenHashSet<Key>
getSkippedKeys()
final Unit
obfuscatePack(String hash)
-
-
Method Detail
-
getObfuscationType
final PackObfuscator.Type getObfuscationType()
-
getSkippedKeys
final ObjectOpenHashSet<Key> getSkippedKeys()
-
obfuscatePack
final Unit obfuscatePack(String hash)
-
-
-
-