public class LightEmitter extends Component
| Modifier and Type | Field and Description |
|---|---|
java.util.function.DoubleSupplier |
emittedLevel
Called to get the amount of light emitted from a block.
|
| Constructor and Description |
|---|
LightEmitter() |
| Modifier and Type | Method and Description |
|---|---|
LightEmitter |
setEmittedLevel(java.util.function.DoubleSupplier emittedLevel) |
getID, getProvider, onProviderChangeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsameTypepublic java.util.function.DoubleSupplier emittedLevel
public LightEmitter setEmittedLevel(java.util.function.DoubleSupplier emittedLevel)