public interface PropertyDelegate
Property delegates are used for displaying integer values in screens, such as the progress bars in furnaces.
| Modifier and Type | Method and Description |
|---|---|
int |
get(int index) |
void |
set(int index,
int value) |
int |
size() |