public class TimerUpdateEvent
extends java.lang.Object
Timer is updated.
Can be used as an alternative to getting instances of Timer
via Mixin or Access Wideners / Transformers| Modifier and Type | Field and Description |
|---|---|
net.minecraft.util.Timer |
timer
The
Timer instance |
boolean |
updatedDeltaTicks
Whether the deltaTicks / renderPartialTicks was updated
|
| Constructor and Description |
|---|
TimerUpdateEvent(net.minecraft.util.Timer timer,
boolean updatedDeltaTicks) |