Interface DataLoader.ResourceFactory<T,R>

Enclosing class:
DataLoader

public static interface DataLoader.ResourceFactory<T,R>
A factory to map a resource to something else.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(net.minecraft.resources.ResourceLocation id, T value)