Package org.bukkit.packs
Interface ResourcePack
public interface ResourcePack
Represents a resource pack.
- See Also:
- 
Method Details- 
getIdGets the id of the resource pack.- Returns:
- the id
 
- 
getUrlGets the url of the resource pack.- Returns:
- the url
 
- 
getHashGets the hash of the resource pack.- Returns:
- the hash
 
- 
getPromptGets the prompt to show of the resource pack.- Returns:
- the prompt
 
- 
isRequiredboolean isRequired()Gets if the resource pack is required by the server.- Returns:
- True if is required
 
 
-