Uses of Interface
net.minecraft.server.packs.repository.PackSource
Package
Description
-
Uses of PackSource in net.minecraft.client
Modifier and TypeMethodDescriptionprivate static Pack
Minecraft.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
Modifier and TypeMethodDescriptionPackSelectionModel.Entry.getPackSource()
PackSelectionModel.EntryBase.getPackSource()
-
Uses of PackSource in net.minecraft.client.resources
Modifier and TypeMethodDescriptionClientPackSource.setServerPack
(File p_118567_, PackSource p_118568_) -
Uses of PackSource in net.minecraft.server.packs.repository
Modifier and TypeFieldDescriptionstatic final PackSource
PackSource.BUILT_IN
static final PackSource
PackSource.DEFAULT
private final PackSource
FolderRepositorySource.packSource
private final PackSource
Pack.packSource
static final PackSource
PackSource.SERVER
static final PackSource
PackSource.WORLD
Modifier and TypeMethodDescriptionstatic PackSource
PackSource.decorating
(String p_10534_) Pack.getPackSource()
static PackSource
PackSource.passThrough()
Modifier and TypeMethodDescriptionstatic Pack
Pack.create
(String p_10431_, boolean p_10432_, Supplier<PackResources> p_10433_, Pack.PackConstructor p_10434_, Pack.Position p_10435_, PackSource p_10436_) default Pack
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_) 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) ModifierConstructorDescriptionFolderRepositorySource
(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)