public class TimeEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TimeEvent.Init |
static class |
TimeEvent.NewDay |
static class |
TimeEvent.NewPeriod |
static class |
TimeEvent.NewYear |
| 限定符和类型 | 字段和说明 |
|---|---|
protected net.infstudio.infinitylib.time.TimeController.Period |
period |
protected net.minecraft.world.World |
world |
| 限定符 | 构造器和说明 |
|---|---|
protected |
TimeEvent(net.minecraft.world.World world,
net.infstudio.infinitylib.time.TimeController.Period period) |