public interface WindowedLong
| Modifier and Type | Method and Description |
|---|---|
long |
get() |
long |
offset(int tick) |
void |
set(long value)
Update the current value of the WindowedLong
|
long get()
long offset(int tick)
tick - number of ticks in the past to retrieve value fromvoid set(long value)
value - new value to set WindowedLong