Class BlankTexture

java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
team.lodestar.lodestone.systems.texture.BlankTexture
All Implemented Interfaces:
AutoCloseable

public class BlankTexture extends net.minecraft.client.renderer.texture.AbstractTexture
  • 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
    createEmpty(int width, int height, boolean linear, InternalTextureFormat format)
     
    void
    load(@NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager)
     

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

    close, getId, 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

    • BlankTexture

      public BlankTexture()
  • Method Details

    • load

      public void load(@NotNull @NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager) throws IOException
      Specified by:
      load in class net.minecraft.client.renderer.texture.AbstractTexture
      Throws:
      IOException
    • createEmpty

      public void createEmpty(int width, int height, boolean linear, InternalTextureFormat format)
    • bind

      public void bind()
      Overrides:
      bind in class net.minecraft.client.renderer.texture.AbstractTexture