Class EngineSceneDepth

java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
de.luckymcdev.foundryengine.client.render.EngineSceneDepth
All Implemented Interfaces:
AutoCloseable

public final class EngineSceneDepth extends net.minecraft.client.renderer.texture.AbstractTexture
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.Identifier
     

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

    sampler, texture, textureView
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    static int
     
    static boolean
     

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

    getSampler, getTexture, getTextureView

    Methods inherited from class Object

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

    • ID

      public static final net.minecraft.resources.Identifier ID
  • Method Details

    • update

      public static boolean update()
    • snapshotDepthGlId

      public static int snapshotDepthGlId()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Overrides:
      close in class net.minecraft.client.renderer.texture.AbstractTexture