Interface IDynamicLight
- All Known Implementing Classes:
DynamicLightDefault
,DynamicLightTileMultipartTicking
public interface IDynamicLight
Capability that can have its light level updated and stored.
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the light level.void
setLightLevel
(int level) Set the light level.
-
Method Details
-
setLightLevel
void setLightLevel(int level) Set the light level.- Parameters:
level
- The light level.
-
getLightLevel
int getLightLevel()Get the light level.- Returns:
- The light level.
-