Class LightmapTextureManager

java.lang.Object
net.minecraft.client.render.LightmapTextureManager
All Implemented Interfaces:
AutoCloseable

@Environment(CLIENT)
public class LightmapTextureManager
extends Object
implements AutoCloseable
  • Field Details

  • Constructor Details

  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • tick

      public void tick()
    • disable

      public void disable()
    • enable

      public void enable()
    • update

      public void update​(float delta)
    • method_23795

      private float method_23795​(float float2)
    • getBrightness

      private float getBrightness​(World world, int int2)
    • pack

      public static int pack​(int block, int sky)
    • getBlockLightCoordinates

      public static int getBlockLightCoordinates​(int light)
    • getSkyLightCoordinates

      public static int getSkyLightCoordinates​(int light)