public interface AnaloguePowerable extends BlockData
getMaximumPower() (usually 15).| Modifier and Type | Method and Description | 
|---|---|
int | 
getMaximumPower()
Gets the maximum allowed value of the 'power' property. 
 | 
int | 
getPower()
Gets the value of the 'power' property. 
 | 
void | 
setPower(int power)
Sets the value of the 'power' property. 
 | 
clone, getAsString, getAsString, getMaterial, getSoundGroup, matches, mergeint getPower()
void setPower(int power)
power - the new 'power' valueint getMaximumPower()
Copyright © 2022. All rights reserved.