@ParametersAreNonnullByDefault
public class JsonLoader<T>
extends net.minecraft.client.resources.JsonReloadListener
Constructor and Description |
---|
JsonLoader(java.lang.String title,
java.lang.String type,
org.apache.logging.log4j.Logger logger,
IJsonDirector<T> director,
IJsonProvider<T> jsonProvider) |
Modifier and Type | Method and Description |
---|---|
protected void |
apply(java.util.Map<net.minecraft.util.ResourceLocation,com.google.gson.JsonObject> ts,
net.minecraft.resources.IResourceManager resourceManager,
net.minecraft.profiler.IProfiler iProfiler) |
public JsonLoader(java.lang.String title, java.lang.String type, org.apache.logging.log4j.Logger logger, IJsonDirector<T> director, IJsonProvider<T> jsonProvider)
protected void apply(java.util.Map<net.minecraft.util.ResourceLocation,com.google.gson.JsonObject> ts, net.minecraft.resources.IResourceManager resourceManager, net.minecraft.profiler.IProfiler iProfiler)
apply
in class net.minecraft.client.resources.ReloadListener<java.util.Map<net.minecraft.util.ResourceLocation,com.google.gson.JsonObject>>