Package org.bukkit.entity
Class Display.Brightness
java.lang.Object
org.bukkit.entity.Display.Brightness
-
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
-
hashCode
-
equals
-
toString
-