Package guideme.scene

Class GuidebookLightmap

java.lang.Object
guideme.scene.GuidebookLightmap
All Implemented Interfaces:
AutoCloseable

public class GuidebookLightmap extends Object implements AutoCloseable
A version of LightTexture which is independent of the current client level.
  • Constructor Details

    • GuidebookLightmap

      public GuidebookLightmap()
  • Method Details

    • getSkyDarken

      public float getSkyDarken(net.minecraft.world.level.Level level, float partialTick)
    • update

      public void update(net.minecraft.world.level.Level level)
    • bind

      public void bind()
    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception