net.minecraft.server.packs.resources

public class FallbackResourceManager

implements ResourceManager

yv
net.minecraft.server.packs.resources.FallbackResourceManager
net.minecraft.class_3294
net.minecraft.resource.NamespaceResourceManager
net.minecraft.resources.FallbackResourceManager
net.minecraft.server.v1_15_R1.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<Pack>
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(ye arg0)
add(Pack arg0)
method_24233(class_3262 arg0)
addPack(ResourcePack pack)
func_199021_a(IResourcePack arg0)
public Resource
a(sm arg0)
getResource(ResourceLocation arg0)
method_14486(class_2960 arg0)
getResource(Identifier arg0)
func_199002_a(ResourceLocation arg0)
protected InputStream
a(sm arg0, ye arg1)
getWrappedResource(ResourceLocation arg0, Pack arg1)
method_14476(class_2960 arg0, class_3262 arg1)
open(Identifier id, ResourcePack pack)
func_199019_a(ResourceLocation arg0, IResourcePack arg1)
private void
e(sm arg0)
validateLocation(ResourceLocation arg0)
method_14472(class_2960 arg0)
validate(Identifier id)
func_199022_d(ResourceLocation arg0)
private boolean
f(sm arg0)
isValidLocation(ResourceLocation arg0)
method_18221(class_2960 arg0)
isPathAbsolute(Identifier id)
func_219541_f(ResourceLocation arg0)
public List<Resource>
c(sm 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(sm 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(sm arg0)
hasResource(ResourceLocation arg0)
method_18234(class_2960 arg0)
containsResource(Identifier arg0)
func_219533_b(ResourceLocation arg0)