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