类 Display.Brightness
java.lang.Object
org.bukkit.entity.Display.Brightness
- 封闭接口:
- Display
Represents the brightness rendering parameters of the entity.
- 
构造器详细资料- 
Brightnesspublic Brightness(int blockLight, int skyLight) 
 
- 
- 
方法详细资料- 
getBlockLightpublic int getBlockLight()Gets the block lighting component of this brightness.- 返回:
- block light, between 0-15
 
- 
getSkyLightpublic int getSkyLight()Gets the sky lighting component of this brightness.- 返回:
- sky light, between 0-15
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-