Class ModelUtilsImpl

java.lang.Object
de.mrjulsen.mcdragonlib.client.model.forge.ModelUtilsImpl

public class ModelUtilsImpl extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.resources.model.BakedModel
    getModel(net.minecraft.client.resources.model.ModelResourceLocation location)
     
    static net.minecraft.client.resources.model.BakedModel
    getModel(net.minecraft.resources.ResourceLocation location)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ModelUtilsImpl

      public ModelUtilsImpl()
  • Method Details

    • getModel

      public static net.minecraft.client.resources.model.BakedModel getModel(net.minecraft.resources.ResourceLocation location)
    • getModel

      public static net.minecraft.client.resources.model.BakedModel getModel(net.minecraft.client.resources.model.ModelResourceLocation location)