Class Display.Brightness
java.lang.Object
org.bukkit.entity.Display.Brightness
- Enclosing interface:
Display
Represents the brightness rendering parameters of the entity.
- Since:
- 1.19.4
-
Constructor Details
-
Brightness
public Brightness(int blockLight, int skyLight) - Since:
- 1.19.4
-
-
Method Details
-
getBlockLight
public int getBlockLight()Gets the block lighting component of this brightness.- Returns:
- block light, between 0-15
- Since:
- 1.19.4
-
getSkyLight
public int getSkyLight()Gets the sky lighting component of this brightness.- Returns:
- sky light, between 0-15
- Since:
- 1.19.4
-
hashCode
-
equals
-
toString
-