Package net.kyori.adventure.resource
Interface ResourcePackRequestLike
- All Known Subinterfaces:
 ResourcePackRequest,ResourcePackRequest.Builder
public interface ResourcePackRequestLike
Something that can be represented as a 
ResourcePackRequest.- Since:
 - 4.15.0
 
- 
Method Summary
Modifier and TypeMethodDescription@NotNull ResourcePackRequestGet the pack request representation. 
- 
Method Details
- 
asResourcePackRequest
Get the pack request representation.- Returns:
 - the pack request representation of this object
 - Since:
 - 4.15.0
 
 
 -