public interface Cake extends BlockData
getMaximumBites()
indicates that it is all gone :(Modifier and Type | Method | Description |
---|---|---|
int |
getBites() |
Gets the value of the 'bites' property.
|
int |
getMaximumBites() |
Gets the maximum allowed value of the 'bites' property.
|
void |
setBites(int bites) |
Sets the value of the 'bites' property.
|
clone, getAsString, getAsString, getMaterial, matches, merge
int getBites()
void setBites(int bites)
bites
- the new 'bites' valueint getMaximumBites()
Copyright © 2019. All rights reserved.