Class VanillaLightRenderer
java.lang.Object
foundry.veil.impl.client.render.light.VanillaLightRenderer
- All Implemented Interfaces:
AutoCloseable
,org.lwjgl.system.NativeResource
@Internal
public class VanillaLightRenderer
extends Object
implements org.lwjgl.system.NativeResource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
free()
void
render
(LightRenderer lightRenderer, net.minecraft.client.multiplayer.ClientLevel level) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Constructor Details
-
VanillaLightRenderer
public VanillaLightRenderer()
-
-
Method Details
-
render
-
free
public void free()- Specified by:
free
in interfaceorg.lwjgl.system.NativeResource
-