public class TimeUpdatePacket
extends java.lang.Object
implements cpw.mods.fml.common.network.simpleimpl.IMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeUpdatePacket.TimeUpdatePacketHandler |
| Modifier and Type | Field and Description |
|---|---|
com.mojang.authlib.GameProfile |
profile |
long |
startTime |
int |
time |
| Constructor and Description |
|---|
TimeUpdatePacket() |
TimeUpdatePacket(long startTime,
int time,
com.mojang.authlib.GameProfile profile) |