Interface ITexturedModelExtension


public interface ITexturedModelExtension
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private net.minecraft.client.data.models.model.TexturedModel
     
    default net.minecraft.client.data.models.model.TexturedModel
    updateTemplate(UnaryOperator<net.minecraft.client.data.models.model.ModelTemplate> modifier)
    Returns a new textured model holding the modified ModelTemplate
  • Method Details

    • updateTemplate

      default net.minecraft.client.data.models.model.TexturedModel updateTemplate(UnaryOperator<net.minecraft.client.data.models.model.ModelTemplate> modifier)
      Returns a new textured model holding the modified ModelTemplate
    • self

      private net.minecraft.client.data.models.model.TexturedModel self()