Package com.nexomc.nexo.pack
Object VanillaResourcePack
-
- All Implemented Interfaces:
public class VanillaResourcePack
-
-
Field Summary
Fields Modifier and Type Field Description private final ResourcePackresourcePackprivate final List<Key>vanillaSoundspublic final static VanillaResourcePackINSTANCE
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>extractLatest()final ResourcePackgetResourcePack()final List<Key>getVanillaSounds()-
-
Method Detail
-
extractLatest
final CompletableFuture<Void> extractLatest()
-
getResourcePack
final ResourcePack getResourcePack()
-
getVanillaSounds
final List<Key> getVanillaSounds()
-
-
-
-