Uses of Interface
net.kyori.adventure.resource.ResourcePackInfo
Packages that use ResourcePackInfo
-
Uses of ResourcePackInfo in net.kyori.adventure.resource
Subinterfaces with type arguments of type ResourcePackInfo in net.kyori.adventure.resourceModifier and TypeInterfaceDescriptionstatic interfaceA builder for resource pack requests.Methods in net.kyori.adventure.resource that return ResourcePackInfoModifier and TypeMethodDescriptiondefault ResourcePackInfoResourcePackInfo.asResourcePackInfo()default ResourcePackInfoResourcePackInfo.Builder.asResourcePackInfo()ResourcePackInfoLike.asResourcePackInfo()Gets aResourcePackInforepresentation.ResourcePackInfo.Builder.build()Builds.static ResourcePackInfoResourcePackInfo.resourcePackInfo(UUID id, URI uri, String hash) Creates information about a resource pack.Methods in net.kyori.adventure.resource that return types with arguments of type ResourcePackInfoModifier and TypeMethodDescriptiondefault CompletableFuture<ResourcePackInfo> ResourcePackInfo.Builder.computeHashAndBuild()Builds, computing a hash based on the provided URL.ResourcePackInfo.Builder.computeHashAndBuild(Executor executor) Builds, computing a hash based on the provided URL.ResourcePackRequest.packs()The resource packs to apply.