net.minecraft.resource

public class ResourcePackManager

implements AutoCloseable

aez
net.minecraft.server.packs.repository.PackRepository
net.minecraft.class_3283
net.minecraft.resource.ResourcePackManager
net.minecraft.unmapped.C_dqfyacfy
net.minecraft.src.C_62_

Field summary

Modifier and TypeField
private final Set<ResourcePackProvider>
a
sources
field_14227
providers
f_aminivre
f_10497_
private Map<String, ResourcePackProfile>
b
available
field_14226
profiles
f_xdvstrtq
f_10498_
private List<ResourcePackProfile>
c
selected
field_14225
enabled
f_owexwtxz
f_10499_
private final ResourcePackProfile$Factory
d
constructor
field_14228
profileFactory
f_wbomstwn
f_10500_

Constructor summary

ModifierConstructor
public (ResourcePackProfile$Factory profileFactory, ResourcePackProvider... providers)
public (ResourceType type, ResourcePackProvider... providers)

Method summary

Modifier and TypeMethod
public void
a()
reload()
method_14445()
scanPacks()
m_nffzgvzs()
m_10506_()
private Map<String, ResourcePackProfile>
g()
discoverAvailable()
method_29212()
providePackProfiles()
m_enqkqgsr()
m_10526_()
public void
a(Collection<String> arg0)
setSelected(Collection<String> arg0)
method_14447(Collection<String> arg0)
setEnabledProfiles(Collection<String> enabled)
m_bletxgrm(Collection<String> arg0)
m_10509_(Collection<String> arg0)
private List<ResourcePackProfile>
b(Collection<String> arg0)
rebuildSelected(Collection<String> arg0)
method_29208(Collection<String> arg0)
buildEnabledProfiles(Collection<String> enabledNames)
m_ltsazlhz(Collection<String> arg0)
m_10517_(Collection<String> arg0)
private Stream<ResourcePackProfile>
c(Collection<String> arg0)
getAvailablePacks(Collection<String> arg0)
method_29209(Collection<String> arg0)
streamProfilesByName(Collection<String> names)
m_jgcisnor(Collection<String> arg0)
m_10520_(Collection<String> arg0)
public Collection<String>
b()
getAvailableIds()
method_29206()
getNames()
m_gwpynlge()
m_10514_()
public Collection<ResourcePackProfile>
c()
getAvailablePacks()
method_14441()
getProfiles()
m_dyuqhutq()
m_10519_()
public Collection<String>
d()
getSelectedIds()
method_29210()
getEnabledNames()
m_uvmhepfn()
m_10523_()
public Collection<ResourcePackProfile>
e()
getSelectedPacks()
method_14444()
getEnabledProfiles()
m_cduyjyaj()
m_10524_()
public ResourcePackProfile
a(String arg0)
getPack(String arg0)
method_14449(String arg0)
getProfile(String name)
m_wznveqqm(String arg0)
m_10507_(String arg0)
public void
close()
close()
close()
public boolean
b(String arg0)
isAvailable(String arg0)
method_29207(String arg0)
hasProfile(String name)
m_hszphqkw(String arg0)
m_10515_(String arg0)
public List<ResourcePack>
f()
openAllSelected()
method_29211()
createResourcePacks()
m_obqijlja()
m_10525_()