Package net.kyori.adventure.resource
Interface ResourcePackInfoLike
- All Known Subinterfaces:
ResourcePackInfo
,ResourcePackInfo.Builder
public interface ResourcePackInfoLike
Something that can be represented as a
ResourcePackInfo
.- Since:
- 4.15.0
-
Method Summary
Modifier and TypeMethodDescription@NotNull ResourcePackInfo
Gets aResourcePackInfo
representation.
-
Method Details
-
asResourcePackInfo
Gets aResourcePackInfo
representation.- Returns:
- a component
- Since:
- 4.15.0
-