Interface ISimpleModelGeometry<T extends ISimpleModelGeometry<T>>

All Superinterfaces:
IModelGeometry<T>
All Known Implementing Classes:
ModelLoaderRegistry.VanillaProxy

public interface ISimpleModelGeometry<T extends ISimpleModelGeometry<T>> extends IModelGeometry<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, net.minecraft.client.resources.model.ModelBakery bakery, Function<net.minecraft.client.resources.model.Material,net.minecraft.client.renderer.texture.TextureAtlasSprite> spriteGetter, net.minecraft.client.resources.model.ModelState modelTransform, net.minecraft.resources.ResourceLocation modelLocation)
     
    default net.minecraft.client.resources.model.BakedModel
    bake(IModelConfiguration owner, net.minecraft.client.resources.model.ModelBakery bakery, Function<net.minecraft.client.resources.model.Material,net.minecraft.client.renderer.texture.TextureAtlasSprite> spriteGetter, net.minecraft.client.resources.model.ModelState modelTransform, net.minecraft.client.renderer.block.model.ItemOverrides overrides, net.minecraft.resources.ResourceLocation modelLocation)
     
    Collection<net.minecraft.client.resources.model.Material>
    getTextures(IModelConfiguration owner, Function<net.minecraft.resources.ResourceLocation,net.minecraft.client.resources.model.UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String,String>> missingTextureErrors)
     

    Methods inherited from interface io.github.vampirestudios.vampirelib.client.model.IModelGeometry

    getPart, getParts
  • Method Details

    • bake

      default net.minecraft.client.resources.model.BakedModel bake(IModelConfiguration owner, net.minecraft.client.resources.model.ModelBakery bakery, Function<net.minecraft.client.resources.model.Material,net.minecraft.client.renderer.texture.TextureAtlasSprite> spriteGetter, net.minecraft.client.resources.model.ModelState modelTransform, net.minecraft.client.renderer.block.model.ItemOverrides overrides, net.minecraft.resources.ResourceLocation modelLocation)
      Specified by:
      bake in interface IModelGeometry<T extends ISimpleModelGeometry<T>>
    • addQuads

      void addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, net.minecraft.client.resources.model.ModelBakery bakery, Function<net.minecraft.client.resources.model.Material,net.minecraft.client.renderer.texture.TextureAtlasSprite> spriteGetter, net.minecraft.client.resources.model.ModelState modelTransform, net.minecraft.resources.ResourceLocation modelLocation)
    • getTextures

      Collection<net.minecraft.client.resources.model.Material> getTextures(IModelConfiguration owner, Function<net.minecraft.resources.ResourceLocation,net.minecraft.client.resources.model.UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String,String>> missingTextureErrors)
      Specified by:
      getTextures in interface IModelGeometry<T extends ISimpleModelGeometry<T>>