Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.resources | |
net.minecraftforge.fml.client |
Modifier and Type | Field and Description |
---|---|
private java.util.List<IResourcePack> |
Minecraft.defaultResourcePacks |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourcePack |
class |
DefaultResourcePack |
class |
FileResourcePack |
class |
FolderResourcePack |
class |
LegacyV2Adapter |
Modifier and Type | Field and Description |
---|---|
private IResourcePack |
LegacyV2Adapter.pack |
private IResourcePack |
ResourcePackRepository.Entry.reResourcePack |
private IResourcePack |
ResourcePackListEntryServer.resourcePack |
IResourcePack |
ResourcePackRepository.rprDefaultResourcePack |
private IResourcePack |
ResourcePackRepository.serverResourcePack |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IResourcePack> |
FallbackResourceManager.resourcePacks |
Modifier and Type | Method and Description |
---|---|
IResourcePack |
ResourcePackRepository.Entry.getResourcePack() |
private IResourcePack |
ResourcePackRepository.getResourcePack(java.io.File p_191399_1_) |
IResourcePack |
ResourcePackRepository.getServerResourcePack() |
Modifier and Type | Method and Description |
---|---|
void |
FallbackResourceManager.addResourcePack(IResourcePack resourcePack) |
protected java.io.InputStream |
FallbackResourceManager.getInputStream(ResourceLocation location,
IResourcePack resourcePack) |
void |
SimpleReloadableResourceManager.reloadResourcePack(IResourcePack resourcePack) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageManager.parseLanguageMetadata(java.util.List<IResourcePack> resourcesPacks) |
void |
SimpleReloadableResourceManager.reloadResources(java.util.List<IResourcePack> resourcesPacksList) |
void |
IReloadableResourceManager.reloadResources(java.util.List<IResourcePack> resourcesPacksList) |
Constructor and Description |
---|
Entry(IResourcePack reResourcePackIn) |
LegacyV2Adapter(IResourcePack packIn) |
ResourcePackListEntryServer(GuiScreenResourcePacks resourcePacksGUIIn,
IResourcePack resourcePackIn) |
ResourcePackRepository(java.io.File dirResourcepacksIn,
java.io.File dirServerResourcepacksIn,
IResourcePack rprDefaultResourcePackIn,
MetadataSerializer rprMetadataSerializerIn,
GameSettings settings) |
Modifier and Type | Class and Description |
---|---|
class |
FMLFileResourcePack |
class |
FMLFolderResourcePack |
Modifier and Type | Field and Description |
---|---|
private static IResourcePack |
SplashProgress.fmlPack |
private static IResourcePack |
SplashProgress.mcPack |
private static IResourcePack |
SplashProgress.miscPack |
Modifier and Type | Field and Description |
---|---|
private java.util.List<IResourcePack> |
FMLClientHandler.resourcePackList |
private java.util.Map<java.lang.String,IResourcePack> |
FMLClientHandler.resourcePackMap |
Modifier and Type | Method and Description |
---|---|
private static IResourcePack |
SplashProgress.createResourcePack(java.io.File file) |
IResourcePack |
FMLClientHandler.getResourcePackFor(java.lang.String modId) |
Modifier and Type | Method and Description |
---|---|
void |
FMLClientHandler.beginMinecraftLoading(Minecraft minecraft,
java.util.List<IResourcePack> resourcePackList,
IReloadableResourceManager resourceManager,
MetadataSerializer metaSerializer)
Called to start the whole game off
|