| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.gui.widget.list | |
| net.minecraft.client.resources | |
| net.minecraftforge.fml.client |
| Modifier and Type | Field and Description |
|---|---|
private ResourcePackList<ClientResourcePackInfo> |
Minecraft.resourcePackRepository |
| Modifier and Type | Method and Description |
|---|---|
private static ClientResourcePackInfo |
Minecraft.makePackInfo(java.lang.String name,
boolean isAlwaysEnabled,
java.util.function.Supplier<IResourcePack> p_228011_2_,
IResourcePack p_228011_3_,
PackMetadataSection p_228011_4_,
ResourcePackInfo.Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
ResourcePackList<ClientResourcePackInfo> |
Minecraft.getResourcePackList() |
| Modifier and Type | Method and Description |
|---|---|
void |
GameSettings.fillResourcePackList(ResourcePackList<ClientResourcePackInfo> resourcePackListIn) |
| Modifier and Type | Field and Description |
|---|---|
private ClientResourcePackInfo |
AbstractResourcePackList.ResourcePackEntry.field_214431_d |
| Modifier and Type | Method and Description |
|---|---|
ClientResourcePackInfo |
AbstractResourcePackList.ResourcePackEntry.func_214418_e() |
| Constructor and Description |
|---|
ResourcePackEntry(AbstractResourcePackList p_i50749_1_,
ResourcePacksScreen p_i50749_2_,
ClientResourcePackInfo p_i50749_3_) |
| Modifier and Type | Field and Description |
|---|---|
private ClientResourcePackInfo |
DownloadingPackFinder.serverPack |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClientModLoader.begin(Minecraft minecraft,
ResourcePackList<ClientResourcePackInfo> defaultResourcePacks,
IReloadableResourceManager mcResourceManager,
DownloadingPackFinder metadataSerializer) |