Class NexoPrePackGenerateEvent
-
- All Implemented Interfaces:
public final class NexoPrePackGenerateEvent extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNexoPrePackGenerateEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ResourcePackresourcePackpublic final static NexoPrePackGenerateEvent.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description NexoPrePackGenerateEvent(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()
-
-
-
-