Package io.papermc.paper.datapack
Interface DatapackManager
public interface DatapackManager
- 
Method SummaryModifier and TypeMethodDescription@NonNull Collection<Datapack>@NonNull Collection<Datapack>getPacks()
- 
Method Details- 
getPacks@NonNull Collection<Datapack> getPacks()- Returns:
- all the packs known to the server
 
- 
getEnabledPacks@NonNull Collection<Datapack> getEnabledPacks()- Returns:
- all the packs which are currently enabled
 
 
-