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 enumPackObfuscator.Type
-
Field Summary
Fields Modifier and Type Field Description private final PackObfuscator.TypeobfuscationTypeprivate final ObjectOpenHashSet<Key>skippedKeys
-
Constructor Summary
Constructors Constructor Description PackObfuscator(ResourceContainer resourcePack)
-
Method Summary
Modifier and Type Method Description final PackObfuscator.TypegetObfuscationType()final ObjectOpenHashSet<Key>getSkippedKeys()final UnitobfuscatePack(String hash)-
-
Method Detail
-
getObfuscationType
final PackObfuscator.Type getObfuscationType()
-
getSkippedKeys
final ObjectOpenHashSet<Key> getSkippedKeys()
-
obfuscatePack
final Unit obfuscatePack(String hash)
-
-
-
-