Class NexoPostPackGenerateEvent
-
- All Implemented Interfaces:
public final class NexoPostPackGenerateEvent extends EventFires after all files are generated by Nexo, but before the pack is obfuscated This is to make you able to easily alter the pack without needing to access uuid-filenames
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNexoPostPackGenerateEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ResourcePackresourcePackpublic final static NexoPostPackGenerateEvent.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description NexoPostPackGenerateEvent(ResourcePack resourcePack)
-
Method Summary
Modifier and Type Method Description final ResourcePackgetResourcePack()final BooleanaddResourcePack(ResourcePack resourcePack)final BooleanaddResourcePack(File resourcePack)final BooleanaddUnknownFile(String path, ByteArray data)HandlerListgetHandlers()-
-
Method Detail
-
getResourcePack
final ResourcePack getResourcePack()
-
addResourcePack
final Boolean addResourcePack(ResourcePack resourcePack)
-
addResourcePack
final Boolean addResourcePack(File resourcePack)
-
addUnknownFile
final Boolean addUnknownFile(String path, ByteArray data)
-
getHandlers
HandlerList getHandlers()
-
-
-
-