class LootTableManager.Loader extends com.google.common.cache.CacheLoader<ResourceLocation,LootTable>
| Modifier | Constructor and Description |
|---|---|
private |
Loader() |
| Modifier and Type | Method and Description |
|---|---|
LootTable |
load(ResourceLocation p_load_1_) |
private LootTable |
loadBuiltinLootTable(ResourceLocation resource) |
private LootTable |
loadLootTable(ResourceLocation resource) |
public LootTable load(ResourceLocation p_load_1_) throws java.lang.Exception
load in class com.google.common.cache.CacheLoader<ResourceLocation,LootTable>java.lang.Exception@Nullable private LootTable loadLootTable(ResourceLocation resource)
@Nullable private LootTable loadBuiltinLootTable(ResourceLocation resource)