Uses of Interface
net.kyori.adventure.resource.ResourcePackInfoLike
Packages that use ResourcePackInfoLike
Package
Description
A receiver of Minecraft media.
Data for controlling resource packs.
-
Uses of ResourcePackInfoLike in net.kyori.adventure.audience
Methods in net.kyori.adventure.audience with parameters of type ResourcePackInfoLikeModifier and TypeMethodDescriptiondefault voidAudience.removeResourcePacks(ResourcePackInfoLike request, ResourcePackInfoLike... others) Clear resource packs with the IDs used in the provided requests if they are present.default voidAudience.sendResourcePacks(ResourcePackInfoLike first, ResourcePackInfoLike... others) Sends a request to apply resource packs to this audience. -
Uses of ResourcePackInfoLike in net.kyori.adventure.resource
Subinterfaces of ResourcePackInfoLike in net.kyori.adventure.resourceModifier and TypeInterfaceDescriptioninterfaceRepresents information about a resource pack that can be sent to players.static interfaceA builder for resource pack requests.Methods in net.kyori.adventure.resource with parameters of type ResourcePackInfoLikeModifier and TypeMethodDescriptionstatic ResourcePackRequestResourcePackRequest.addingRequest(ResourcePackInfoLike first, ResourcePackInfoLike... others) Create a basic request to apply the provided resource packs.ResourcePackRequest.Builder.packs(ResourcePackInfoLike first, ResourcePackInfoLike... others) Set the resource packs to apply.Method parameters in net.kyori.adventure.resource with type arguments of type ResourcePackInfoLikeModifier and TypeMethodDescriptionResourcePackRequest.Builder.packs(Iterable<? extends ResourcePackInfoLike> packs) Set the resource packs to apply.ResourcePackRequest.packs(Iterable<? extends ResourcePackInfoLike> packs) Set the resource packs to apply.