Uses of Interface
net.minecraft.resource.ResourcePackSource
Packages that use ResourcePackSource
Package
Description
The base package for all Minecraft classes.
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourcePackSource in net.minecraft
Fields in net.minecraft declared as ResourcePackSourceModifier and TypeFieldDescriptionprivate final ResourcePackSourceclass_9224.sourceThe field for thesourcerecord component.Methods in net.minecraft that return ResourcePackSourceModifier and TypeMethodDescriptionclass_9224.source()Returns the value of thesourcerecord component.Constructors in net.minecraft with parameters of type ResourcePackSourceModifierConstructorDescriptionclass_9224(String string, Text text, ResourcePackSource resourcePackSource, Optional<VersionedIdentifier> optional) -
Uses of ResourcePackSource in net.minecraft.client.gui.screen.pack
Methods in net.minecraft.client.gui.screen.pack that return ResourcePackSource -
Uses of ResourcePackSource in net.minecraft.client.resource.server
Fields in net.minecraft.client.resource.server declared as ResourcePackSource -
Uses of ResourcePackSource in net.minecraft.resource
Fields in net.minecraft.resource declared as ResourcePackSourceModifier and TypeFieldDescriptionstatic final ResourcePackSourceResourcePackSource.BUILTINstatic final ResourcePackSourceResourcePackSource.FEATUREstatic final ResourcePackSourceResourcePackSource.NONEstatic final ResourcePackSourceResourcePackSource.SERVERprivate final ResourcePackSourceFileResourcePackProvider.sourcestatic final ResourcePackSourceResourcePackSource.WORLDMethods in net.minecraft.resource that return ResourcePackSourceModifier and TypeMethodDescriptionstatic ResourcePackSourceResourcePackSource.create(UnaryOperator<Text> sourceTextSupplier, boolean canBeEnabledLater) ResourcePackProfile.getSource()Constructors in net.minecraft.resource with parameters of type ResourcePackSourceModifierConstructorDescriptionFileResourcePackProvider(Path packsDir, ResourceType type, ResourcePackSource source, SymlinkFinder symlinkFinder)