net.minecraft.server.packs.resources

public class FallbackResourceManager

implements ResourceManager

acb
net.minecraft.server.packs.resources.FallbackResourceManager
net.minecraft.class_3294
net.minecraft.resource.NamespaceResourceManager
net.minecraft.resources.FallbackResourceManager
net.minecraft.server.v1_16_R3.ResourceManagerFallback

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
b
LOGGER
field_14285
LOGGER
field_199024_b
protected final List<PackResources>
a
fallbacks
field_14283
packList
field_199023_a
private final PackType
c
type
field_14284
type
field_199025_c
private final String
d
namespace
field_21561
namespace
field_230027_d

Constructor summary

ModifierConstructor
public (PackType type, String namespace)

Method summary

Modifier and TypeMethod
public void
a(abj arg0)
add(PackResources arg0)
method_24233(class_3262 arg0)
addPack(ResourcePack pack)
func_199021_a(IResourcePack arg0)
public Resource
a(vk arg0)
getResource(ResourceLocation arg0)
method_14486(class_2960 arg0)
getResource(Identifier arg0)
func_199002_a(ResourceLocation arg0)
protected InputStream
a(vk arg0, abj arg1)
getWrappedResource(ResourceLocation arg0, PackResources arg1)
method_14476(class_2960 arg0, class_3262 arg1)
open(Identifier id, ResourcePack pack)
func_199019_a(ResourceLocation arg0, IResourcePack arg1)
private void
e(vk arg0)
validateLocation(ResourceLocation arg0)
method_14472(class_2960 arg0)
validate(Identifier id)
func_199022_d(ResourceLocation arg0)
private boolean
f(vk arg0)
isValidLocation(ResourceLocation arg0)
method_18221(class_2960 arg0)
isPathAbsolute(Identifier id)
func_219541_f(ResourceLocation arg0)
public List<Resource>
c(vk arg0)
getResources(ResourceLocation arg0)
method_14489(class_2960 arg0)
getAllResources(Identifier arg0)
func_199004_b(ResourceLocation arg0)
public Collection<ResourceLocation>
a(String arg0, Predicate<String> arg1)
listResources(String arg0, Predicate<String> arg1)
method_14488(String arg0, Predicate<String> arg1)
findResources(String arg0, Predicate<String> arg1)
func_199003_a(String arg0, Predicate<String> arg1)
static ResourceLocation
d(vk arg0)
getMetadataLocation(ResourceLocation arg0)
method_14473(class_2960 arg0)
getMetadataPath(Identifier id)
func_199020_c(ResourceLocation arg0)
public Set<String>
a()
getNamespaces()
method_14487()
getAllNamespaces()
func_199001_a()
public boolean
b(vk arg0)
hasResource(ResourceLocation arg0)
method_18234(class_2960 arg0)
containsResource(Identifier arg0)
func_219533_b(ResourceLocation arg0)
public Stream<PackResources>
b()
listPacks()
method_29213()
streamResourcePacks()
func_230232_b_()