public interface Farmland extends BlockData
getMaximumMoisture().| Modifier and Type | Method and Description | 
|---|---|
int | 
getMaximumMoisture()
Gets the maximum allowed value of the 'moisture' property. 
 | 
int | 
getMoisture()
Gets the value of the 'moisture' property. 
 | 
void | 
setMoisture(int moisture)
Sets the value of the 'moisture' property. 
 | 
clone, getAsString, getAsString, getMaterial, matches, mergeint getMoisture()
void setMoisture(int moisture)
moisture - the new 'moisture' valueint getMaximumMoisture()
Copyright © 2021. All rights reserved.