Uses of Class
net.minecraft.network.protocol.game.ClientboundSetTimePacket
Packages that use ClientboundSetTimePacket
-
Uses of ClientboundSetTimePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetTimePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetTime
(ClientboundSetTimePacket p_105108_) -
Uses of ClientboundSetTimePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetTimePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetTimePacket> GamePacketTypes.CLIENTBOUND_SET_TIME
static final StreamCodec
<FriendlyByteBuf, ClientboundSetTimePacket> ClientboundSetTimePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetTimePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetTimePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetTime
(ClientboundSetTimePacket p_131442_)