Uses of Class
net.minecraft.resource.ResourcePackProfile
Packages that use ResourcePackProfile
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
Uses of ResourcePackProfile in net.minecraft.client
Methods in net.minecraft.client that return ResourcePackProfileModifier and TypeMethodDescriptionprivate static ResourcePackProfileMinecraftClient.createResourcePackProfile(String name, Text displayName, boolean alwaysEnabled, Supplier<ResourcePack> packFactory, PackResourceMetadata metadata, ResourcePackProfile.InsertionPosition insertionPosition, ResourcePackSource source) -
Uses of ResourcePackProfile in net.minecraft.client.gui.screen.pack
Fields in net.minecraft.client.gui.screen.pack declared as ResourcePackProfileModifier and TypeFieldDescriptionprivate ResourcePackProfileResourcePackOrganizer.AbstractPack.profileFields in net.minecraft.client.gui.screen.pack with type parameters of type ResourcePackProfileModifier and TypeFieldDescription(package private) List<ResourcePackProfile>ResourcePackOrganizer.disabledPacks(package private) List<ResourcePackProfile>ResourcePackOrganizer.enabledPacks(package private) Function<ResourcePackProfile,Identifier>ResourcePackOrganizer.field_25785Methods in net.minecraft.client.gui.screen.pack that return types with arguments of type ResourcePackProfileModifier and TypeMethodDescriptionprotected abstract List<ResourcePackProfile>ResourcePackOrganizer.AbstractPack.getCurrentList()protected List<ResourcePackProfile>ResourcePackOrganizer.DisabledPack.getCurrentList()protected List<ResourcePackProfile>ResourcePackOrganizer.EnabledPack.getCurrentList()protected abstract List<ResourcePackProfile>ResourcePackOrganizer.AbstractPack.getOppositeList()protected List<ResourcePackProfile>ResourcePackOrganizer.DisabledPack.getOppositeList()protected List<ResourcePackProfile>ResourcePackOrganizer.EnabledPack.getOppositeList()Methods in net.minecraft.client.gui.screen.pack with parameters of type ResourcePackProfileModifier and TypeMethodDescriptionprivate IdentifierPackScreen.getPackIconTexture(ResourcePackProfile resourcePackProfile)private IdentifierPackScreen.loadPackIcon(TextureManager textureManager, ResourcePackProfile resourcePackProfile)Constructors in net.minecraft.client.gui.screen.pack with parameters of type ResourcePackProfileModifierConstructorDescriptionAbstractPack(ResourcePackProfile profile)DisabledPack(ResourcePackProfile profile)EnabledPack(ResourcePackProfile profile)Constructor parameters in net.minecraft.client.gui.screen.pack with type arguments of type ResourcePackProfileModifierConstructorDescriptionResourcePackOrganizer(Runnable updateCallback, Function<ResourcePackProfile,Identifier> function, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) -
Uses of ResourcePackProfile in net.minecraft.client.resource
Fields in net.minecraft.client.resource declared as ResourcePackProfileModifier and TypeFieldDescriptionprivate @Nullable ResourcePackProfileClientBuiltinResourcePackProvider.serverContainerMethods in net.minecraft.client.resource that return ResourcePackProfileModifier and TypeMethodDescriptionprivate @Nullable ResourcePackProfileClientBuiltinResourcePackProvider.getProgrammerArtResourcePackProfile(ResourcePackProfile.Factory factory)private static @Nullable ResourcePackProfileClientBuiltinResourcePackProvider.getProgrammerArtResourcePackProfile(ResourcePackProfile.Factory factory, Supplier<ResourcePack> packSupplier)Method parameters in net.minecraft.client.resource with type arguments of type ResourcePackProfileModifier and TypeMethodDescriptionvoidClientBuiltinResourcePackProvider.register(Consumer<ResourcePackProfile> profileAdder, ResourcePackProfile.Factory factory)Register resource pack profiles created with thefactoryto theprofileAdder. -
Uses of ResourcePackProfile in net.minecraft.resource
Fields in net.minecraft.resource with type parameters of type ResourcePackProfileModifier and TypeFieldDescriptionprivate List<ResourcePackProfile>ResourcePackManager.enabledprivate Map<String,ResourcePackProfile>ResourcePackManager.profilesMethods in net.minecraft.resource that return ResourcePackProfileModifier and TypeMethodDescriptionResourcePackProfile.Factory.create(String name, Text displayName, boolean alwaysEnabled, Supplier<ResourcePack> packFactory, PackResourceMetadata metadata, ResourcePackProfile.InsertionPosition initialPosition, ResourcePackSource source)Creates a proper resource pack profile from the given parameters.ResourcePackManager.getProfile(String name)static @Nullable ResourcePackProfileResourcePackProfile.of(String name, boolean alwaysEnabled, Supplier<ResourcePack> packFactory, ResourcePackProfile.Factory profileFactory, ResourcePackProfile.InsertionPosition insertionPosition, ResourcePackSource packSource)Creates a resource pack profile from the given parameters.Methods in net.minecraft.resource that return types with arguments of type ResourcePackProfileModifier and TypeMethodDescriptionprivate List<ResourcePackProfile>ResourcePackManager.buildEnabledProfiles(Collection<String> enabledNames)ResourcePackManager.getEnabledProfiles()ResourcePackManager.getProfiles()private Map<String,ResourcePackProfile>ResourcePackManager.providePackProfiles()private Stream<ResourcePackProfile>ResourcePackManager.streamProfilesByName(Collection<String> names)Method parameters in net.minecraft.resource with type arguments of type ResourcePackProfileModifier and TypeMethodDescription<T> intResourcePackProfile.InsertionPosition.insert(List<T> items, T item, Function<T,ResourcePackProfile> profileGetter, boolean listInverted)voidFileResourcePackProvider.register(Consumer<ResourcePackProfile> profileAdder, ResourcePackProfile.Factory factory)Register resource pack profiles created with thefactoryto theprofileAdder.voidResourcePackProvider.register(Consumer<ResourcePackProfile> profileAdder, ResourcePackProfile.Factory factory)Register resource pack profiles created with thefactoryto theprofileAdder.voidVanillaDataPackProvider.register(Consumer<ResourcePackProfile> profileAdder, ResourcePackProfile.Factory factory)Register resource pack profiles created with thefactoryto theprofileAdder. -
Uses of ResourcePackProfile in net.minecraft.server.command
Methods in net.minecraft.server.command that return ResourcePackProfileModifier and TypeMethodDescriptionprivate static ResourcePackProfileDatapackCommand.getPackContainer(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name, boolean enable)Methods in net.minecraft.server.command with parameters of type ResourcePackProfileModifier and TypeMethodDescriptionvoidDatapackCommand.PackAdder.apply(List<ResourcePackProfile> profiles, ResourcePackProfile profile)private static intDatapackCommand.executeDisable(ServerCommandSource source, ResourcePackProfile container)private static intDatapackCommand.executeEnable(ServerCommandSource source, ResourcePackProfile container, DatapackCommand.PackAdder packAdder)Method parameters in net.minecraft.server.command with type arguments of type ResourcePackProfileModifier and TypeMethodDescriptionvoidDatapackCommand.PackAdder.apply(List<ResourcePackProfile> profiles, ResourcePackProfile profile)