Interface ModelPartConverter.TextureMapper

Enclosing class:
ModelPartConverter

public static interface ModelPartConverter.TextureMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    map(org.joml.Vector2f uv)
     
    toSprite(net.minecraft.client.renderer.texture.TextureAtlasSprite sprite)
     
  • Method Details

    • map

      void map(org.joml.Vector2f uv)
    • toSprite

      static ModelPartConverter.TextureMapper toSprite(net.minecraft.client.renderer.texture.TextureAtlasSprite sprite)