程序包 org.bukkit.packs
接口 ResourcePack
public interface ResourcePack
Represents a resource pack.
- 另请参阅:
- 
方法详细资料- 
getIdGets the id of the resource pack.- 返回:
- the id
 
- 
getUrlGets the url of the resource pack.- 返回:
- the url
 
- 
getHashGets the hash of the resource pack.- 返回:
- the hash
 
- 
getPromptGets the prompt to show of the resource pack.- 返回:
- the prompt
 
- 
isRequiredboolean isRequired()Gets if the resource pack is required by the server.- 返回:
- True if is required
 
 
-