Class RenderContext
java.lang.Object
io.github.somesourcecode.someguiapi.scene.context.RenderContext
The context in which a pixel is rendered.
- Since:
- 2.0.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RenderContext
Constructs a new render context.- Parameters:
gui- the guiscene- the scene- Since:
- 2.0.0
-
-
Method Details
-
getGui
Returns the gui in which the pixel is rendered.- Returns:
- the gui
- Since:
- 2.0.0
-
getScene
Returns the scene in which the pixel is rendered.- Returns:
- the scene
- Since:
- 2.0.0
-