Uses of Class
net.minecraftforge.client.model.obj.MaterialLibrary
-
Packages that use MaterialLibrary Package Description net.minecraftforge.client.model.obj -
-
Uses of MaterialLibrary in net.minecraftforge.client.model.obj
Fields in net.minecraftforge.client.model.obj declared as MaterialLibrary Modifier and Type Field Description static MaterialLibrary
MaterialLibrary. EMPTY
Fields in net.minecraftforge.client.model.obj with type parameters of type MaterialLibrary Modifier and Type Field Description private java.util.Map<ResourceLocation,MaterialLibrary>
OBJLoader. materialCache
Methods in net.minecraftforge.client.model.obj that return MaterialLibrary Modifier and Type Method Description MaterialLibrary
OBJLoader. loadMaterialLibrary(ResourceLocation materialLocation)
-