Package guideme.scene
Class GuidebookLightmap
java.lang.Object
guideme.scene.GuidebookLightmap
- All Implemented Interfaces:
AutoCloseable
A version of
LightTexture
which is independent of the current client level.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bind()
void
close()
float
getSkyDarken
(net.minecraft.world.level.Level level, float partialTick) void
update
(net.minecraft.world.level.Level 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
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-