Uses of Interface
net.minecraft.server.packs.repository.PackSource
Packages that use PackSource
Package
Description
-
Uses of PackSource in net.minecraft.client
Methods in net.minecraft.client with parameters of type PackSourceModifier and TypeMethodDescriptionprivate static PackMinecraft.createClientPackAdapter(String p_167934_, Component p_167935_, boolean p_167936_, Supplier<PackResources> p_167937_, PackMetadataSection p_167938_, Pack.Position p_167939_, PackSource p_167940_, boolean hidden) -
Uses of PackSource in net.minecraft.client.gui.screens.packs
Methods in net.minecraft.client.gui.screens.packs that return PackSourceModifier and TypeMethodDescriptionPackSelectionModel.Entry.getPackSource()PackSelectionModel.EntryBase.getPackSource() -
Uses of PackSource in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type PackSourceModifier and TypeMethodDescriptionClientPackSource.setServerPack(File p_118567_, PackSource p_118568_) -
Uses of PackSource in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as PackSourceModifier and TypeFieldDescriptionstatic PackSourcePackSource.BUILT_INstatic PackSourcePackSource.DEFAULTprivate PackSourceFolderRepositorySource.packSourceprivate PackSourcePack.packSourcestatic PackSourcePackSource.SERVERstatic PackSourcePackSource.WORLDMethods in net.minecraft.server.packs.repository that return PackSourceModifier and TypeMethodDescriptionstatic PackSourcePackSource.decorating(String p_10534_)Pack.getPackSource()static PackSourcePackSource.passThrough()Methods in net.minecraft.server.packs.repository with parameters of type PackSourceModifier and TypeMethodDescriptionstatic PackPack.create(String p_10431_, boolean p_10432_, Supplier<PackResources> p_10433_, Pack.PackConstructor p_10434_, Pack.Position p_10435_, PackSource p_10436_)default PackPack.PackConstructor.create(String p_143874_, Component p_143875_, boolean p_143876_, Supplier<PackResources> p_143877_, PackMetadataSection p_143878_, Pack.Position p_143879_, PackSource p_143880_)Deprecated.Pack.PackConstructor.create(String p_143874_, Component p_143875_, boolean p_143876_, Supplier<PackResources> p_143877_, PackMetadataSection p_143878_, Pack.Position p_143879_, PackSource p_143880_, boolean hidden)Constructors in net.minecraft.server.packs.repository with parameters of type PackSourceModifierConstructorDescriptionFolderRepositorySource(File p_10386_, PackSource p_10387_)Pack(String p_10420_, boolean p_10421_, Supplier<PackResources> p_10422_, Component p_10423_, Component p_10424_, PackCompatibility p_10425_, Pack.Position p_10426_, boolean p_10427_, PackSource p_10428_)Deprecated.Pack(String p_10420_, boolean p_10421_, Supplier<PackResources> p_10422_, Component p_10423_, Component p_10424_, PackCompatibility p_10425_, Pack.Position p_10426_, boolean p_10427_, PackSource p_10428_, boolean hidden)Pack(String p_143865_, Component p_143866_, boolean p_143867_, Supplier<PackResources> p_143868_, PackMetadataSection p_143869_, PackType p_143870_, Pack.Position p_143871_, PackSource p_143872_)Deprecated.Pack(String p_143865_, Component p_143866_, boolean p_143867_, Supplier<PackResources> p_143868_, PackMetadataSection p_143869_, PackType p_143870_, Pack.Position p_143871_, PackSource p_143872_, boolean hidden)