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 TypeMethodDescriptionvoidClientPacketListener.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_TIMEstatic final StreamCodec<FriendlyByteBuf, ClientboundSetTimePacket> ClientboundSetTimePacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleSetTime(ClientboundSetTimePacket p_131442_)