Interface TextureStitchEvent.Post

Enclosing interface:
TextureStitchEvent

@Environment(CLIENT) public static interface TextureStitchEvent.Post
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    stitch(net.minecraft.client.renderer.texture.TextureAtlas atlas)
    Invoked after the texture atlas has been fully stitched.
  • Method Details

    • stitch

      void stitch(net.minecraft.client.renderer.texture.TextureAtlas atlas)
      Invoked after the texture atlas has been fully stitched. Equivalent to Forge's TextureStitchEvent.Post event.
      Parameters:
      atlas - The ready-to-use TextureAtlas.