public interface Leaves extends BlockData
| Modifier and Type | Method | Description | 
|---|---|---|
| int | getDistance() | Gets the value of the 'distance' property. | 
| boolean | isPersistent() | Gets the value of the 'persistent' property. | 
| void | setDistance(int distance) | Sets the value of the 'distance' property. | 
| void | setPersistent(boolean persistent) | Sets the value of the 'persistent' property. | 
clone, getAsString, getAsString, getMaterial, matches, mergeboolean isPersistent()
void setPersistent(boolean persistent)
persistent - the new 'persistent' valueint getDistance()
void setDistance(int distance)
distance - the new 'distance' valueCopyright © 2019. All rights reserved.