net.minecraft.server.packs.resources

public class MultiPackResourceManager

implements CloseableResourceManager

avo
net.minecraft.server.packs.resources.MultiPackResourceManager
net.minecraft.class_6861

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_37288
private final Map<String, FallbackResourceManager>
c
namespacedManagers
field_36389
private final List<PackResources>
d
packs
field_36390

Constructor summary

ModifierConstructor
public (PackType arg0, List<PackResources> arg1)

Method summary

Modifier and TypeMethod
private ResourceFilterSection
a(auh arg0)
getPackFilterSection(PackResources arg0)
method_41274(class_3262 arg0)
public Set<String>
a()
getNamespaces()
method_14487()
public Optional<Resource>
getResource(alw arg0)
getResource(ResourceLocation arg0)
method_14486(class_2960 arg0)
public List<Resource>
a(alw arg0)
getResourceStack(ResourceLocation arg0)
method_14489(class_2960 arg0)
public Map<ResourceLocation, Resource>
b(String arg0, Predicate<alw> arg1)
listResources(String arg0, Predicate<ResourceLocation> arg1)
method_14488(String arg0, Predicate<class_2960> arg1)
public Map<ResourceLocation, List<Resource>>
c(String arg0, Predicate<alw> arg1)
listResourceStacks(String arg0, Predicate<ResourceLocation> arg1)
method_41265(String arg0, Predicate<class_2960> arg1)
private static void
a(String arg0)
checkTrailingDirectoryPath(String arg0)
method_45303(String arg0)
public Stream<PackResources>
b()
listPacks()
method_29213()
public void
close()
close()