net.minecraft.network.protocol.game

public record ClientboundSetTimePacket

implements Packet<ClientGamePacketListener>

agg
net.minecraft.network.protocol.game.ClientboundSetTimePacket
net.minecraft.class_2761

Field summary

Modifier and TypeField
private final long
b
gameTime
comp_3219
private final long
c
dayTime
comp_3220
private final boolean
d
tickDayTime
comp_3221
public static final StreamCodec<FriendlyByteBuf, ClientboundSetTimePacket>
a
STREAM_CODEC
field_47991

Constructor summary

ModifierConstructor
public (long arg0, long arg1, boolean arg2)

Method summary

Modifier and TypeMethod
public PacketType<ClientboundSetTimePacket>
a()
type()
method_65080()
public void
a(acj arg0)
handle(ClientGamePacketListener arg0)
method_11872(class_2602 arg0)
public long
b()
gameTime()
comp_3219()
public long
e()
dayTime()
comp_3220()
public boolean
f()
tickDayTime()
comp_3221()