Class FontTextureMixin

java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
dev.engine_room.vanillin.mixin.text.FontTextureMixin
All Implemented Interfaces:
FontTextureExtension, AutoCloseable

public abstract class FontTextureMixin extends net.minecraft.client.renderer.texture.AbstractTexture implements FontTextureExtension
  • Field Summary

    Fields inherited from class net.minecraft.client.renderer.texture.AbstractTexture

    blur, id, mipmap, NOT_ASSIGNED
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    flywheel$setName(net.minecraft.resources.ResourceLocation name)
     

    Methods inherited from class net.minecraft.client.renderer.texture.AbstractTexture

    bind, close, getId, load, releaseId, reset, restoreLastBlurMipmap, setBlurMipmap, setFilter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FontTextureMixin

      public FontTextureMixin()
  • Method Details