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 -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidflywheel$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
-
Constructor Details
-
FontTextureMixin
public FontTextureMixin()
-
-
Method Details
-
flywheel$flush
public void flywheel$flush() -
flywheel$setName
public void flywheel$setName(net.minecraft.resources.ResourceLocation name) - Specified by:
flywheel$setNamein interfaceFontTextureExtension
-