net.minecraft.server.packs.resources

public class MultiPackResourceManager

implements CloseableResourceManager

avo
net.minecraft.server.packs.resources.MultiPackResourceManager
net.minecraft.class_6861
net.minecraft.resource.LifecycledResourceManagerImpl
net.minecraft.server.packs.resources.ResourceManager

Field summary

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

Constructor summary

ModifierConstructor
public (PackType type, List<PackResources> packs)

Method summary

Modifier and TypeMethod
private ResourceFilterSection
a(aug arg0)
getPackFilterSection(PackResources arg0)
method_41274(class_3262 arg0)
parseResourceFilter(ResourcePack pack)
public Set<String>
a()
getNamespaces()
method_14487()
getAllNamespaces()
public Optional<Resource>
getResource(alz arg0)
getResource(ResourceLocation arg0)
method_14486(class_2960 arg0)
getResource(Identifier arg0)
public List<Resource>
a(alz arg0)
getResourceStack(ResourceLocation arg0)
method_14489(class_2960 arg0)
getAllResources(Identifier arg0)
public Map<ResourceLocation, Resource>
b(String arg0, Predicate<alz> arg1)
listResources(String arg0, Predicate<ResourceLocation> arg1)
method_14488(String arg0, Predicate<class_2960> arg1)
findResources(String arg0, Predicate<Identifier> arg1)
public Map<ResourceLocation, List<Resource>>
c(String arg0, Predicate<alz> arg1)
listResourceStacks(String arg0, Predicate<ResourceLocation> arg1)
method_41265(String arg0, Predicate<class_2960> arg1)
findAllResources(String arg0, Predicate<Identifier> arg1)
private static void
a(String arg0)
checkTrailingDirectoryPath(String arg0)
method_45303(String arg0)
validateStartingPath(String startingPath)
public Stream<PackResources>
b()
listPacks()
method_29213()
streamResourcePacks()
public void
close()
close()