@Environment(value=CLIENT)
public static class NinePatchInternals.MetadataLoader
extends net.minecraft.resource.SinglePreparationResourceReloadListener<java.util.Map<net.minecraft.util.Identifier,java.util.Properties>>
implements net.fabricmc.fabric.api.resource.IdentifiableResourceReloadListener
| Modifier and Type | Field and Description |
|---|---|
static NinePatchInternals.MetadataLoader |
INSTANCE |
| Constructor and Description |
|---|
MetadataLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
apply(java.util.Map<net.minecraft.util.Identifier,java.util.Properties> meta,
net.minecraft.resource.ResourceManager manager,
net.minecraft.util.profiler.Profiler profiler) |
net.minecraft.util.Identifier |
getFabricId() |
NinePatchInternals.TextureProperties |
getProperties(net.minecraft.util.Identifier texture) |
protected java.util.Map<net.minecraft.util.Identifier,java.util.Properties> |
prepare(net.minecraft.resource.ResourceManager manager,
net.minecraft.util.profiler.Profiler profiler) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final NinePatchInternals.MetadataLoader INSTANCE
public NinePatchInternals.TextureProperties getProperties(net.minecraft.util.Identifier texture)
public net.minecraft.util.Identifier getFabricId()
getFabricId in interface net.fabricmc.fabric.api.resource.IdentifiableResourceReloadListenerprotected java.util.Map<net.minecraft.util.Identifier,java.util.Properties> prepare(net.minecraft.resource.ResourceManager manager,
net.minecraft.util.profiler.Profiler profiler)
prepare in class net.minecraft.resource.SinglePreparationResourceReloadListener<java.util.Map<net.minecraft.util.Identifier,java.util.Properties>>protected void apply(java.util.Map<net.minecraft.util.Identifier,java.util.Properties> meta,
net.minecraft.resource.ResourceManager manager,
net.minecraft.util.profiler.Profiler profiler)
apply in class net.minecraft.resource.SinglePreparationResourceReloadListener<java.util.Map<net.minecraft.util.Identifier,java.util.Properties>>