Class GuidePageTexture

java.lang.Object
guideme.render.GuidePageTexture

public class GuidePageTexture extends Object
A texture that is used in the context of a single guide page and is automatically cleared from texture memory when the guide page it was last used on is closed.
  • Method Details

    • missing

      public static GuidePageTexture missing()
    • getId

      public net.minecraft.resources.ResourceLocation getId()
    • getSize

      public LytSize getSize()
    • load

      public static GuidePageTexture load(net.minecraft.resources.ResourceLocation id, byte[] imageContent)
    • use

      public net.minecraft.client.renderer.texture.AbstractTexture use()
    • releaseUsedTextures

      public static void releaseUsedTextures()