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