Package net.kyori.adventure.resource
Interface ResourcePackInfoLike
-
- All Known Subinterfaces:
ResourcePackInfo
,ResourcePackInfo.Builder
public interface ResourcePackInfoLike
Something that can be represented as aResourcePackInfo
.- Since:
- 4.15.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ResourcePackInfo
asResourcePackInfo()
Gets aResourcePackInfo
representation.
-
-
-
Method Detail
-
asResourcePackInfo
@NotNull @NotNull ResourcePackInfo asResourcePackInfo()
Gets aResourcePackInfo
representation.- Returns:
- a component
- Since:
- 4.15.0
-
-