Class HTModel

  • All Implemented Interfaces:

    
    public abstract class HTModel
    extends Model
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class HTModel.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      HTModel(Function1<ResourceLocation, RenderType> renderType)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class net.minecraft.client.model.Model

        renderToBuffer, renderToBuffer, renderType
      • Methods inherited from class java.lang.Object

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

      • HTModel

        HTModel(Function1<ResourceLocation, RenderType> renderType)
    • Method Detail