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, merge
int getPower()
void setPower(int power)
power
- the new 'power' valueint getMaximumPower()
Copyright © 2021. All rights reserved.