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