- Enclosing interface:
Display
public static class Display.Brightness
extends Object
Represents the brightness rendering parameters of the entity.
-
Constructor Summary 
Constructors
-
Method Summary 
boolean
int
Gets the block lighting component of this brightness.
int
Gets the sky lighting component of this brightness.
int
-
Constructor Details 
-
Brightness 
public Brightness(int blockLight,
int skyLight)
-
Method Details 
-
getBlockLight 
public int getBlockLight()
Gets the block lighting component of this brightness.
- Returns:
- block light, between 0-15
-
getSkyLight 
public int getSkyLight()
Gets the sky lighting component of this brightness.
- Returns:
- sky light, between 0-15
-
-
-