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